cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
306
Views
0
Helpful
2
Replies

Reconfiguring Web Server

mgoldasich
Level 1
Level 1

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.

2 Replies 2

raju
Level 1
Level 1

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

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

Review Cisco Networking for a $25 gift card