pjv
Where using Cisco 2821 ISR router in our office. We only have one public ip address which is used by the router so our web server is configured with a private ip address (192.168.1.1). I configured port forwarding in the router:
ip nat inside source static tcp 192.168.1.1 80 interface GigabitEthernet0/0 80
which works for people browsing from outside our LAN. How come that PCs inside the LAN (i.e. 192.168.1.5) cannot see the webpages in our server. What comes out is the login prompt of the cisco router?
It is ironic that PCs of the same private network cannot browse our web server while if you access it from outside the LAN, you can perfectly view the webpage.
what do i need to add in my configuration?
ip nat inside source static tcp 192.168.1.1 80 interface GigabitEthernet0/0 80
which works for people browsing from outside our LAN. How come that PCs inside the LAN (i.e. 192.168.1.5) cannot see the webpages in our server. What comes out is the login prompt of the cisco router?
It is ironic that PCs of the same private network cannot browse our web server while if you access it from outside the LAN, you can perfectly view the webpage.
what do i need to add in my configuration?
