|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You eat, breathe and sleep innovation. Build your mobile intelligence with BlackBerry® experts this July. Register Today! |
|
#1
|
|||
|
|||
|
Need Help starting Bind Server..
Ok.. Whenever i do
net start "ISC BIND" I get the error.. The process terminated unexpectedly. My db.focusonnegatives.org looks like this $TTL 86400 $ORIGIN focusonnegatives.org @ SOA DNS-authoritative1.domain.com. DNS-admin.domain.com. ( 2001060101 ; zone serial number in ccyymmddxx format 3600 ; slave polls master for SOA/serial number 1800 ; slave re-polls unreachable master 864000 ; slave expires zone after master unreachable 3600 ; TTL for negative answers ) ;nameservers @ NS DNS-authoritative1.domain.com. @ NS DNS-authoritative2.domain.com. ; $ORIGIN focusonnegatives.org @ IN A 12.203.133.171/jimmy mail IN A 12.203.133.171/jimmy www IN A 12.203.133.171/jimmy ftp IN A 12.203.133.171/jimmy My named.conf.slave files looks like this /* BIND8 main confiuration file with slave zone statements: named.conf */ acl mynameservers {ip_list;}; acl myrecursers {ip_list;}; acl myqueriers {ip_list;}; options { directory "c:\windows\system32\dns\etc"; allow-transfer {mynameservers;}; allow-recursion {myrecursers;}; fetch-glue no; version ""; use-id-pool yes; }; /* remove/add the comment delimiters below to activate/disactivate logging */ /* logging { channel my_file {file "c:/windows/system32/dns/etc/named.run"; severity debug; print-time yes; }; category default {my_file;}; category panic {my_file;}; category packet {my_file;}; category eventlib {my_file;}; category queries {my_file;}; category lame-servers { null;}; category cname { null;}; }; */ zone "." {type hint; file "db.cache";}; zone "focusonnegatives.org" {type slave; file "db.focusonnegatives.org"; masters { ip_addr; };}; zone "210.73.212.IN-ADDR.ARPA" {type slave; file "db.212.73.210"; masters { ip_addr; };}; zone "0.0.127.IN-ADDR.ARPA" IN {type master; file "db.127.0.0";}; My named.conf.master looks like this /* BIND8 main confiuration file with master zone statements: named.conf */ acl mynameservers {ip_list;}; acl myrecursers {ip_list;}; acl myqueriers {ip_list;}; options { directory "c:\windows\system32\dns\etc"; allow-transfer {mynameservers;}; allow-recursion {myrecursers;}; fetch-glue no; version ""; use-id-pool yes; }; /* remove/add the comment delimiters below to activate/disactivate logging */ /* logging { channel my_file {file "c:\windows\system32\dns\etc\named.run"; severity debug; print-time yes; }; category default {my_file;}; category panic {my_file;}; category packet {my_file;}; category eventlib {my_file;}; category queries {my_file;}; category lame-servers { null;}; category cname { null;}; }; */ zone "." {type hint; file "db.cache"; }; zone "focusonnegatives.org" {type master; file "db.focusonnegatives.org"; }; zone "210.73.212.IN-ADDR.ARPA" {type master; file "db.212.73.210"; }; zone "0.0.127.IN-ADDR.ARPA" {type master; file "db.127.0.0"; }; Is there some other program that i have to start for the server? Are my config files incorrect? I don't know what I'm doing wrong.. all help is appreciated |
![]() |
| Viewing: Dev Shed Forums > System Administration > DNS > Need Help starting Bind Server.. |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|