alzhao
2
The Tor firmware for AR150 uses the switch button to control if you should connect to Tor or normal network.
Here is what you can check.
ssh to the router and check the following scripts
ssh root@192.168.8.1
vi /etc/init.d/init_switch
You will see the script tries to detect switch status and apply firewall rules for tor.
Just change it a little bit and switch to Tor always.
1 Like