| 
    
	
	
		
	
	
	
				
			
			 
			12-01-2002, 07:33 PM
			
							
		 | 
		
			 
			#1
			
		 | 
	
 
	| 
			
			
			
	  
	wsjb78 
	
	should edit this
		
	
	 
			Local Shadow Agent #1 
			
		
			
				
			
			
			
				 
				Join Date: Nov 2002 
				Location: Home 
				
				
					Posts: 1,061
				 
					
						xBucks: 38,351  
					 
				
				
				
				
				     
			 					
		
	 | 
	
	
	
	
		
			
			
				 
				OT: Nameservers on W2k (Bind 9.2.1)
			 
			 
			
		
		
		
		Hiya, 
 
I just wanted to try out to install a nameserver on my W2k desktop. I've seen that ISC now has a Bind that's running on Win32 system. 
 
I downloaded it and installed it (it was put into c:\winnt\system32\dns\ ) 
 
After that I run from the command line: 
 
rndc-confgen -a 
 
That created a file in c:\winnt\system32\dns\etc\rndc.key with following content: 
 
key "rndc-key" { 
algorithm hmac-md5; 
secret "QnM6Uny/kD327b/ysesuKw=="; 
}; 
 
After that I did create a rndc.conf file (empty) and run: 
 
rndc-confgen > rndc.conf 
 
It then gave me some screen output: 
 
# Start of rndc.conf 
key "rndc-key" { 
algorithm hmac-md5; 
secret "nhgoQ5dkQdiHJW4UWg932A=="; 
}; 
 
options { 
default-key "rndc-key"; 
default-server 127.0.0.1; 
default-port 953; 
}; 
# End of rndc.conf 
 
# Use with the following in named.conf, adjusting the allow list as needed: 
# key "rndc-key" { 
# algorithm hmac-md5; 
# secret "nhgoQ5dkQdiHJW4UWg932A=="; 
# }; 
# controls { 
# inet 127.0.0.1 port 953 
# allow { 127.0.0.1; } keys { "rndc-key"; }; 
# }; 
# End of named.conf 
 
I typed that then into the rndc.conf (which I put into the same directory as the exe files c:\winnt\system32\dns\bin) 
 
Now I wanted to update my dns db by entering the following command at the command line: 
 
rndc reload 
 
But I only get the following error: 
 
errno2result.c:61: unable to convert errno to isc_result: 10057: Socket is not connected 
rndc: send failed: connection refused 
 
 
Well, anyone knows where I did go wrong or what I missed? 
 
wsjb78 
		
	
		
		
		
		
		
	
	 | 
 
	
		 
		
				
		
		
		
		 
	 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
			
			
		
	 | 
 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
				
			
			 
			12-01-2002, 08:27 PM
			
							
		 | 
		
			 
			#2
			
		 | 
	
 
	| 
			
			
			
	  
	Mister X 
	
	should edit this
		
	
	 
			FunB Fan Club Prez 
			
		
			
				
			
			
			
				 
				Join Date: Aug 2002 
				Location: Montreal baby! 
				
				
					Posts: 1,997
				 
					
						xBucks: 22,397  
					 
				
				
				
				
				
			 					
		
	 | 
	
	
	
	
		
			
			
			 
			
		
		
		
		  Not only don't know what you did wrong but I don't even know what you did. Just reading that made me feel woozy.    
		
	
		
		
		
		
			
				__________________ 
				<table width="95%" border="0"><tr><td><font size="-2"><a href="http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=923906-0000&PA=462029&HTML=http://www.eromodelcash.com">Eromodel Cash. Promote it now!</a></font></td><td><div align="right"><font size="-2"><a href="http://www.eromodelgroup.com">Eromodel Group- for ALL your needs </a></font></div></td><td width="125" rowspan="3"><div align="right"><a href="http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=923906-0000&PA=462029&HTML=http://www.eromodelcash.com"><img src="http://www.eromodelcash.com/Banner/00102.gif" width="120" height="60" border="0"></a></div></td></tr><tr><td width="40%"><font size="-2"><a href="http://www.lannibarbie.com">Lanny Barbie is THE Hottest New Pornstar</a></font></td><td><div align="right"><font size="-2"><a href="mailto:stewREMOVE@eromodelgroup.com?Subject=  Hi%20There">Contact Me</a></font></div></td></tr><tr><td><a href="http://www.judystarxxx.com"><font size="-2">JudyStarXXX.com</font></a></td><td><div align="right"><font size="-2">ICQ #165144564</font></div></td></tr></table>
			 
		
		
		
		
	
	 | 
 
	
		 
		
				
		
		
		
		 
	 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
			
			
		
	 | 
 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
				
			
			 
			12-02-2002, 05:50 AM
			
							
		 | 
		
			 
			#3
			
		 | 
	
 
	| 
			
			
			
	  
	wsjb78 
	
	should edit this
		
	
	 
			Local Shadow Agent #1 
			
		
			
				
			
			
			
				 
				Join Date: Nov 2002 
				Location: Home 
				
				
					Posts: 1,061
				 
					
						xBucks: 38,351  
					 
				
				
				
				
				     
			 					
		
	 | 
	
	
	
	
		
			
			
			 
			
		
		
		
		All I try to accomplish is setting up a nameserver on my W2k machine... I am no Unix or Linux guru so I don't really understand what I did myself...   
