Unable to access webserver from Lan using cisco 881
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2013 12:59 AM - edited 03-07-2019 02:24 PM
Dear Experts,
we have a 881 router which interconnect our local network to public network.
below configs
interface FastEthernet4
description OUTSIDE
ip address XX.XXX.147. 255.255.255.248
interface Vlan1
description --- LAN --INSIDE
ip address 192.168.1.1 255.255.255.0
! web server
ip nat inside source static tcp 192.168.1.2 80 xx.xx.xxx.148 80
Our users from internet (WAN) can access our web server without any problem.
but we cant access our web server with public address x.x.x.148 in our LAN
and we can only access it with local address 192.168.1.2 in our lan.
How can we access our web server with public ip address from our LAN ?
Regards
Hennie
- Labels:
-
Other Switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2013 08:25 AM
It's very hard.
You can try using Nat Virtual interface (http://tech.jocke.no/2010/09/24/cisco-ios-nat-virtual-interface/).
You can also use a little trick: set your router as a dns server and add a dns entry to point inside devices.
Regards.
