Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Local Intranet Sites Problem

Status
Not open for further replies.

twooly

MIS
Feb 22, 2004
122
US
This is a wierd one. Hopefully someone can shed some light on this. I have some pc's that are having problems getting to a local intranet site by the shorthostname and not the full hostname in Internet Explorer. (i.e they can get to but not DNS is working because they can go to the command prompt and ping server and it resolves to server.domain.com They just can't go to the shortname in Internet Explorer, they have to use the full name. Keep in mind others can do it just fine.

Thanks
 
Step #1. Disable AutoComplete:
Click Start, point to Settings, click Control Panel, and then double-click Internet.
Click the Advanced tab.
Click to clear the Use inline AutoComplete for Web address check box and the Use inline AutoComplete in Windows Explorer check box.
Click OK.

Step #2. Under IE, Tools, Internet Options, General Tab, clear the History.

Step #3. Reverse the steps in #1
 
Some thoughts:

. if DNS resolution is occuring on the WAN side of your router, use the local IP of the intranet server. You cannot expect the router to do a reverse forward from its own WAN address.

. Make a HOSTS file entry.

xxx.xxx.xxx.xxx my.domain.com my.domain my

You are allowed "alias" names on each entry. This will prevent the client from using your ISP's DNS servers to resolve an intranet address.



The Hosts file can be found in c:\winnt\drivers\etc and can be edited with notepad. (Make sure the HOSTS file does not get a file extension appended, like .txt. It has not extension).


 
This is on a LAN at a company with its own DNS servers. Nothing goes outside. All clients are internal
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top