Pppoe-server vyos 1.2

Dears, good morning.

I am doing tests with vyos 1.2 as pppoe-server, in the initial tests everything is quiet, but I am not able to deliver ipv6 in pppoe. 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’

Have you tried Framed-IP-Address within radius as well?

No, I used the local pool, but I also tried using local users, but only the v4 addresses are delivered, the v6 address does not reach the client router.

I create ⚓ T1393 pppoe IPv6 pool doesn't work and have a look.

Should work now, I posted a sample config I was testing with, which is close to yours but was only using local authentication. Let me know if you still see any issues.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.