Update l2tp-template.txt
This commit is contained in:
@@ -24,14 +24,14 @@ conn <<VPN-NAME>>
|
||||
|
||||
## /etc/ipsec.secrets
|
||||
#########################################################################
|
||||
50.50.56.218 : PSK "<<VPN-PRE-SHARED-KEY>>"
|
||||
<<VPN-SERVER-ADDRESS>> : PSK "<<VPN-PRE-SHARED-KEY>>"
|
||||
#########################################################################
|
||||
|
||||
|
||||
## /etc/xl2tpd/xl2tpd.conf
|
||||
#########################################################################
|
||||
[lac <<VPN-NAME>>]
|
||||
lns = 50.50.56.218
|
||||
lns = <<VPN-SERVER-ADDRESS>>
|
||||
ppp debug = yes
|
||||
pppoptfile = /etc/ppp/options.l2tpd.client
|
||||
length bit = yes
|
||||
|
||||
Reference in New Issue
Block a user