I have a problem with this setup.
I follow all the steps:
1. port forwarding port 3128 in my home router to my raspberry (with a static LAN IP ofc)
2. all other steps too
3. I fixed this mistake, where "table" should have been added, and instead of Pi entered my system name
Sudo echo "Let's setup the IP"
sudo ifconfig usb0 192.168.0.100
sleep 2
sudo echo "Let's setup the routes for the proxy"
sudo ip route add 192.168.0.0/24 dev usb0 src 192.168.0.100
table gw1
sudo ip route add default via 192.168.0.1 dev usb0 table gw1
sudo ip rule add from 192.168.0.100/32 table gw1
sudo ip rule add to 192.168.0.100/32 table gw1
sleep 5
sudo echo "Let's start the proxy "
sudo 3proxy /home/
system name/3proxy.cfg
4. after entering "
sudo ./startproxy.sh" it shows this:
View attachment 219746
after that I enter "ifconfig" and the IP address has changed - which would indicate that it works.
View attachment 219745
Then I start thinking wow this is it, I may have finally done this.
But NOPE, when I try to connect to the proxy I made following the instructions in the guide:
Example: https://www.whatismyip.com/151.252.244.127/:3128:root

ass
https://www.whatismyip.com/151.252.244.127/ - home routers IP (not my real IP)
3128 - port
root - name
pass - password
It does not work.
Would greatly appreaciate any help or suggestions on what I did wrong.
Happy to answer any question on the setup and files in usage (3proxy.cfg and startproxy.sh)
here is my problem im facing :/