MyDNS with MyDNSConfig Control Panel and DNSMasq on Ubuntu 6.10

Discussion in 'HOWTO-Related Questions' started by agarcia71, Sep 5, 2007.

  1. agarcia71

    agarcia71 Member

    Hi There,
    I setup everyting what the Howto said
    Both services its running

    when I:
    root@mydns:~# ps -elf | grep dns
    5 S dnsmasq 11510 1 0 75 0 - 803 - Sep04 ? 00:00:00 /usr/sbin/dnsmasq -u dnsmasq
    5 S nobody 11587 1 0 75 0 - 1425 - Sep04 ? 00:00:00 /usr/sbin/mydns -b
    0 R root 1011 990 0 76 0 - 700 - 11:29 pts/0 00:00:00 grep dns

    When I nslookup got this error:
    root@mydns:~# nslookup www.google.com
    Server: 127.0.0.1
    Address: 127.0.0.1#53

    ** server can't find www.google.com: REFUSED

    What am I doing wrong ?.

    Tanks :(
     
  2. falko

    falko Super Moderator Howtoforge Staff

    What's in /etc/resolv.conf?
     
  3. agarcia71

    agarcia71 Member

    root@mydnsr:/etc# cat resolv.conf
    nameserver 127.0.0.1

    The .conf files are what it said the Howto

    Thanks
     
  4. falko

    falko Super Moderator Howtoforge Staff

    Please try this instead in /etc/resolv.conf:

    Code:
    nameserver 145.253.2.75
    nameserver 193.174.32.18
     

Share This Page