nm-l2tp / NetworkManager-l2tp

L2TP and L2TP/IPsec support for NetworkManager
GNU General Public License v2.0
488 stars 84 forks source link

xl2tpd < 1.3.12 broken with kernels 4.15 and 4.16 #79

Closed dkosovic closed 5 years ago

dkosovic commented 6 years ago

See upstream xl2tpd issue for udp_xmit failed ... with err=-1:No such device error with kernels 4.15 and 4.16 :

dkosovic commented 6 years ago

Later versions of Kernel 4.14 are now affected by this bug, e.g. kernel 4.14.30 :

dkosovic commented 6 years ago

Ubuntu 16.04 and 18.04 have xl2tpd packages with backported patch to workaround this kernel issue are now in their respective updates repositories:

A previous workaround was to build xl2tpd from source code :

sudo apt install build-essential git libpcap0.8-dev
sudo systemctl stop xl2tpd
git clone https://github.com/xelerance/xl2tpd.git
cd xl2tpd
make
sudo cp xl2tpd /usr/sbin/xl2tpd