1
0
mirror of synced 2024-11-25 14:26:09 +03:00

Add clarification about routing VPN server IP (#1040)

This commit is contained in:
Damir Konkov 2021-11-06 06:59:26 +03:00 committed by GitHub
parent 0f037b0bf0
commit a1179b7f71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -576,7 +576,7 @@ Find this line in the output: `default via X.X.X.X ...`. Write down this gateway
Exclude your VPN server's IP from the new default route (replace with actual value): Exclude your VPN server's IP from the new default route (replace with actual value):
```bash ```bash
route add YOUR_VPN_SERVER_IP gw X.X.X.X route add YOUR_VPN_SERVER_PUBLIC_IP gw X.X.X.X
``` ```
If your VPN client is a remote server, you must also exclude your Local PC's public IP from the new default route, to prevent your SSH session from being disconnected (replace with [actual value](https://www.google.com/search?q=my+ip)): If your VPN client is a remote server, you must also exclude your Local PC's public IP from the new default route, to prevent your SSH session from being disconnected (replace with [actual value](https://www.google.com/search?q=my+ip)):