Maybe some other TechGuy can help me on that?  
		
	
		
		
		
		
		
	
	 | 
 
	
		 
		
				
		
		
		
		 
	 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
			
			
		
	 | 
 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
				
			
			 
			12-02-2002, 12:11 PM
			
							
		 | 
		
			 
			#4
			
		 | 
	
 
	| 
			
			
			
	  
	EricP 
	
	should edit this
		
	
	 
			Citizen X 
			
		
			
				
			
			
			
				 
				Join Date: Sep 2002 
				Location: New Orleans, LA 
				
				
					Posts: 4
				 
					
						xBucks: 20  
					 
				
				
				
				
				
			 					
		
	 | 
	
	
	
	
		
			
			
			 
			
		
		
		
		Hi wsjb78, 
It appears that you have followed the setup correctly from what I can see.
 
Are you running a strict firewall? Are you using a router with a built in firewall of some sort?
 
I would suggest joining the Bind mailing list,  http://www.isc.org/services/public/l...ind-lists.html or you can search through the archive here:  http://www.isc.org/ml-archives/
Good Luck,
 
Eric  
		
	
		
		
		
		
		
	
	 | 
 
	
		 
		
				
		
		
		
		 
	 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
			
			
		
	 | 
 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
				
			
			 
			12-02-2002, 01:05 PM
			
							
		 | 
		
			 
			#5
			
		 | 
	
 
	| 
			
			
			
	  
	Mister X 
	
	should edit this
		
	
	 
			FunB Fan Club Prez 
			
		
			
				
			
			
			
				 
				Join Date: Aug 2002 
				Location: Montreal baby! 
				
				
					Posts: 1,997
				 
					
						xBucks: 22,397  
					 
				
				
				
				
				
			 					
		
	 | 
	
	
	
	
		
			
			
			 
			
		
		
		
		Now there's something cool. A guy who posts some useful info in his very first post. Welcome aboard the X Eric! 
		
	
		
		
		
		
			
				__________________ 
				<table width="95%" border="0"><tr><td><font size="-2"><a href="http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=923906-0000&PA=462029&HTML=http://www.eromodelcash.com">Eromodel Cash. Promote it now!</a></font></td><td><div align="right"><font size="-2"><a href="http://www.eromodelgroup.com">Eromodel Group- for ALL your needs </a></font></div></td><td width="125" rowspan="3"><div align="right"><a href="http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=923906-0000&PA=462029&HTML=http://www.eromodelcash.com"><img src="http://www.eromodelcash.com/Banner/00102.gif" width="120" height="60" border="0"></a></div></td></tr><tr><td width="40%"><font size="-2"><a href="http://www.lannibarbie.com">Lanny Barbie is THE Hottest New Pornstar</a></font></td><td><div align="right"><font size="-2"><a href="mailto:stewREMOVE@eromodelgroup.com?Subject=  Hi%20There">Contact Me</a></font></div></td></tr><tr><td><a href="http://www.judystarxxx.com"><font size="-2">JudyStarXXX.com</font></a></td><td><div align="right"><font size="-2">ICQ #165144564</font></div></td></tr></table>
			 
		
		
		
		
	
	 | 
 
	
		 
		
				
		
		
		
		 
	 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
			
			
		
	 | 
 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
				
			
			 
			12-02-2002, 02:26 PM
			
							
		 | 
		
			 
			#6
			
		 | 
	
 
	| 
			
			
			
	  
	EricP 
	
	should edit this
		
	
	 
			Citizen X 
			
		
			
				
			
			
			
				 
				Join Date: Sep 2002 
				Location: New Orleans, LA 
				
				
					Posts: 4
				 
					
						xBucks: 20  
					 
				
				
				
				
				
			 					
		
	 | 
	
	
	
	
		
			
			
			 
			
		
		
		
		Thanks for the welcome Mister X. 
  
		
	
		
		
		
		
		
	
	 | 
 
	
		 
		
				
		
		
		
		 
	 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
			
			
		
	 | 
 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
				
			
			 
			12-02-2002, 04:00 PM
			
							
		 | 
		
			 
			#7
			
		 | 
	
 
	| 
			
			
			
	  
	RMS 
	
	should edit this
		
	
	 
			It won't hurt. Trust me. 
			
		
			
				
			
			
			
				 
				Join Date: Sep 2002 
				Location: Michigan, USA (Cyberia) 
				
				
					Posts: 109
				 
					
						xBucks: 2,412  
					 
				
				
				
				
				
			 					
		
	 | 
	
	
	
	
		
			
			
			 
			
		
		
		
		the problem with posting useful replies, particularly the first ones... is that then it becomes expected of you to know stuff. 
