From e4a1b15ae37051aebd3b0ae28013e5b882af04b0 Mon Sep 17 00:00:00 2001 From: koyenma <78035859+koyenma@users.noreply.github.com> Date: Thu, 23 Sep 2021 04:18:57 +0800 Subject: [PATCH] Update c1.sh --- c1.sh | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/c1.sh b/c1.sh index 4cb1660..9e88d7e 100644 --- a/c1.sh +++ b/c1.sh @@ -295,13 +295,13 @@ EOF create_vpn_config() { bigecho "Creating VPN configuration..." - L2TP_NET=${VPN_L2TP_NET:-'192.168.42.0/24'} - L2TP_LOCAL=${VPN_L2TP_LOCAL:-'192.168.42.1'} - L2TP_POOL=${VPN_L2TP_POOL:-'192.168.42.10-192.168.42.250'} - XAUTH_NET=${VPN_XAUTH_NET:-'192.168.43.0/24'} - XAUTH_POOL=${VPN_XAUTH_POOL:-'192.168.43.10-192.168.43.250'} - DNS_SRV1=${VPN_DNS_SRV1:-'8.8.8.8'} - DNS_SRV2=${VPN_DNS_SRV2:-'8.8.4.4'} + L2TP_NET=${VPN_L2TP_NET:-'10.0.0.0/24'} + L2TP_LOCAL=${VPN_L2TP_LOCAL:-'10.0.0.1'} + L2TP_POOL=${VPN_L2TP_POOL:-'10.0.0.10-10.0.0.250'} + XAUTH_NET=${VPN_XAUTH_NET:-'10.0.1.0/24'} + XAUTH_POOL=${VPN_XAUTH_POOL:-'10.0.1.10-10.0.1.250'} + DNS_SRV1=${VPN_DNS_SRV1:-'119.29.29.29'} + DNS_SRV2=${VPN_DNS_SRV2:-'223.5.5.5'} DNS_SRVS="\"$DNS_SRV1 $DNS_SRV2\"" [ -n "$VPN_DNS_SRV1" ] && [ -z "$VPN_DNS_SRV2" ] && DNS_SRVS="$DNS_SRV1" @@ -387,8 +387,8 @@ ipcp-accept-local ipcp-accept-remote noccp auth -mtu 1280 -mru 1280 +mtu 1450 +mru 1450 proxyarp lcp-echo-failure 4 lcp-echo-interval 30