PDA

View Full Version : DNS configuration/setup


zatang90210
13th January 2009, 00:02
Hi,
I am new to this and have taken over this stuff from someone else.

uname -a
Linux engfs01.eng.abc.com 2.6.18-92.1.18.el5 #1 SMP x86_64 x86_64 x86_64 GNU/Linux

Here is the problem. I have my website hosted at an external provider Netfirms. I can access the website for e.g. using www.abc.com just fine from outside my LAN, but from inside, it gives me a Server not found error. Trying to open abc.com works fine from both inside and outside.

Any idea what may be wrong? I also have CNAMEs for mail.abc.com etc etc that have been setup for going to google apps. I think somewhere an entry for www.abc.com may also have been setup to go to google apps instead of netfirms. How do I correct this?

Thanks
Bert

topdog
13th January 2009, 07:41
This is a case where you have internal DNS and external DNS setup, your internal DNS points somewhere else and your external to somewhere else.

You need to make the change in the zone file of your internal DNS server.

zatang90210
13th January 2009, 14:34
ok, but I am new to this. Where do I locate the zone file of my internal DNS. Sorry if this is a dumb question and what exactly do I change there.

falko
14th January 2009, 12:03
You can find the location of your zone files in your named.conf (which is in /etc or /etc/bind, depending on your distribution).