DNS
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Click Here
Go Back   Dev Shed ForumsSystem AdministrationDNS

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
You eat, breathe and sleep innovation. Build your mobile intelligence with BlackBerry® experts this July. Register Today!
  #1  
Old October 27th, 2003, 07:04 PM
Comglomo Comglomo is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2003
Location: Pittsburgh
Posts: 9 Comglomo User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via AIM to Comglomo
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

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationDNS > Need Help starting Bind Server..


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 

IBM developerWorks




© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway