Skip to content

Commit d08e0f1

Browse files
Update L2TP-Setup.md
1 parent 9210a8b commit d08e0f1

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

L2TP-Setup.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# L2TP Setup
22

3-
If you have problem connection with your end device just restart the router.
3+
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+
```
410

511
## setup firewall
612
```
@@ -57,6 +63,7 @@ set vpn l2tp remote-access ipsec-settings ike-lifetime 3600
5763
## set public IP
5864
```bash
5965
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
6067
```
6168

6269
## set DNS Server for clients

0 commit comments

Comments
 (0)