cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
260
Views
0
Helpful
1
Replies

Problems accessing Internal websites

tim.holden
Level 1
Level 1

HELP - PLEASE

I cannot access any internal websites but can access external sites. Has anyone seen this type of problem before. Routing is correct and dns is resolving but no connection to internal websites. If you've seen before this please help.

1 Reply 1

Danilo Dy
VIP Alumni
VIP Alumni

Hi,

About internal websites, their ip address is private. You need to setup a DNS that will be use by your internal users. Your DNS should be configure to host only your own domain (i.e. abc.com) and forward query to your ISP DNS for domains not hosted by your DNS. If your DNS is also public DNS hosting your domain for public query, you can create the following record;

internal.abc.com. IN A 192.168.1.10 << Server internal IP Address

http://www.abc.com. IN A 1.1.1.1 << Server external IP Address (NAT)

For users to connect directly to internal website, use http://internal.abc.com. When they are outside your network, they should use http://www.abc.com

Also, try searching for split-DNS

Review Cisco Networking for a $25 gift card