I have an simple network:
192.168.0.0/24 ---- Inside - Router - Outside 1.2.3.4
I have a web server inside at e.g. 192.168.0.10.
I port forward port 80 to my web server:
ip nat inside source static tcp 192.168.0.10 80 1.2.3.4 80
I wish to access my web server from another host on the same internal network, say 192.168.0.5, but do not wish to have split DNS so would like 1.2.3.4:80 to arrive at same web server whether connection is initiated from inside or outside the network.
I know my home commodity Linksys Smart WiFi router somehow manages to do this by default when enabling port forwarding. How do I configure a Cisco router to do this?