We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9210a8b commit d08e0f1Copy full SHA for d08e0f1
L2TP-Setup.md
@@ -1,6 +1,12 @@
1
# L2TP Setup
2
3
-If you have problem connection with your end device just restart the router.
+If you have problems with the connection, please restart the l2tp service:
4
+
5
+```bash
6
+sudo su
7
+/etc/init.d/xl2tpd status # should not be started
8
+/etc/init.d/xl2tpd restart # restart the service
9
+```
10
11
## setup firewall
12
```
@@ -57,6 +63,7 @@ set vpn l2tp remote-access ipsec-settings ike-lifetime 3600
57
63
## set public IP
58
64
```bash
59
65
set vpn l2tp remote-access outside-address <public-ip>
66
+# if you don't have a static IP address you can use 0.0.0.0 instead
60
67
61
68
62
69
## set DNS Server for clients
0 commit comments