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