Hi all,
I’m new in this forum and also a little bit new on VyOS, but I was playing around with the IPoE configuration.
As per subject seems that is not working as expected or could also be that I’m misunderstanding the concept.
Here the extract of the IPoE config :
set service ipoe-server authentication interface eth4.50 mac-address 00:0c:29:67:ad:e1 vlan-id '50'
set service ipoe-server authentication interface eth4.51 mac-address 00:0c:29:0a:ef:70 vlan-id '51'
set service ipoe-server authentication mode 'local'
set service ipoe-server client-ipv6-pool delegate 2001:db8:8002::/48 delegation-prefix '56'
set service ipoe-server client-ipv6-pool prefix 2001:db8:8001::/48 mask '64'
set service ipoe-server interface eth4.50 client-subnet '172.16.50.0/24'
set service ipoe-server interface eth4.51 client-subnet '172.16.98.0/24'
set service ipoe-server name-server '10.17.6.120'
set service ipoe-server name-server '8.8.8.8'
set service ipoe-server name-server '2001:4860:4860::8888'
set service ipoe-server name-server '2001:4860:4860::8844'
As you can see there two lines about two different client with mac auth and relative vlan of reference. But seems that the automatic translation of the commands to the related file is only creating the first entry (/run/accel-pppd/ipoe.chap-secrets).
root@VyOS-PPPoE-IPoE-Server:/home/vyos# cat /run/accel-pppd/ipoe.chap-secrets
# username server password acceptable local IP addresses shaper
eth4.50 * 00:0c:29:67:ad:e1 *
eth4.51 * 00:0c:29:0a:ef:70 *
This is a manually modified config file. Also after a reboot of the box, again you will find only one of them.
This could be a bug or I’m trying to use the feature in a wrong way?
Many thx and regards,
Luca