This is the new home of the egghelp.org community forum. 
All data has been migrated (including user logins/passwords) to a new phpBB version.  
 
For more information, see this announcement post . Click the X in the top right-corner of this box to dismiss this message. 
	 
Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
			
		
				
			
				
								shahrul 							 
						Voice 			
		Posts:  27  		Joined:  Sun Mar 06, 2005 8:52 am 		
		
						
						
		 
		
						
					
													
							
						
									
						Post 
					 
								by shahrul   »  Thu Jan 29, 2009 5:35 am 
			
			
			
			
			
			hi there, 
 
where can i found dns lookup that support ipv6 ? 
 
i search around tcl archive, seem dont have there. 
 
can someone share if they got ? 
 
thanks
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
				
			
				
								TCL_no_TK 							 
						Owner 			
		Posts:  509  		Joined:  Fri Aug 25, 2006 7:05 pm 		
		
											Location:  England, Yorkshire 
							
						
		 
		
						
					
						 
		 
													
							
						
									
						Post 
					 
								by TCL_no_TK   »  Thu Feb 05, 2009 5:29 pm 
			
			
			
			
			
			There is a TCL script called 
ipv6dns.tcl  available at 
http://www.tclscript.com/scripts.shtml  I've not tested it, i dont know if it works and i'm not able to modify and/or offer support for it. so basicly, good luck 
  Adds public and dcc commands to have your bot perform dns and reverse lookups on ipv6 hosts and ips.
 
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
				
			
				
								shahrul 							 
						Voice 			
		Posts:  27  		Joined:  Sun Mar 06, 2005 8:52 am 		
		
						
						
		 
		
						
					
						 
		 
													
							
						
									
						Post 
					 
								by shahrul   »  Sun Feb 08, 2009 3:26 am 
			
			
			
			
			
			hi,
thanks for link... but the tcl seem didn't working.
Code: Select all 
Error during execution of nslookup.
i also doing this
Code: Select all 
# Uncomment and set this variable only if script says it can't locate the nslookup tool
# set ipv6dns(nslookup) "/path/to/nslookup"
anyone can help to fix this tcl ?
thanks
 
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
				
			
				
								TCL_no_TK 							 
						Owner 			
		Posts:  509  		Joined:  Fri Aug 25, 2006 7:05 pm 		
		
											Location:  England, Yorkshire 
							
						
		 
		
						
					
						 
		 
													
							
						
									
						Post 
					 
								by TCL_no_TK   »  Sun Feb 08, 2009 11:03 am 
			
			
			
			
			
			Check the manual pages for nslookup. I know that nslookup and other "dns" tools often allow for a 
-6  for ipv6 address.
For Windows its 
 (in a command promt)
For Unix its 
 (in your shell)