I made that mistake on some other boards in the past.
 
now.. I don't know anything about anything.
 
this is a persona I can live up to.
 
if someone needs to know nothing about something.. then I am the guy to see... if you need to know something about anything... everyone else is better to know.    
		
	
		
		
		
		
			
				__________________ 
				Anyone seen my life? 
If you make fun of my age... I'll hit you with my cane.
			 
		
		
		
		
	
	 | 
 
	
		 
		
				
		
		
		
		 
	 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
			
			
		
	 | 
 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
				
			
			 
			12-02-2002, 04:47 PM
			
							
		 | 
		
			 
			#8
			
		 | 
	
 
	| 
			
			
			
	  
	EricP 
	
	should edit this
		
	
	 
			Citizen X 
			
		
			
				
			
			
			
				 
				Join Date: Sep 2002 
				Location: New Orleans, LA 
				
				
					Posts: 4
				 
					
						xBucks: 20  
					 
				
				
				
				
				
			 					
		
	 | 
	
	
	
	
		
			
			
			 
			
		
		
		
		Just because I am  very Pro Microsoft and manage a Windows 2000 Server does not mean I know everything   
If someone has a question I can help with, I try my best   
As you can see from my above post, I did not solve his problem, I only pointed him to the right place to get help.
 
After all, helping Webmasters is my job.
 http://sitepass.com
  
		
	
		
		
		
		
		
		
						  
				
				Last edited by EricP; 12-02-2002 at 04:58 PM.
				
				
			
		
		
	
	 | 
 
	
		 
		
				
		
		
		
		 
	 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
			
			
		
	 | 
 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
				
			
			 
			12-02-2002, 04:50 PM
			
							
		 | 
		
			 
			#9
			
		 | 
	
 
	| 
			
			
			
	  
	Evil Chris 
	
	is drinking Heineken
		
	
	 
			Clone of myself 
			
		
			
				
			
			
			
				 
				Join Date: Aug 2002 
				Location: Montreal 
				
				
					Posts: 12,988
				 
					
						xBucks: 646,403  
					 
				
				
				
				
				
			 					
		
	 | 
	
	
	
	
		
			
			
			 
			
		
		
		
		Hey Eric... thanks for bringing something to the board... 
