From a1179b7f71f70589f9a729ac027873030795e427 Mon Sep 17 00:00:00 2001 From: Damir Konkov Date: Sat, 6 Nov 2021 06:59:26 +0300 Subject: [PATCH] Add clarification about routing VPN server IP (#1040) --- docs/clients.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/clients.md b/docs/clients.md index ed057a6..371279d 100644 --- a/docs/clients.md +++ b/docs/clients.md @@ -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): ```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)):