From 3367d4f4fd743164d2b230f286fd72cde3be2863 Mon Sep 17 00:00:00 2001 From: ITz <34165182+ITz-net@users.noreply.github.com> Date: Tue, 24 Dec 2019 11:11:46 +0300 Subject: [PATCH] Updated How to use glorytun with 2 isp (draft) (markdown) --- How-to-use-glorytun-with-2-isp-(draft).md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/How-to-use-glorytun-with-2-isp-(draft).md b/How-to-use-glorytun-with-2-isp-(draft).md index 218f65f..ba07fa5 100644 --- a/How-to-use-glorytun-with-2-isp-(draft).md +++ b/How-to-use-glorytun-with-2-isp-(draft).md @@ -48,7 +48,7 @@ run glorytun with bind server ip 195.245.103.245 and port 55055 and tun0 interfa `./glorytun bind 195.245.103.245 55055 dev tun0 keyfile gt.key chacha &` -after running this command, press the "**Enter**" key again, so that the Glorytun continues to run in the background-process +after running this command, press the "**Enter**" key again, so that the Glorytun continues to run as background-process now adding ip v4 address to tun0 interface: @@ -60,7 +60,7 @@ masqarade traffic from glorytun tunnel network to internet: `iptables -t nat -I POSTROUTING -s 10.0.1.0/24 -o eth0 -j MASQUERADE` -accept by server input traffic from tun0(glorytun) interface: +accept by server input traffic from tun0 (glorytun) interface: `iptables -I INPUT -i tun0 -j ACCEPT`