Chaps, I'm hoping someone here can help me with this issue I'm having with a brand new AC2 router.
I am trying to port forward on 3 specific ports to a PC on my LAN, and I've watched a dozen YT videos and read numerous guides, but I cannot get it to work.
I've created the following NAT rules:
Code:
add action=dst-nat chain=dstnat comment="Open port 9191" \ dst-address=MyPublicIP dst-port=9191 protocol=tcp to-addresses=\ MyPCIP to-ports=9191
add action=dst-nat chain=dstnat comment="Open port 9595" \ dst-address=MyPublicIP dst-port=9595 protocol=tcp to-addresses=\ MyPCIP to-ports=9595
add action=dst-nat chain=dstnat comment="Open port 9898" \ dst-address=MyPublicIP dst-port=9898 protocol=tcp to-addresses=\ MyPCIP to-ports=9898
None of these work, whether I try to access with the MyPublicIP or a hostname (DDNS).
I've even reset it to default and started from scratch, still no luck.
Help please?