Bind 9 setup help
Ok basicly Im setting up bind 9 (Ive had lots of help from JimBowen however hes curently busy)
Heres what I have so far I created db.graynetwork.org and updated my named.conf.local
I have really no idea what to do next and would apreciate any help thanks.
Here are the files incase I have something wrong.
db.graynetwork.org
named.conf.local
Heres what I have so far I created db.graynetwork.org and updated my named.conf.local
I have really no idea what to do next and would apreciate any help thanks.
Here are the files incase I have something wrong.
db.graynetwork.org
; BIND db file for graynetwork.org
$TTL 86400
@ IN SOA grayfox.game-host.org. grayfox.graynetwork.org. (
2006051501 ; serial number YYMMDDNN
28800 ; Refresh
7200 ; Retry
864000 ; Expire
86400 ; Min TTL
)
NS grayfox.game-host.org.
NS graynetwork.dyndns.org.
MX 10 grayfox.game-host.org.
MX 20 graynetwork.dyndns.org.
$ORIGIN graynetwork.org.
named.conf.local
//
// Do any local configuration here
//
// Consider adding the 1918 zones here, if they are not used in your
// organization
//include "/etc/bind/zones.rfc1918";
include "/etc/bind/dhcp.key";
zone "0.20.10.in-addr.arpa" {
type master;
file "/etc/bind/db.graynetwork-rev";
allow-update { key DHCP_UPDATER; };
};
zone "graynetwork" {
type master;
file "/etc/bind/db.graynetwork"; ;;;LOCAL ADDRESSES
allow-update { key DHCP_UPDATER; };
};
zone "graynetwork.org" {
type master;
file "/etc/bind/db.graynetwork.org"; ;;;EXTERNAL ADDRESS
};
0
Comments