PPPoE Server Configuration with mikrotik PPPoE client

Hi, I’m new in Vyos, I have a Vyos setup installed in virtaulbox VM. I’m trying to make PPoE server work with mikrotik as PPPoE client. Based on the mikrotik logs, mikrotik receiving the PADO and sending PADR to Vyos but PADR doesn’t received on Vyos.

here’s my configurations:
set service pppoe-server access-concentrator vyos
set service pppoe-server authentication mode radius
set service pppoe-server authentication radius dynamic-author key testing123
set service pppoe-server authentication radius dynamic-author port ‘3799’
set service pppoe-server authentication radius dynamic-author server 192.168.0.105
set service pppoe-server authentication radius rate-limit enable
set service pppoe-server authentication radius server x.x.x.x key testing123
set service pppoe-server authentication radius server x.x.x.x port 1814
set service pppoe-server authentication radius server x.x.x.x acct-port 1815
set service pppoe-server client-ip-pool subnet 10.10.1.0/24
set service pppoe-server gateway-address 192.168.0.105
set service pppoe-server interface eth0
set service pppoe-server name-server 192.168.0.105

Try to add service-name

vyos@r14# set service pppoe-server service-name 
Possible completions:
   <text>               Service name

Thanks for the reply @Viacheslav

I’ve tried to add the service-name but unfortunately still the same.

Hi, I was able to make my test setup work. I added an additional network adapter in virtualbox and directly connected the mikrotik to the new interface. Then the PADR was received on VyOS and my PPPoE setup works as expected.

Thanks.

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