15 pts.
 I cant Access web server from our LAN
Dear Experts, we have a 2851 router which interconnect our local network to public network. we recieve our internet on interface e0/1 and e0/0 restricted to our lan as below configs int e0/0 192.168.10.1 255.255.255.0 ip nat inside int e0/1 X.X.X.226 255.255.255.224 ip nat outside ! web server ip nat inside source static x.x.x.245 192.168.10.9 ! last resort ip route 0.0.0.0 0.0.0.0 x.x.x.225 our users from internet can access our web server but we cant access our web server with public address x.x.x.245 or equivalent domain name and we can only access it with local address 192.168.10.9 in our lan. how can we access our web server with public FDQN domain name or public ip address ? Regards

Software/Hardware used:
ios
ASKED: March 12, 2012  8:47 PM
UPDATED: June 22, 2012  10:56 PM

Answer Wiki:
You can assign the public IP address as a static route in your router using the ip route command. For the internal users to access the Web server using the FQDN, assign the IP address in your DNS server. If you use an external DNS server, you can assign it to each PC. In Windows, modify the Hosts file found at the default path of: c:windowssystem32driversetc The Hosts file is the first place PCs look for address resolution.
Last Wiki Answer Submitted:  June 22, 2012  10:56 pm  by  ShawnHendricks   1,590 pts.
All Answer Wiki Contributors:  ShawnHendricks   1,590 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _