03-12-2005 08:03 PM - edited 03-02-2019 10:07 PM
we are installing a replacement web server. the new server is running off a Dell blade. we want to route the public address to a 1. address. currently, it is routed to the DMZ.
the problem is when we attempt to access the server internally via domain name, we get page not found. using the IP/home.html works fine.
the following is the current config of the old server:
static (DMZ,outside) 67.39.116.148 192.168.2.10 netmask 255.255.255.255 0 0
alias (inside) 67.39.116.148 192.168.2.10 255.255.255.255
the following is the current config of the new server.
alias (inside) 67.39.116.148 192.168.1.220 255.255.255.255
static (inside,outside) 67.39.116.148 192.168.1.220 netmask 255.255.255.255 0 0
any ideas why? thx in advance.
03-13-2005 03:10 AM
Hi,
If you are trying to access the web server from Internet using domain name , you need to create an access list at outside interface .
access-list outside permit tcp any host 67.39.116.148 eq www
Thanks
Raju
03-13-2005 09:24 PM
Have you updated you DNS records on your internal DNS server to point to the new addres on the inside? The internal DNS server might still have the old record?
- Brandon
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide