Vyos 1.5 nighty build - accel-ppp doesn't work, no error log

Hi there

I’m trying to use recent vyos 1.5 to upgrade year old 1.4 based firewalls
Everything looks fine during automated upgrade but l2tp remote access doesn’t started due to undefined error in accel-ppp service.

Is this bug or feature.
where should I search for problem root?

Thnks

Could you share your config ?

show conf com | match l2tp

Sure, please find below

set vpn l2tp remote-access authentication mode 'radius'
set vpn l2tp remote-access authentication mppe 'deny'
set vpn l2tp remote-access authentication radius server 10.1.0.xx key ''
set vpn l2tp remote-access authentication radius server 10.1.0.xx port '1812'
set vpn l2tp remote-access authentication radius source-address '10.1.0.yy'
set vpn l2tp remote-access authentication require 'mschap-v2'
set vpn l2tp remote-access ccp-disable
set vpn l2tp remote-access client-ip-pool def range '10.1.0.tt-10.1.0.pp'
set vpn l2tp remote-access default-pool 'def'
set vpn l2tp remote-access name-server '10.1.0.xx'
set vpn l2tp remote-access outside-address 'external ip'

After initial failed configuration conversion all l2tp comands were entered manually.
Message log has only below information

Dec 27 15:25:10 DISTI-PRO systemd[1]: Failed to start accel-ppp.service - Accel-PPP.
Dec 27 15:25:10 DISTI-PRO systemd[1]: Failed to start accel-ppp.service - Accel-PPP.
Dec 27 15:25:10 DISTI-PRO systemd[1]: Failed to start accel-ppp.service - Accel-PPP.
Dec 27 15:25:10 DISTI-PRO systemd[1]: Failed to start accel-ppp.service - Accel-PPP.
Dec 27 15:25:10 DISTI-PRO kernel: [    2.548239] fail to initialize ptp_kvm
Dec 27 15:25:10 DISTI-PRO kernel: [    3.183512] piix4_smbus 0000:00:01.3: SMBus Host Controller not enabled!
Dec 27 15:25:10 DISTI-PRO kernel: [    3.331439] vbd vbd-5696: 19 xenbus_dev_probe on device/vbd/5696
Dec 27 15:25:10 DISTI-PRO systemd[1]: Failed to start accel-ppp.service - Accel-PPP.
Dec 27 15:25:10 DISTI-PRO systemd[1]: Failed to start accel-ppp.service - Accel-PPP.
Dec 27 15:25:53 DISTI-PRO bgpd[1417]: [VCGF0-X62M1][EC 100663301] INTERFACE_STATE: Cannot find IF xfrmi-test-1862 in VRF 0
Dec 27 15:27:24 DISTI-PRO systemd[1]: Failed to start accel-ppp@l2tp.service - Accel-PPP - High performance VPN server application for Linux.
Dec 27 15:27:26 DISTI-PRO systemd[1]: Failed to start accel-ppp@l2tp.service - Accel-PPP - High performance VPN server application for Linux.

Thanks

Hi @hook.ua
This bug was fixed today.

1 Like

it’s great to know. Thanks
I just simply need latest nighty build, right? Tomorrow?
Because I’ve used recent today.

Yes. This fix was merged 18 minutes ago. It will be in the next nighty build or you can build and install a package yourself. Build VyOS — VyOS 1.5.x (circinus) documentation

thanks, I could wait for a while.

Caught the updated version just after 3 hours after publication.
Test shows good result - accel and l2tp VPN + RADIUS works fine.

Thanks

2 Likes