Page MenuHomeVyOS Platform

pppoe IPv6 pool doesn't work
Closed, ResolvedPublicBUG

Description

as configured below, I configured the pools, but ipv6 does not reach the client. Anyone with similar situation? Or is this version still not working the delivery of ipv6 via pppoe?

Settings below.

set service pppoe-server access-concentrator ‘testevyos’
set service pppoe-server authentication local-users username joeudes password ‘teste’
set service pppoe-server authentication local-users username joeudes1 password ‘joeudes’
set service pppoe-server authentication mode ‘radius’
set service pppoe-server authentication radius-server 192.168.96.18 secret ‘testeradius’
set service pppoe-server client-ip-pool start ‘192.168.96.177’
set service pppoe-server client-ip-pool stop ‘192.168.96.180’
set service pppoe-server client-ipv6-pool delegate-prefix ‘2104:db8:8003::1/48,56’
set service pppoe-server client-ipv6-pool prefix ‘2104:db8:8002::1/48,64’
set service pppoe-server dns-servers server-1 ‘192.168.66.13’
set service pppoe-server dns-servers server-2 ‘192.168.183.162’
set service pppoe-server interface ‘eth0.651’
set service pppoe-server local-ip ‘192.168.96.28’

Details

Difficulty level
Unknown (require assessment)
Version
1.2, 1.3
Why the issue appeared?
Will be filled on close

Related Objects

Event Timeline

hagbard changed the task status from Open to Confirmed.May 21 2019, 6:44 PM
hagbard triaged this task as Normal priority.

sucessfully tested with:

set service pppoe-server access-concentrator 'testevyos'
set service pppoe-server authentication local-users username test password 'test'
set service pppoe-server authentication mode 'local'
set service pppoe-server client-ip-pool start '192.168.96.177'
set service pppoe-server client-ip-pool stop '192.168.96.180'
set service pppoe-server client-ipv6-pool delegate-prefix '2104:db8:8003::1/48,56'
set service pppoe-server client-ipv6-pool prefix '2104:db8:8002::1/48,64'
set service pppoe-server dns-servers server-1 '192.168.66.13'
set service pppoe-server dns-servers server-2 '192.168.183.162'
set service pppoe-server dnsv6-servers server-1 '2001:4860:4860::8888'
set service pppoe-server interface 'eth2'
set service pppoe-server local-ip '192.168.96.28'

and debian9 with wide-dhcpv6-client mapping the /56 to a second interface.

           ip6           |       ip6-dp        | username 
--------------------------+---------------------+----------
 2104:db8:8002:1:200::/64 | 2104:db8:8003::1/56 | test
hagbard changed the task status from Confirmed to Needs testing.May 21 2019, 9:56 PM

added ipv6-pd and ipv6 address to 'show pppoe-server sessions'

Dear, if I download the image available today 05/23/2019, is it already with this fix?

worked perfectly. I would also like to test bandwidth control from the radius server. What attribute should I use? Is it possible to make use of the same cisco-avpair attribute for example?

Is there any command where I can check what attributes the radius server is sending to pppoe-server vyos? I tried with many attributes of our radius system but without success.