BUG : PPPoE Server Interface

Hi,

I found a bug in PPPoE Server where I only enabled PPPoE server on some interfaces but when show pppoe-server interfaces all the PPPoE Server interfaces were active.

is it really a bug or is there something wrong with my configuration?

Thanks.

Hello @maimun.najib , could you please describe which VyOS version is running and provide an output of the file sudo cat /run/accel-ppp/pppoe.conf
Note: Mask all private data before posting

Hi @Dmitry , I’m using VyOS 1.3.0-rc6, and here is the output from the file sudo cat /run/accel-ppp/pppoe.conf
pppoe.txt (1.1 KB)

@maimun.najib I see the strange regular expressions in the config, could you provide an output of the commands

show configuration commands | strip-private | match pppoe

Hi @Dmitry, here’s my PPPoE server configuration

najib@02.SATURNUS:~$ show configuration commands | strip-privat
e | match pppoe
set service pppoe-server authentication mode 'radius'
set service pppoe-server authentication radius server xxxxx.tld
 key xxxxxx
set service pppoe-server authentication radius server xxxxx.tld
 key xxxxxx
set service pppoe-server authentication radius source-address '
xxx.xxx.54.164'
set service pppoe-server client-ip-pool subnet 'xxx.xxx.0.0/20'
set service pppoe-server gateway-address 'xxx.xxx.251.112'
set service pppoe-server interface eth1
set service pppoe-server interface eth2
set service pppoe-server interface eth5.3001 vlan-range '2-4000
'
set service pppoe-server name-server 'xxx.xxx.24.10'
set service pppoe-server name-server 'xxx.xxx.33.254'

Related task on the ⚓ T3006 Accel-PPP & vlan-mon config get invalid VLAN

Hi @maimun.najib , bugfix will be included in to latest 1.4 rolling ISO

Patch included also to 1.3.0

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.