I am running Tomato Firmware 1.28.0000 -124 K26ARM USB AIO-64K on Asus RT-AC68R/U using the ip 192.168.1.1. I have setup the default transmission to run on port 192.168.1.3, with port 51515 forwarded correctly. All was going well.
Then....
I signed up for a vpn to run my traffic through on tun12. The vpn is setup correctly.
I have added these to my firewall script:
Transmission via Openvpn on shibby
Then....
I signed up for a vpn to run my traffic through on tun12. The vpn is setup correctly.
I have added these to my firewall script:
Code:
iptables -t nat -I PREROUTING -i tun12 -p tcp --dport 51515 -j DNAT --to-destination 192.168.1.3 iptables -t nat...