cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Bookmark
|
Subscribe
|
437
Views
0
Helpful
1
Replies

Unable to access webserver from Lan using cisco 881

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

1 Reply 1

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.