Results 1 to 3 of 3

Thread: Issues setting up my conection DNS

  1. #1
    Join Date
    Aug 2008
    Beans
    33
    Distro
    Ubuntu 10.04 Lucid Lynx

    Angry Issues setting up my conection DNS

    I was having troubles with my conection so I called to the phone company and they told me to use new DNS:

    so I went to network properties and tried to change them from there so it was like this:



    and I changed it to this:



    but after a while it always turn back into the older DNS, I tried editing resolv.conf but I get the same result, all I want is to set those new DNSby default
    If this helps a lil, Im using local cache
    Last edited by fencer; September 17th, 2008 at 08:55 PM.

  2. #2
    Join Date
    Jan 2006
    Location
    Not heaven... Iowa
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Issues setting up my conection DNS

    I presume you use DHCP to get IP Address from your ISP. Edit /etc/dhcp3/dhclient.conf (I like sudo nano /etc/dhcp3/dhclient.conf) Find the line:
    Code:
    #prepend domain-name-servers 127.0.0.1;
    Uncomment it (remove the #) and include your new DNS servers. You could also remove the "domain-name-servers," from the "request" line.
    Linux User #415691 Ubuntu User #8629
    Iowa Team (LoCo): [Wiki] [Launchpad]
    IRC channel: #ubuntu-us-ia on irc.freenode.net

  3. #3
    Join Date
    Aug 2008
    Beans
    33
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Issues setting up my conection DNS

    ok now my file looks something like this

    Code:
    #supersede domain-name “fugue.com home.vix.com”;
    prepend domain-name-servers 127.0.0.1, 200.35.65.3, 200.35.65.4;
    request subnet-mask, broadcast-address, time-offset, routers,
    domain-name, domain-name-servers, host-name,
    netbios-name-servers, netbios-scope;
    is that ok???
    because I havent seen any changes so far, (let me restart to see the results)

    Edit: It worked like a charm, thx a lot for the help
    Last edited by fencer; September 18th, 2008 at 01:07 AM.

Tags for this Thread

Bookmarks

Posting Permissions

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