hi,
I have openwrt 15.05.1 installed on Tp-link WR841ND. I have created small website on my android phone which runs on port 7575 as port 80 is not available in android.
I can access my website on phone with url, 192.168.2.103:7575 but I want it to access it 192.168.2.103. I have setup following firewall rules under "Custom Rules" as below
iptables -t nat -A PREROUTING -p tcp -d 192.168.2.103 --dport 80 -j DNAT --to-destination 192.168.2.103:7575
iptables -t nat -A POSTROUTING -j MASQUERADE
But these rules are not working. Any help or pointers? thanks in advance