sudo nano startproxy.sh
The line below "sudo echo "Let's setup the routes for the proxy"
is missing table before the gw1 so should be
sudo ip route add 192.168.0.0/24 dev usb0 src 192.168.0.100 table gw1
if you notice the lines below this it says table gw1.
Thanks for the guide, eventually...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.