Page MenuHomeVyOS Platform

vyos 1.4 not delivering ipv6 to devices via PPPOE
Closed, InvalidPublic

Description

Dears, good morning.

I installed vyos 1.4 for testing, but it is not delivering ipv6 addressing to the routers.

below follows my settings.

does this version have a problem with that?

set service pppoe-server access-concentrator 'vyospppoe'
set service pppoe-server authentication mode 'radius'
set service pppoe-server authentication radius dynamic-author key 'DTopMultSapp'
set service pppoe-server authentication radius dynamic-author port '3799'
set service pppoe-server authentication radius dynamic-author server '192.168.254.238'
set service pppoe-server authentication radius nas-identifier 'pppoevyos'
set service pppoe-server authentication radius nas-ip-address '192.168.254.238'
set service pppoe-server authentication radius rate-limit enable
set service pppoe-server authentication radius server 177.66.96.18 key 'DTopMultSapp'
set service pppoe-server authentication radius source-address '192.168.254.238'
set service pppoe-server client-ip-pool subnet '100.112.98.0/24'
set service pppoe-server client-ip-pool subnet '100.103.98.0/24'
set service pppoe-server client-ipv6-pool delegate 2001:db8:8003::/48 delegation-prefix '56'
set service pppoe-server client-ipv6-pool prefix 2001:db8:8002::/48 mask '64'
set service pppoe-server gateway-address '10.10.96.7'
set service pppoe-server interface eth0.1175

Details

Difficulty level
Unknown (require assessment)
Version
1.4 202103130218
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)

Event Timeline

joeudes created this object in space S1 VyOS Public.
dmbaturin assigned this task to Unknown Object (User).May 29 2021, 8:06 AM
dmbaturin added a project: VyOS 1.4 Sagitta.
Unknown Object (User) added a comment.Jun 29 2021, 6:29 PM

Hello @joeudes , it looks like without enabled ppp-option ipv6 it should not work

set service pppoe-server ppp-options ipv6 allow
Unknown Object (User) closed this task as Invalid.Feb 16 2022, 11:18 AM

Tested on 1.4-rolling-202202150317 and 1.3.0, all works