Announcement

Collapse
No announcement yet.

DNS Servers Disappearing?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    DNS Servers Disappearing?

    In a previous thread I discussed a problem with the Adept updater.
    http://kubuntuforums.net/forums/inde...opic=3083292.0

    I got the problem solved by manually adding dns servers in the network config...but, my dns servers I add manually will not stay. After I reboot, it reverts to my router gateway ip# as the dns server.

    Anyone else seen this and is there a fix?

    #2
    Re: DNS Servers Disappearing?

    Originally posted by ebtech
    is there a fix
    Code:
    sudo chmod 444 /etc/resolv.conf

    Comment


      #3
      Re: DNS Servers Disappearing?

      Thx Unicorn, I'll give that a try.

      Well...that didn't do it, anyone else?

      Comment


        #4
        Re: DNS Servers Disappearing?

        /etc/resolv.conf is over written everytime the system comes up. I posted about wanting to start a caching name server but this is the problem I am having in getting it up. There seems to be something called avahi that is part of the network manager. This is what is over writing resolv.conf.

        Comment


          #5
          Re: DNS Servers Disappearing?

          1. Kill the beast

          Code:
          sudo /etc/init.d/avahi-daemon stop
          sudo mv /etc/init.d/avahi-daemon /etc/init.d/avahi-daemon.exitus
          2. Restart / -try

          --

          (man avahi-daemon)

          Comment

          Working...
          X