Find the answer to your Linux question:
Results 1 to 2 of 2
Hi Im Newbie here, im glad ive found this group, Ive installed BIND9.3.4-1 on Fedora core 5, ive already edit /etc/named.conf by appending this: zone "mydomain.net" IN { type master; ...
  1. #1
    Just Joined! paulwarrenp's Avatar
    Join Date
    Jun 2007
    Posts
    3

    BIND config.. pls help

    Hi Im Newbie here, im glad ive found this group, Ive installed BIND9.3.4-1 on Fedora core 5, ive already edit /etc/named.conf by appending this:

    zone "mydomain.net" IN {
    type master;
    file "mydomain.net.zone";
    allow-update ( none; );

    };

    then, I renamed one zone located at /var/named and change it to mydomain.net.zone.
    every time i started the named services, i got this error:

    Starting named:
    Error in named configuration:
    zone localdomain/IN: loaded serial 42
    zone localhost/IN: loaded serial 42
    zone mydomain.net/IN: loading master file mydomain.net.zone: file not found
    _default/mydoamin.net/IN: file not found
    zone 0.0.127.in-addr.arpa/IN: loaded serial 1997022700
    zone 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0. 0.0.0.0.0.0.ip6.arpa/IN: loaded serial 1997022700
    zone 255.in-addr.arpa/IN: loaded serial 42
    zone 0.in-addr.arpa/IN: loaded serial 42
    [FAILED]

    Im not sure the changes i made on /var/named/mydomain.net.zone. it goes something like this:

    $TTL 86400
    $ORIGIN mydomain.net.
    @ IN SOA @ ns1.mydomain.net. admin.mydoamin.net. {
    2004042601 ;serial
    21600 ;refresh
    3600 ;retry
    604800 ;expiry
    86400 ;minimum
    IN NS ns1.mydomain.net.
    IN A 192.168.0.75
    IN MX 10 mail.mydomain.net

    ns1 IN A 192.168.0.75
    www IN A 192.168.0.75
    mail IN A 192.168.0.75
    ftp IN A 192.168.0.75

    the ip address 192.168.0.75 is assigned on the PC where i installed BIND.
    where will i put ip addresses of my web server and mail server? Is this the right config?

    Hope you guys could help me on this..thanks

  2. #2
    Just Joined! paulwarrenp's Avatar
    Join Date
    Jun 2007
    Posts
    3
    Tnx for Your response, Im sorry im just new in Linux, where can i change the serials? Is it the only mistakes that ive done?

Posting Permissions

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