accel-ppp icon indicating copy to clipboard operation
accel-ppp copied to clipboard

Framed-IPv6-Address attribute and ipv6-intf-id=random not working

Open imdadk opened this issue 5 years ago • 4 comments

1.) Framed-Ipv6-Address attribute not working on access-accept from radius reply. 2.) ipv6-intf-id=random not working, its always take same value and make same ipv6 with combination of Framed-Ipv6-Prefix.

Any guide if i made mistake at any where...

Thanks Imdad

imdadk avatar Feb 21 '20 19:02 imdadk

ipv6-intf-id=random is working.. Sorry my virtual machine makes clone interface id thats why..

But what about "how to assign the static IPv6 to the client". Can i use Framed-Ipv6-Address or something like that??

imdadk avatar Feb 28 '20 20:02 imdadk

Hi, I'm not sure that you can assign for IPv6 client, with IPv6 you need assign prefixes. Use Framed-IPv6-Prefix/Delegated-IPv6-Prefix

DmitriyEshenko avatar Feb 28 '20 20:02 DmitriyEshenko

Framed-Ipv6-Address can be added as short-cut for prefix + inttfid

themiron avatar Mar 05 '20 16:03 themiron

You can get the same effect by setting a prefix with the /128 bit mask. I'm setting static IPv6 addresses for clients with LDAP/Radius entries like this:

radiusReplyAttribute: Framed-IPv6-Prefix := "fd12:3456:789a:0:192:168:5:2/128"

hardillb avatar Mar 22 '20 20:03 hardillb