If you can SSH into your router and issue the following command we might be able to see the problem.
Code:iptables-save -t nat
Output from iptable command below. Doesn't mean much to me I'm afraid.
Thanks for all the input everyone btw
![Smile :) :)](https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f642.png)
Code:
# Generated by iptables-save v1.4.15 on Sun May 6 19:30:51 2018
*nat
:PREROUTING ACCEPT [800269:51213995]
:INPUT ACCEPT [33228391:2236946925]
:OUTPUT ACCEPT [97362:19939022]
:POSTROUTING ACCEPT [97362:19939022]
:DNSFILTER - [0:0]
:PUPNP - [0:0]
:VSERVER - [0:0]
:VUPNP - [0:0]
-A PREROUTING ! -d 10.101.202.0/24 -p tcp -m tcp --dport 80 -j DNAT --to-destina tion 10.101.202.1:18017
-A PREROUTING -p udp -m udp --dport 53 -j DNAT --to-destination 10.101.202.1:180 18
COMMIT