This is a new router I'm trying to setup. Everything was working ( including remote access) on a netgear router prior to switching over to the Cisco 3825.
Plex server setup on 192.168.1.10.
Router config to allow port forwarding to 192.168.1.10 32400
ip nat inside source list MY_LAN interface GigabitEthernet0/0 overload
ip nat inside source static udp 192.168.1.10 32400 interface GigabitEthernet0/0 32400
ip nat inside source static tcp 192.168.1.10 32400 interface GigabitEthernet0/0 32400
The Plex settings show I'm signed in but is not reachable from outside your network. I have the specify public port checked and 32400 in the box.
What am I missing?