PDA

View Full Version : the result of dns isn't correct


nigaqueen
7th May 2007, 16:49
I read http://www.howtoforge.com/mydns_mydnsconfig_dnsmasp_on_ubuntu_edgy

and have done everything as what it said.

but when I #nslookup www.titi.com
Server: 127.0.0.1
Address: 127.0.0.1#53

Non-authoritative answer:
Name: www.titi.com
Address: 204.13.160.129

the ip adresse isn't the one that I config 1.2.3.4 :(

I think that the problem is the service mydns , it can't really start.
# ps -elf | grep dns
5 S dnsmasq 4727 1 0 75 0 - 539 - 11:19 ? 00:00:00 /usr/sbin/dnsmasq -u dnsmasq
0 R root 6974 5768 0 78 0 - 724 - 15:38 pts/2 00:00:00 grep dns
I don't know how to do
who can help me?thks (and sorry for my english ;))

falko
8th May 2007, 17:34
Please run
dig @localhost titi.com
to check your records.

The problem is that right now, another nameserver is the authoritative nameserver for titi.com. After you've set up all wanted records on your MyDNS server, you can tell your domain registrar that from now on your MyDNS server should be the authoritative DNS server.