Page MenuHomeVyOS Platform

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

Description

This enables SLAAC support

Details

Version
-
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Feature (new functionality)

Event Timeline

c-po closed this task as Resolved.
c-po claimed this task.
c-po edited a custom field.
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 removed a subscriber: Global Notifications.
dmbaturin set Issue type to Feature (new functionality).Nov 8 2024, 10:48 AM