IPoE Pool Radius

IPoE related questions
Post Reply
ultrawave
Posts: 22
Joined: 20 Jan 2015, 22:00

IPoE Pool Radius

Post by ultrawave »

Hello everybody.

I am deploying IPoE in our network'm with some doubts. Everytime I try to assign IPs by Radius Accel returns the following error.

Code: Select all

[2015-02-11 13:23:35]:  info: ipoe0: recv [RADIUS(1) Access-Accept id=1<Cisco Cisco-AVPair "lcp:interface-config#1=rate-limit output 100000000 8000000 800000 conform-action continue exceed-action drop, lcp:interface-config#2=rate-limit input 100000000 8000000 800000 conform-action continue exceed-action drop"> <Framed-IP-Address 187.85.15.120>]
[2015-02-11 13:23:35]:  info: ipoe0: 2/2/FHTT-02377938: authentication succeeded
[2015-02-11 13:23:35]: error: ipoe0: can't determine router address
[2015-02-11 13:23:35]: debug: ipoe0: terminate
[2015-02-11 13:23:35]:  info: ipoe0: ipoe: session finished
Even carrying the attributes in the dictionary freeradius and associating the user get this message, I researched a little about the problem, but I found it very, a friend across the world can help me?

Best regard.
Dmitry
Администратор
Posts: 954
Joined: 09 Oct 2014, 10:06

Re: IPoE Pool Radius

Post by Dmitry »

in such case you must specify router (server) address in config, for example:
[ipoe]
gw-ip-address=187.85.15.1/24
ultrawave
Posts: 22
Joined: 20 Jan 2015, 22:00

Re: IPoE Pool Radius

Post by ultrawave »

Hi Dmitry,

It worked, now I understand, I have to put the gw-ip-address parameter for each subnet that use.

Thank you for your help.
User avatar
Абрамчук Вадим
Posts: 75
Joined: 21 Oct 2014, 20:15

Re: IPoE Pool Radius

Post by Абрамчук Вадим »

Either put each subnet in accel-ppp.conf or tweak your RADIUS server to return gateway IP address.
Post Reply