Re: [Accel-ppp-users] Delegated-IPv6-Prefix
Status: Beta
Brought to you by:
xebd
|
From: Anderson N. <and...@ou...> - 2016-04-25 21:52:46
|
Hi Dmitry.
IPv6 and prefix delegation are working fine, as can you see in the debug log:
[2016-04-25 18:35:17.092] ppp0: 9ee22a8508542354: recv [DHCPv6 Solicit XID=36a6c7 <Client-ID 1:00011eac05fe500000050000> <Elapsed-Time 419430400> <IA-PD 0 T1=0 T2=0>]
[2016-04-25 18:35:17.092] ppp0: 9ee22a8508542354: send [DHCPv6 Advertise XID=36a6c7 <Server-ID 3:001b0000000000000001> <Client-ID 1:00011eac05fe500000050000> <IA-PD 0 T1=302400 T2=483840 {IA-Prefix 2002:db8::/56 pref_lifetime=604800 valid_lifetime=2592000}> <Preference 255>]
[2016-04-25 18:35:17.095] ppp0: 9ee22a8508542354: recv [DHCPv6 Request XID=44cfaa <Client-ID 1:00011eac05fe500000050000> <Server-ID 3:001b0000000000000001> <Elapsed-Time 419430400> <IA-PD 0 T1=0 T2=0 {IA-Prefix 2002:db8::/56 pref_lifetime=604800 valid_lifetime=2592000}>]
[2016-04-25 18:35:17.095] ppp0: 9ee22a8508542354: dhcpv6: route add 2002:db8::/56 via 2001:db8::edaf:ca6d:874c:e09b
[2016-04-25 18:35:17.095] ppp0: 9ee22a8508542354: send [DHCPv6 Reply XID=44cfaa <Server-ID 3:001b0000000000000001> <Client-ID 1:00011eac05fe500000050000> <IA-PD 0 T1=302400 T2=483840 {IA-Prefix 2002:db8::/56 pref_lifetime=604800 valid_lifetime=2592000}> <Preference 255>]
What I need to do is send via radius accounting this information to my radius server.
I’m sending the most common radius atributes, but not the Delegate-IPv6-Prefix.
Mon Apr 25 21:39:06 2016
User-Name = “test"
NAS-Identifier = “LINUX-BRAS"
NAS-IP-Address = 192.168.0.30
NAS-IP-Address = 192.168.0.30
NAS-Port = 0
NAS-Port-Id = "ppp0"
NAS-Port-Type = Virtual
Service-Type = Framed-User
Framed-Protocol = PPP
Calling-Station-Id = "50:00:00:05:00:00"
Called-Station-Id = "50:00:00:03:00:01"
Acct-Status-Type = Interim-Update
Acct-Authentic = RADIUS
Acct-Session-Id = "9ee22a8508542354"
Acct-Session-Time = 301
Acct-Input-Octets = 66602
Acct-Output-Octets = 35103
Acct-Input-Packets = 394
Acct-Output-Packets = 520
Acct-Input-Gigawords = 0
Acct-Output-Gigawords = 0
Acct-Delay-Time = 0
Framed-IP-Address = 192.168.255.2
Framed-Interface-Id = edaf:ca6d:874c:e09b
Framed-IPv6-Prefix = 2001:db8::/64
Acct-Unique-Session-Id = "a060e6c4b237e2e2"
Timestamp = 1461620346
I didn’t found in the configuration examples, the manual and other sources, how to change the atributes sent to radius account server.
The Delegate-IPv6-Prefix must be avalable in my radius detail.
Regards.
On 25/04/16 18:06, "Dmitry Kozlov" <xe...@ma...> wrote:
>Hi,
>
>There is Delegated-IPv6-Prefix radius attribute for that.
>So what is your exact question ?
>
>To make ipv6 work make sure to specify:
>[modules]
>ipv6_nd
>ipv6_dhcp
>
>[ppp]
>ipv6=allow
>
>> Понедельник, 25 апреля 2016, 22:31 +03:00 от Anderson Nadal <and...@ou...>:
>>
>>
>> Thank you Bruno.
>>
>> Do you have more information how to do it?
>>
>> Regards.
>>
>> From: Bruno Vane < br...@gm... >
>> Date: segunda-feira, 25 de abril de 2016 15:59
>> To: < acc...@li... >
>> Subject: Re: [Accel-ppp-users] Delegated-IPv6-Prefix
>>
>> Sure.
>>
>> 2016-04-25 13:59 GMT-03:00 Anderson Nadal < and...@ou... > :
>> >Hi.
>> >
>> >Is possible to send the Delegated-IPv6-Prefix using radius account?
>> >
>> >Regards.
>> >
>> >
>> >------------------------------------------------------------------------------
>> >Find and fix application performance issues faster with Applications Manager
>> >Applications Manager provides deep performance insights into multiple tiers of
>> >your business applications. It resolves application problems quickly and
>> >reduces your MTTR. Get your free trial!
>> >https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
>> >_______________________________________________
>> >Accel-ppp-users mailing list
>> >Acc...@li...
>> >https://lists.sourceforge.net/lists/listinfo/accel-ppp-users
>> >
>>
>> ------------------------------------------------------------------------------
>>
>> Find and fix application performance issues faster with Applications Manager
>>
>> Applications Manager provides deep performance insights into multiple tiers of
>>
>> your business applications. It resolves application problems quickly and
>>
>> reduces your MTTR. Get your free trial! https://ad.doubleclick.net/ddm/clk/302982198;130105516;z_______________________________________________ Accel-ppp-users mailing list Acc...@li... https://lists.sourceforge.net/lists/listinfo/accel-ppp-users
|