Updated How to use glorytun with 2 isp (draft) (markdown)

ITz
2019-12-24 11:11:46 +03:00
parent a9b9ca0e7f
commit 3367d4f4fd

@@ -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`