You were a great help when xnations was getting on it's feet.
   
		
	
		
		
		
		
			
		
		
		
		
	
	 | 
 
	
		 
		
				
		
		
		
		 
	 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
			
			
		
	 | 
 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
				
			
			 
			12-02-2002, 04:59 PM
			
							
		 | 
		
			 
			#10
			
		 | 
	
 
	| 
			
			
			
	  
	EricP 
	
	should edit this
		
	
	 
			Citizen X 
			
		
			
				
			
			
			
				 
				Join Date: Sep 2002 
				Location: New Orleans, LA 
				
				
					Posts: 4
				 
					
						xBucks: 20  
					 
				
				
				
				
				
			 					
		
	 | 
	
	
	
	
		
			
			
			 
			
		
		
		
		Thanks Chris, 
I will try to get by here more often!
   
		
	
		
		
		
		
		
	
	 | 
 
	
		 
		
				
		
		
		
		 
	 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
			
			
		
	 | 
 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
				
			
			 
			12-02-2002, 05:08 PM
			
							
		 | 
		
			 
			#11
			
		 | 
	
 
	| 
			
			
			
	  
	RMS 
	
	should edit this
		
	
	 
			It won't hurt. Trust me. 
			
		
			
				
			
			
			
				 
				Join Date: Sep 2002 
				Location: Michigan, USA (Cyberia) 
				
				
					Posts: 109
				 
					
						xBucks: 2,412  
					 
				
				
				
				
				
			 					
		
	 | 
	
	
	
	
		
			
			
			 
			
		
		
		
		... I could be padding my post count here...  
		
	
		
		
		
		
			
				__________________ 
				Anyone seen my life? 
If you make fun of my age... I'll hit you with my cane.
			 
		
		
		
		
	
	 | 
 
	
		 
		
				
		
		
		
		 
	 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
			
			
		
	 | 
 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
				
			
			 
			12-03-2002, 07:13 AM
			
							
		 | 
		
			 
			#12
			
		 | 
	
 
	| 
			
			
			
	  
	wsjb78 
	
	should edit this
		
	
	 
			Local Shadow Agent #1 
			
		
			
				
			
			
			
				 
				Join Date: Nov 2002 
				Location: Home 
				
				
					Posts: 1,061
				 
					
						xBucks: 38,351  
					 
				
				
				
				
				     
			 					
		
	 | 
	
	
	
	
		
			
			
			 
			
		
		
		
		Hello Eric, 
sorry for my late reply. I'm just caught up in thousands of other things. Well, the desktop I tried to set it up with is on an ADSL router with integrated firewall. At home security isn't set very strict I assume. I didn't change any of those settings.
 
Thanks for pointing out those mail lists to me. I'll join them!
 
wsjb78
  
		
	
		
		
		
		
		
	
	 | 
 
	
		 
		
				
		
		
		
		 
	 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
			
			
		
	 | 
 
 
 
	 
	
		 
	 
 
 
	
		
	
	
	
	
	| Thread Tools | 
	
 
	| 
	
	
	
	 | 
	
 
	| Display Modes | 
	
 
	
	
	
	
		  Linear Mode 
		
		
	 
	
	 | 
	
	
 
 
	
		
	
		 
		Posting Rules
	 | 
 
	
		
		You may not post new threads 
		You may not post replies 
		You may not post attachments 
		You may not edit your posts 
		 
		
		
		
		
		HTML code is On 
	  | 
 
 
	 | 
	
		
	 | 
 
 
		 
	 
 
 | 
     |