Find the answer to your Linux question:
Results 1 to 3 of 3
Well here it is - was a perfectly working debian install, but somehow I killed name resolution... I think it had something to do with uninstalling avahi-daemon before I knew ...
  1. #1
    Just Joined!
    Join Date
    Dec 2008
    Posts
    1

    I've done something horrible to my DNS. :(

    Well here it is - was a perfectly working debian install, but somehow I killed name resolution...

    I think it had something to do with uninstalling avahi-daemon before I knew what it did, but after that and a reboot, it won't even resolve DNS, or for that matter bring up the eth1 interface at boot time, I have to connect a keyboard and monitor and bring up eth1 with ifconfig, but even that doesn't let it resolve dns, the only way it seems to work is if I run dhclient, but that pulls a private IP from my wireless router instead of using the static public IP that I've got...

    Anyone have any ideas? I can post logs and such if necessary but I really could use some direction here...

  2. #2
    Just Joined!
    Join Date
    Oct 2005
    Location
    India
    Posts
    23
    Hello,

    You can use yum to install DNS avahi-daemon. "yum install named". Yes, do let me know, if this works?

  3. #3
    Linux Newbie
    Join Date
    Feb 2006
    Location
    KP22
    Posts
    106
    What does your /etc/resolv.conf contain?
    Does any hostname resolve when using for example dig (package dnsutils) like
    Code:
    dig @<yournameserver_ip_address> google.com
    It should give you something like
    Code:
    ;; ANSWER SECTION:
    google.com.             45      IN      A       74.125.45.100
    google.com.             45      IN      A       209.85.171.100
    google.com.             45      IN      A       72.14.205.100
    Does the connection really become active, in other words, can you ping or otherwise transfer data to ip addresses after bringing the if active manually?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •