


Iptables -A OUTPUT -p tcp -d 192.168.0.2 -j ACCEPT I tried logging through ssh to the Personal Router and adding the following rules: iptables -A INPUT -p tcp -s 192.168.0.2 -j ACCEPT

With the firewall disabled on the Personal Router everything works fine. I added a route to my Computer configuration using the following command: route add 192.168.1.0 MASK 255.255.255.0 192.168.0.3 n servers from my Computer, which is on a different subnet (192.168.0.0). The Personal Router is my Asus RT-AC88U router, I can modify its configuration. The Main router is my internet provider's property, I can't modify its configuration.
