SunQuest
           DNS
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
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:
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now!
  #1  
Old August 17th, 2003, 07:44 PM
moogman moogman is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Posts: 47 moogman User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
bind troubles

this is what I am getting when I run named.exe -g



C:\WINDOWS\system32\dns\bin>named -g
Aug 17 19:36:32.980 starting BIND 9.2.2 -g
Aug 17 19:36:32.980 using 1 CPU
Aug 17 19:36:33.000 loading configuration from 'C:\WINDOWS\System32\dns\etc\name
d.conf'
Aug 17 19:36:33.000 set maximum stack size to 0: not implemented
Aug 17 19:36:33.000 set maximum data size to 0: not implemented
Aug 17 19:36:33.000 set maximum core size to 0: not implemented
Aug 17 19:36:33.000 set maximum open files to 0: not implemented
Aug 17 19:36:33.070 listening on IPv4 interface Loopback Interface 1, 127.0.0.1#
53
Aug 17 19:36:33.161 listening on IPv4 interface TCP/IP Interface 2, 68.209.192.2
52#53
Aug 17 19:36:33.251 command channel listening on 127.0.0.1#953
Aug 17 19:36:33.311 ignoring config file logging statement due to -g option
Aug 17 19:36:33.331 dns_rdata_fromtext: 1.0.0.127.IN-ADDR.ARPA.zone:6: near eol:
unexpected end of input
Aug 17 19:36:33.331 zone 1.0.0.127.in-addr.arpa/IN: loading master file 1.0.0.12
7.IN-ADDR.ARPA.zone: unexpected end of input
Aug 17 19:36:33.341 dns_rdata_fromtext: bikinihotty.com.zone:16: near eol: unexp
ected end of input
Aug 17 19:36:33.341 zone bikinihotty.com/IN: loading master file bikinihotty.com
.zone: unexpected end of input
Aug 17 19:36:33.341 running

I have no idea what any of this means or if is errors or what

Reply With Quote
  #2  
Old August 18th, 2003, 08:45 AM
SilentRage's Avatar
SilentRage SilentRage is offline
DNS/BIND Guru
Dev Shed Specialist (4000 - 4499 posts)
 
Join Date: Jun 2003
Location: OH, USA
Posts: 4,193 SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 5 Days 14 h 27 m 56 sec
Reputation Power: 77
Means you've got syntax errors in your zone files.
__________________
Send me a private message if you would like me to setup your DNS for you for a price of your choosing. This is the preferred method if your DNS needs to be fixed/setup fast and you don't have the time to bounce messages back and forth on a forum. Also, check out these links:

Whois Direct | DNS Crawler | NS Trace | Compare Free DNS Hosts

Reply With Quote
  #3  
Old August 18th, 2003, 11:58 AM
moogman moogman is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Posts: 47 moogman User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
How can I find out if the bind is working correctly even if I do not have the domain name pointed to it yet? Is there a local command to see if it isworking?

Reply With Quote
  #4  
Old August 18th, 2003, 12:19 PM
moogman moogman is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Posts: 47 moogman User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
netsat

Silent Rage,

I did some reading in the forum and saw where you suggested running netstat to see if it was listening below is what I rxed back.

C:\>netstat -an | find ":53"
TCP 68.209.192.252:53 0.0.0.0:0 LISTENING
TCP 127.0.0.1:53 0.0.0.0:0 LISTENING
UDP 68.209.192.252:53 *:*
UDP 127.0.0.1:53 *:*


also I looked in my services and I do not see a named running but I do see the isc bind running and it is started. Should there be a named running as well?

Reply With Quote
  #5  
Old August 18th, 2003, 07:55 PM
SilentRage's Avatar
SilentRage SilentRage is offline
DNS/BIND Guru
Dev Shed Specialist (4000 - 4499 posts)
 
Join Date: Jun 2003
Location: OH, USA
Posts: 4,193 SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 5 Days 14 h 27 m 56 sec
Reputation Power: 77
Your server appears to be running just fine. Whether it is capable of serving your zones or return SERVER FAILURE errors for bad zones is to be questioned. Did you fix the syntax error I pointed out in the pm?

Reply With Quote
  #6  
Old August 18th, 2003, 08:15 PM
moogman moogman is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Posts: 47 moogman User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
Yes, I did fix the problem you referred to. I appreciate all the help you have given. It sure acts like it is working, I am waiting for the dns changes to take place at networksolutions. Everytime I run your great dns crawler it shows the info from my server computer. http://serialcoders.sytes.net/cgi-b...bmit=Send+Query

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationDNS > bind troubles


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 | 
  
 





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