Update c1.sh
This commit is contained in:
parent
0afa048b37
commit
e4a1b15ae3
1 changed files with 9 additions and 9 deletions
18
c1.sh
18
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
|
||||
|
|
Loading…
Add table
Reference in a new issue