Update docs

- Update troubleshooting sections with info on fixing MTU/MSS
  issues of some Linux VPN clients
- Closes #1444
This commit is contained in:
hwdsl2
2023-08-16 00:10:50 -05:00
parent 7e85c81ddb
commit f084bcb046
4 changed files with 4 additions and 4 deletions

View File

@@ -589,7 +589,7 @@ In addition, if your computer has IPv6 enabled, all IPv6 traffic (including DNS
### Android MTU/MSS issues
Some Android devices have MTU/MSS issues, that they are able to connect to the VPN using IPsec/XAuth ("Cisco IPsec") mode, but cannot open websites. If you encounter this problem, try running the following commands on the VPN server. If successful, you may add these commands to `/etc/rc.local` to persist after reboot.
Some Android devices and Linux systems have MTU/MSS issues, that they are able to connect to the VPN using IPsec/XAuth ("Cisco IPsec") or IKEv2 mode, but cannot open websites. If you encounter this problem, try running the following commands on the VPN server. If successful, you may add these commands to `/etc/rc.local` to persist after reboot.
```
iptables -t mangle -A FORWARD -m policy --pol ipsec --dir in \