Page MenuHomeVyOS Platform

PPPoE server: always add AdvAutonomousFlag when IPv6 is configured
Closed, ResolvedPublicFEATURE REQUEST

Description

This enables SLAAC support

Details

Difficulty level
Easy (less than an hour)
Version
-
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Improvement (missing useful functionality)

Event Timeline

c-po claimed this task.
c-po created this task.
c-po changed Difficulty level from Unknown (require assessment) to Easy (less than an hour).
c-po added a subscriber: Unknown Object (User).
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.0.1'
set service pppoe-server client-ip-pool stop '192.168.0.10'
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 name-server '8.8.8.8'
set service pppoe-server name-server '2001:4860:4860::8888'
set service pppoe-server interface 'eth1'
set service pppoe-server local-ip '10.100.100.1'

Above configuration can be used together with a far end VyOS device as PPPoE client (enable IPv6 and address autoconf) to add IPv6 connectivity via PPPoE. This config is also used in my DHCPv6-PD lab.

T421 can also benefit from this

erkin set Issue type to Improvement (missing useful functionality).Aug 30 2021, 6:10 AM
erkin removed a subscriber: Active contributors.