|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
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
|
|||
|
|||
|
bind????
can some one show me the file stucture
like what files and where they go for bind and tell me what a root.hint file should look like or where i can get one does this look ok for servertalk.org.zone $TTL 86400 $ORIGIN servertalk.org. @ IN SOA ns2 postmaster ( 1 ; serial 3H ; refresh 15M ; retry 1W ; expiry 1D) ; minimum NS ns1 NS ns2 MX 5 mail A 80.5.237.151 ns1 A 80.5.237.151 ns2 A 80.5.237.151 www A 80.5.237.151 mail A 80.5.237.151 |
|
#2
|
||||
|
||||
|
Re: bind????
Quote:
The fact that you didn't search disgusts me. Especially considering that the topic I'm linking you to is only a few entries down the list: http://forums.devshed.com/t113727/s...15&pagenumber=2
__________________
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 |
|
#3
|
||||
|
||||
|
Read my post in the link I gave you above, and tell me what errors you get in your application log.
|
|
#4
|
|||
|
|||
|
Event Type: Error
Event Source: named Event Category: None Event ID: 1 Date: 24/01/2004 Time: 18:16:12 User: N/A Computer: WEBSERVER Description: dns_master_load: root.hint:79: isc_lex_gettoken() failed: unexpected end of input Event Type: Error Event Source: named Event Category: None Event ID: 1 Date: 24/01/2004 Time: 18:16:12 User: N/A Computer: WEBSERVER Description: dns_master_load: root.hint:79: unexpected end of input Event Type: Error Event Source: named Event Category: None Event ID: 1 Date: 24/01/2004 Time: 18:16:12 User: N/A Computer: WEBSERVER Description: exiting (due to fatal error) |
|
#5
|
|||
|
|||
|
i left the root hint file out ill post again
|
|
#6
|
|||
|
|||
|
Event Type: Error
Event Source: named Event Category: None Event ID: 1 Date: 24/01/2004 Time: 18:29:49 User: N/A Computer: WEBSERVER Description: dns_master_load: root.hint:79: isc_lex_gettoken() failed: unexpected end of input Event Type: Error Event Source: named Event Category: None Event ID: 1 Date: 24/01/2004 Time: 18:29:49 User: N/A Computer: WEBSERVER Description: dns_master_load: root.hint:79: unexpected end of input Event Type: Error Event Source: named Event Category: None Event ID: 1 Date: 24/01/2004 Time: 18:29:49 User: N/A Computer: WEBSERVER Description: could not configure root hints from 'root.hint': unexpected end of input my bind files Last edited by pastyrhd : January 24th, 2004 at 12:36 PM. |
|
#7
|
||||
|
||||
|
is that your root.hint or my named.ca renamed?
|
|
#8
|
|||
|
|||
|
soz i had to go unexpectadly back now
check my files noe ive used your root.hint set maximum stack size to 0: not implemented set maximum data size to 0: not implemented set maximum core size to 0: not implemented set maximum open files to 0: not implemented dns_master_load: root.hint:79: isc_lex_gettoken() failed: unexpected end of input dns_master_load: root.hint:79: unexpected end of input could not configure root hints from 'root.hint': unexpected end of input loading configuration: unexpected end of input exiting (due to fatal error) |
|
#9
|
||||
|
||||
|
let me see your named.conf
|
|
#10
|
|||
|
|||
|
|
|
#11
|
||||
|
||||
|
Well if you can't get root.hint working then delete the following:
Code:
# Specify the root name servers
zone "." IN {
type hint;
file "root.hint";
};
It's optional. BIND has an internal root servers list. |
|
#12
|
|||
|
|||
|
all done
thanks silentrage your the man Last edited by pastyrhd : January 25th, 2004 at 05:30 AM. |
![]() |
| Viewing: Dev Shed Forums > System Administration > DNS > bind???? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|