IPoE Static IP assignment from Radius

IPoE related questions
Post Reply
stewyl
Posts: 1
Joined: 20 Aug 2021, 12:49

IPoE Static IP assignment from Radius

Post by stewyl »

Hi,

Im having issues with getting radius to allocate a static IP to an IPoE session.

Here is what the log is showing :

[2021-08-20 12:59:26.863] ipoe0: 1919d93c4ef47a8f: send [RADIUS(1) Access-Request id=1 <User-Name "cc:19:a8:05:84:8f"> <NAS-Port 14> <NAS-Port-Id "ipoe0"> <NAS-Port-Type Ethernet> <Calling-Station-Id "cc:19:a8:05:84:8f"> <Called-Station-Id "eth4.1086"> <User-Password 0xfa2605978d26f4777c422f738b849381>]
[2021-08-20 12:59:26.863] ipoe0: 1919d93c4ef47a8f: recv [DHCPv4 Discover xid=f33d5464 chaddr=cc:19:a8:05:84:8f <Message-Type Discover> <Request-IP 192.168.1.2> <Lease-Time 600> <Request-List Subnet,Router,DNS,Host-Name,Domain-Name,Broadcast,Classless-Route,Vendor-Specific,120,66,67,NTP> <Relay-Agent {Agent-Circuit-ID PON 0/0/4/15:0.1086} {Agent-Remote-ID Cabinet WiFi}>]
[2021-08-20 12:59:26.875] ipoe0: 1919d93c4ef47a8f: recv [RADIUS(1) Access-Accept id=1 <Framed-IP-Address 192.168.1.60> <Filter-Id "1024000/1024000">]
[2021-08-20 12:59:26.876] ipoe0: 1919d93c4ef47a8f: cc:19:a8:05:84:8f: authentication succeeded
[2021-08-20 12:59:26.876] ipoe0: 1919d93c4ef47a8f: send [DHCPv4 Offer xid=f33d5464 yiaddr=192.168.1.2 chaddr=cc:19:a8:05:84:8f <Message-Type Offer> <Server-ID 192.168.1.1> <Lease-Time 600> <T1 300> <T2 525> <Router 192.168.1.1> <Subnet 255.255.255.0> <DNS 8.8.8.8,8.8.4.4> <Relay-Agent {Agent-Circuit-ID PON 0/0/4/15:0.1086} {Agent-Remote-ID Cabinet WiFi}>]
[2021-08-20 12:59:26.888] ipoe0: 1919d93c4ef47a8f: recv [DHCPv4 Request xid=f33d5464 chaddr=cc:19:a8:05:84:8f <Message-Type Request> <Request-IP 192.168.1.2> <Server-ID 192.168.1.1> <Lease-Time 600> <Request-List Subnet,Router,DNS,Host-Name,Domain-Name,Broadcast,Classless-Route,Vendor-Specific,120,66,67,NTP> <Relay-Agent {Agent-Circuit-ID PON 0/0/4/15:0.1086} {Agent-Remote-ID Cabinet WiFi}>]

Any ideas what im doing wrong would be great!

Stewart
dimka88
Posts: 866
Joined: 13 Oct 2014, 05:51
Contact:

Re: IPoE Static IP assignment from Radius

Post by dimka88 »

Hello, I think you need to define ip-pool instead of using "range". Also required gw-ip-address with defined CIDR
Post Reply