Page 11 of 16 FirstFirst ... 910111213 ... LastLast
Results 101 to 110 of 153

Thread: Howto: Setup a DNS server with bind

  1. #101
    Join Date
    Jul 2006
    Location
    Calgary, Alberta
    Beans
    1,123
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Howto: Setup a DNS server with bind

    Nuts.....I contacted my registrar and they don't do anything with DNS at all. So either I transfer the domain I just paid $15 for or I try and set up bind9 on my machine which is proving impossible with the limited support I'm getting.

  2. #102
    Join Date
    Aug 2006
    Location
    Ann Arbor Michigan
    Beans
    69
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Howto: Setup a DNS server with bind

    i use easydns http://www.everydns.com/index.php

    it's a free dns service for your domain.
    "They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety."
    Ben Franklin 1775
    Michigan LoCo Team: #ubuntu-michigan on irc.freenode.net

  3. #103
    Join Date
    Jul 2006
    Location
    Calgary, Alberta
    Beans
    1,123
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Howto: Setup a DNS server with bind

    Quote Originally Posted by alienseer23 View Post
    i use easydns http://www.everydns.com/index.php

    it's a free dns service for your domain.
    Cool! So I just set up an A record there and I'm done? I don't see a tutorial on their site anywhere.

  4. #104
    Join Date
    Mar 2009
    Beans
    1

    Re: Howto: Setup a DNS server with bind

    Very good guide, got me up and running. Thank you

  5. #105
    Join Date
    Nov 2007
    Location
    Hull, England
    Beans
    41
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Howto: Setup a DNS server with bind

    Followed this to the letter, didn't work tried, it other ways still doesn't work, anyway wonder if you lot could sort me out

    domain name: choices.hcctraining.uk
    forwarder: 91.43.10.50

    mailserver: choicesserver@choices 91.43.10.30

    severname: choicesproxy
    IP: 91.43.20.14

    example machine: ccc100 91.40.20.100

  6. #106
    Join Date
    Jul 2006
    Location
    Calgary, Alberta
    Beans
    1,123
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Howto: Setup a DNS server with bind

    Quote Originally Posted by alienseer23 View Post
    i use easydns http://www.everydns.com/index.php

    it's a free dns service for your domain.
    Do this. Worked perfect for me.

  7. #107
    Join Date
    Nov 2007
    Location
    Hull, England
    Beans
    41
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Howto: Setup a DNS server with bind

    Using gbindadmin, seems to be working so far

  8. #108
    Join Date
    Apr 2009
    Beans
    6

    Re: Howto: Setup a DNS server with bind

    Quote Originally Posted by MAO View Post
    Hi i've got some problems with bind Zones Files:

    root@sw:/# tail -f /var/log/daemon.log
    May 10 20:05:51 sw named[4705]: command channel listening on ::1#953
    May 10 20:05:51 sw named[4705]: could not open entropy source /dev/random: permission denied
    May 10 20:05:51 sw named[4705]: using pre-chroot entropy source /dev/random
    May 10 20:05:51 sw named[4705]: zone 0.in-addr.arpa/IN: loaded serial 1
    May 10 20:05:51 sw named[4705]: zone 127.in-addr.arpa/IN: loaded serial 1
    May 10 20:05:51 sw named[4705]: zone 22.29.217.in-addr.arpa/IN: loading from master file /etc/bind/zones/rev.22.29.217.in-addr.arpa failed: permission denied
    May 10 20:05:51 sw named[4705]: zone 255.in-addr.arpa/IN: loaded serial 1
    May 10 20:05:51 sw named[4705]: zone software.kg/IN: loading from master file /etc/bind/zones/software.kg.db failed: permission denied
    May 10 20:05:51 sw named[4705]: zone localhost/IN: loaded serial 2
    May 10 20:05:51 sw named[4705]: running

    ____________________________________

    root@sw:/# ls -la /var/lib/named/etc/bind/zones
    total 16
    drwxr-sr-x 2 bind bind 4096 2008-05-10 19:45 .
    drwxr-sr-x 3 bind bind 4096 2008-05-10 19:47 ..
    -rwxrwxrwx 1 bind bind 260 2008-05-10 19:45 rev.22.29.217.in-addr.arpa
    -rwxrwxrwx 1 bind bind 651 2008-05-10 19:54 software.kg.db

    Plz Help me !!!
    Hi All,

    Does anyone know how to resolve the above??? I followed this tutorial "http://www.howtoforge.com/installing-an-ubuntu8.04-dns-server-with-bind", and it went flawlessly until I ran into the "Loading from master file.....permission denied error"

    Thanks

  9. #109
    Join Date
    Jun 2007
    Beans
    133

    Re: Howto: Setup a DNS server with bind

    I am having some issues getting bind to resolve local hosts. It will resolve all of the external addresses with no problems. Thanks in advance for your help with this.

    Here is my zone file

    / replace thefuzz4.net with your domain name. do not forget the . after the domain name!
    // Also, replace ns1 with the name of your DNS server
    thefuzz4.net. IN SOA ns1.thefuzz4.net. admin.thefuzz4.net. (
    // Do not modify the following lines!
    2009041901
    28800
    3600
    604800
    38400
    )

    // Replace the following line as necessary:
    // ns1 = DNS Server name
    // mta = mail server name
    // thefuzz4.net = domain name
    thefuzz4.net. IN NS ns1.thefuzz4.net.
    thefuzz4.net. IN MX 10 mta.thefuzz4.net.

    // Replace the IP address with the right IP addresses.
    www IN A 208.109.181.20
    localhost IN A 127.0.0.1
    ns1 IN A 192.168.1.144
    thefuzz4-kubuntu-01 IN A 192.168.1.144
    thebeast2linux IN A 192.168.1.143
    thebeastlaptop IN A 192.168.1.140
    thebeastjenn IN A 192.168.1.146
    thebeast IN A 192.168.1.141
    lexmark IN A 192.168.1.250
    router IN A 192.168.1.129

    Here is my named.conf.local file
    # This is the zone definition. replace thefuzz4.net with your domain name
    zone "thefuzz4.net" IN {
    type master;
    file "/etc/bind/zones/thefuzz4.net.db";
    };

    # This is the zone definition for reverse DNS. replace 0.168.192 with your network address in reverse notation - e.g my network address is 192.168.0
    zone "0.168.192.in-addr.arpa" IN {
    type master;
    file "/etc/bind/zones/rev.1.168.192.in-addr.arpa";

    and last but not least my named.conf

    // This is the primary configuration file for the BIND DNS server named.
    //
    // Please read /usr/share/doc/bind9/README.Debian.gz for information on the
    // structure of BIND configuration files in Debian, *BEFORE* you customize
    // this configuration file.
    //
    // If you are just adding zones, please do that in /etc/bind/named.conf.local

    include "/etc/bind/named.conf.options";

    // prime the server with knowledge of the root servers
    zone "." {
    type hint;
    file "/etc/bind/db.root";
    };

    // be authoritative for the localhost forward and reverse zones, and for
    // broadcast zones as per RFC 1912

    zone "localhost" {
    type master;
    file "/etc/bind/db.local";
    };

    zone "127.in-addr.arpa" {
    type master;
    file "/etc/bind/db.127";
    };

    zone "0.in-addr.arpa" {
    type master;
    file "/etc/bind/db.0";
    };

    zone "255.in-addr.arpa" {
    type master;
    file "/etc/bind/db.255";
    };

    include "/etc/bind/named.conf.local";

    I tried to use the admin tool which is really quite nice and friendly but I could not find any setup guides for this. When it loads it never actually touches any of the files in /etc/bind/ if anyone can provide some insight on the admin tool as well that would be great. However at this moment I would just love to have bind resolve my local computers. Thank you once again for any help you can provide on this.
    Ubuntu on every computer in my house

  10. #110
    Join Date
    Apr 2009
    Beans
    1

    Re: Howto: Setup a DNS server with bind

    hi, I have follow steep by steep this tutorial, but when try to restart bind9 I get this error:

    rndc: connect failed: 127.0.0.1#953: connection refused

    and the bind9 don't start just say [fail]

    whys is this error ?

Page 11 of 16 FirstFirst ... 910111213 ... 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
  •