odonel 0 Posted September 28, 2017 Report Share Posted September 28, 2017 I opened the ports in management and added the following rules in dd-wrt firewall iptables -I FORWARD -i tun1 -p udp -d 192.168.2.95 --dport 3395 -j ACCEPT iptables -I FORWARD -i tun1 -p tcp -d 192.168.2.95 --dport 3395 -j ACCEPT iptables -t nat -I PREROUTING -i tun1 -p tcp --dport 3395 -j DNAT --to-destination 192.168.2.95 iptables -t nat -I PREROUTING -i tun1 -p udp --dport 3395 -j DNAT --to-destination 192.168.2.95 what am I doing wrong ? It does not work when I try it with NYC IP that I am connected to 107.182.x.x Quote Link to post Share on other sites
0 Support 249 Posted September 28, 2017 Report Share Posted September 28, 2017 I opened the ports in management and added the following rules in dd-wrt firewall iptables -I FORWARD -i tun1 -p udp -d 192.168.2.95 --dport 3395 -j ACCEPT iptables -I FORWARD -i tun1 -p tcp -d 192.168.2.95 --dport 3395 -j ACCEPT iptables -t nat -I PREROUTING -i tun1 -p tcp --dport 3395 -j DNAT --to-destination 192.168.2.95 iptables -t nat -I PREROUTING -i tun1 -p udp --dport 3395 -j DNAT --to-destination 192.168.2.95 what am I doing wrong ? It does not work when I try it with NYC IP that I am connected to 107.182.x.x Hi - the rules look OK, just check a few things below though: 1) Are you connecting to the correct cipher/protocol as mentioned in the activation email ? 2) Is the tun adapter really tun1, it can also be tun0 - you need to check that. 3) Make sure the LAN address is static to the device your trying to access remotely. Regards Quote Link to post Share on other sites
Question
odonel 0
I opened the ports in management and added the following rules in dd-wrt firewall
Link to post
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.