Page MenuHomeVyOS Platform

PPPoE server client static IP assignment silently fails
Closed, ResolvedPublicBUG

Description

Using an example configuration like:

set service pppoe-server access-concentrator 'ACN'
set service pppoe-server authentication local-users username vyos password 'vyos'
set service pppoe-server authentication local-users username vyos static-ip '172.20.100.136'
set service pppoe-server authentication mode 'local'
set service pppoe-server client-ip-pool start '172.20.100.196'
set service pppoe-server client-ip-pool stop '172.20.100.255'
set service pppoe-server interface 'eth0.202'
set service pppoe-server local-ip '172.18.254.202'

will not assign the IP address 172.20.100.136 to the user identified as vyos

Details

Difficulty level
Easy (less than an hour)
Version
1.2.3
Why the issue appeared?
Implementation mistake
Is it a breaking change?
Perfectly compatible

Event Timeline

c-po triaged this task as Low priority.
c-po created this task.
c-po changed Difficulty level from Unknown (require assessment) to Easy (less than an hour).
c-po changed Why the issue appeared? from Will be filled on close to Implementation mistake.
c-po changed Is it a breaking change? from Unspecified (possibly destroys the router) to Perfectly compatible.
c-po moved this task from Needs Triage to Finished on the VyOS 1.2 Crux (VyOS 1.2.6) board.
c-po moved this task from Need Triage to Finished on the VyOS 1.3 Equuleus board.
erkin renamed this task from PPPoE server client static IP assignment does not work to PPPoE server client static IP assignment silently fails.Sep 9 2020, 1:09 PM