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 MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

New to DNS...having problems with resolution

Status
Not open for further replies.

cgoff

IS-IT--Management
Dec 2, 2004
1
US
I'm having a problem with our district website's domain name and a new server I recently put in. I still am not sharp at DNS, so I think it's some little setting I'm missing. My problem is when I try and visit the website from the internal network (i.e. just typing in at my workstation) it just times out. The only way I can get it to work is if I use the ip address, which causes problems with some scripts I installed because they are coded in their respective config files for the domain path.

Example:

Script looks for when you try to access it but since I have to enter to get there in the first place it times out when looking for If I tell the script to look for 10.0.0.6/mail in the config file(s), when I try to access the email from a computer at home it obviously can't find the 10.0.0.6 ip address because it's an internal network.

The email/web server is running Slackware 10. I have two internal DNS servers, one installed on the firewall (which I believe is running BIND...we lease the firewall from another company) and the main one being a Windows 2003 ADS.

Any help/pointers would be appreciated!
 
Make sure that you have an A Record in DNS for the Server or workstation hosting the webpage. Furthermore, if you dont want your users to have to type the computers name in the URL you could add a CNAME record to point to the webserver which could be a little more of a friendly name such as:

Instead of them typing:


you could have




HTH - Stiddy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top