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`