SocialMediaNetwork
Regular Member
- Jan 24, 2019
- 490
- 253
I'm using Huawei , btw it shows at eth1 and not usb0 like the example
You have configured it wrong
in the 3proxy file change to: 192.168.8.100 -> 192.168.0.100 is for ZTE
also change what you had to this:
sudo ip route add 192.168.8.0/24 dev eth1 table src 192.168.8.100 gw1
sudo ip route add default via 192.168.8.1 dev eth1 table gw1
sudo ip rule add from 192.168.8.100/32 table gw1
sudo ip rule add to 192.168.8.100/32 table gw1
You use: 192.168.8.1 because when you enter that in your adress bar when the dongle is conencted it will open the interface of the dongle thats why you use 192.168.8.1 instead of 192.168.0.1 (ZTE)
Should be working now.
