From 261e472e3e3ee981e40ae5e0392ffe0d82b287a2 Mon Sep 17 00:00:00 2001 From: hwdsl2 Date: Thu, 29 Dec 2016 21:56:23 -0600 Subject: [PATCH] Bugfix - In xl2tpd version 1.3.8, which was pushed to the EPEL repository in Dec. 2016, the options "crtscts" and "lock" are no longer recognized in "/etc/ppp/options.xl2tpd" and generates an error. - This commit fixes the VPN on CentOS by removing those options. - Ref: https://github.com/xelerance/xl2tpd/issues/108 --- vpnsetup_centos.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/vpnsetup_centos.sh b/vpnsetup_centos.sh index 35abbd6..9fc8aa9 100755 --- a/vpnsetup_centos.sh +++ b/vpnsetup_centos.sh @@ -274,10 +274,8 @@ ms-dns 8.8.8.8 ms-dns 8.8.4.4 noccp auth -crtscts mtu 1280 mru 1280 -lock proxyarp lcp-echo-failure 4 lcp-echo-interval 30