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