Page 5 of 16 FirstFirst ... 3456715 ... LastLast
Results 41 to 50 of 153

Thread: Howto: Setup a DNS server with bind

  1. #41
    Join Date
    Jul 2007
    Location
    Venice, Italy
    Beans
    36

    Re: Howto: Setup a DNS server with bind

    Internal dns service seems to work, however:

    I didn't understand how to define a certain IP for an EXTERNAL whatever website... and WHERE to do it.

  2. #42
    Join Date
    Aug 2005
    Location
    Allentown, PA
    Beans
    141
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Howto: Setup a DNS server with bind

    I followed this tutorial for my Feisty server. My clients can all ping/nslookup/dig the dns server, however, they cannot perform any of those commands on other clients on the network. My network consists of three machines: the dns server, one static ip client, and one dynamic ip client. Each has the resolve.conf setup to point back to the dns server. How do i get the name resolutions established for all of the clients on the network automatically?

    Thanks for any help.

  3. #43
    Join Date
    Aug 2007
    Beans
    1

    Re: Howto: Setup a DNS server with bind

    Hy i have problem when i am restarting the bind9
    i am having this ouput
    Stopping domain name service... rndc: connect failed: connection refused
    [ ok ]
    * Starting domain name service... .

    i would like to know how can i solve the problem, what happen it.

  4. #44
    Join Date
    Feb 2007
    Beans
    21

    Re: Howto: Setup a DNS server with bind

    I typed "rndc" into Google and the first result describes your error message and a suggested remedy for it:

    http://www.redhat.com/docs/manuals/l...bind-rndc.html

  5. #45
    Join Date
    Jul 2006
    Beans
    13

    Re: Howto: Setup a DNS server with bind

    Quote Originally Posted by CopaceticOpus View Post
    I typed "rndc" into Google and the first result describes your error message and a suggested remedy for it:

    http://www.redhat.com/docs/manuals/l...bind-rndc.html
    I'm having the exact same error. Except :

    I have a defult LTS install where rndc works just fine and there is not a 'control statement in named.conf...

    Then I have another machine that a colo facility installed for me, and rndc just won't go... and the named.conf files do not differ [i ran a diff on them]

    CORRECTION : the working machine is LTS, the non working one is Edgy, however teh files still do not differ.

    Jeff.
    Last edited by bignose; August 21st, 2007 at 08:30 PM.

  6. #46
    Join Date
    Apr 2006
    Location
    California
    Beans
    43
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Howto: Setup a DNS server with bind

    Quote Originally Posted by hogman23 View Post
    One more step to get it to work:
    You must rename the named.conf.local to named.conf
    If you read all the way to the bottom of named.conf you will see the following line:
    Code:
    include "/etc/bind/named.conf.local";
    You absolutely need named.conf -- if you are foolish enough to rename it (thereby overwriting named.conf--see man mv) you will never have a working dns server. The only way to eliminate named.conf.local is to paste all of it's contents into named.conf.

    I'm sorry if this sounds harsh but unfortunately there is a lot of bad advice in these forums. People, please test your advice carefully before you post.

  7. #47
    Join Date
    Apr 2006
    Location
    California
    Beans
    43
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Howto: Setup a DNS server with bind

    Please ignore--does not reference OP
    Last edited by sgla1; August 27th, 2007 at 08:15 AM. Reason: does not quote original message

  8. #48
    Join Date
    Oct 2007
    Beans
    1
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Howto: Setup a DNS server with bind

    My clients can all ping/nslookup/dig the dns server, however, they cannot perform any of those commands on other clients on the network
    I'm having the same issue. Any help greatly appreciated...
    Last edited by stubba; November 1st, 2007 at 11:41 AM. Reason: include quote

  9. #49
    Join Date
    Nov 2007
    Beans
    6

    Re: Howto: Setup a DNS server with bind

    Nice! Works! But if you add the following :

    1. Remove any comments from the zones files (those in zones directory)
    2. Test the domain with
    sudo named-checkzone exampledomain.com

    And it works like a dream

  10. #50
    Join Date
    Nov 2007
    Beans
    18

    Re: Howto: Setup a DNS server with bind

    Interesting Guide
    Last edited by iLLiCiTgr; November 22nd, 2007 at 12:02 PM.

Page 5 of 16 FirstFirst ... 3456715 ... LastLast

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
  •