HPE GreenLake Administration
- Community Home
 - >
 - Servers and Operating Systems
 - >
 - Operating Systems
 - >
 - Operating System - Linux
 - >
 - Re: DNS server fails
 
Operating System - Linux
        1840126
        Members
    
    
        5227
        Online
    
    
        110161
        Solutions
    
Forums
        Categories
Company
Local Language
                
                  
                  back
                
        
                
        
                
        
                
        
        
        
                
        
                
        
        
        
                
        
              
              Forums
Discussions
Forums
- Data Protection and Retention
 - Entry Storage Systems
 - Legacy
 - Midrange and Enterprise Storage
 - Storage Networking
 - HPE Nimble Storage
 
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
                
                  
                  back
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
            
                
            
                
            
                
            
                
            
            
                
            
                
            
            
                
            
                
              
            Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
 - Appliance Servers
 - Alpha Servers
 - BackOffice Products
 - Internet Products
 - HPE 9000 and HPE e3000 Servers
 - Networking
 - Netservers
 - Secure OS Software for Linux
 - Server Management (Insight Manager 7)
 - Windows Server 2003
 - Operating System - Tru64 Unix
 - ProLiant Deployment and Provisioning
 - Linux-Based Community / Regional
 - Microsoft System Center Integration
 
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
        Information
        Community
Resources
Community Language
        Language
        Forums
Blogs
	
		
			
            
                
            Go to solution
        
            
		
		
			
            	
	
		
        
		
	
	
		Topic Options
			
				
					
	
			
		
	- Subscribe to RSS Feed
 - Mark Topic as New
 - Mark Topic as Read
 - Float this Topic for Current User
 - Bookmark
 - Subscribe
 - Printer Friendly Page
 
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
10-18-2002 01:17 AM
10-18-2002 01:17 AM
			
				
					
					
						Hi I have problem in Linux server, I am using BIND DNS. As I guery any DNS servers in the Internet it fails.
nslookup:intel.com
can't find intel.com : Non-existent host/domain
 
When I check the syslog it says sysquery: nlookup error on
Oct 18 17:17:19 sinms03 named[1960]: group = 25
Oct 18 17:17:19 sinms03 named[1960]: user = med
Oct 18 17:17:19 sinms03 named[1960]: Ready to answer queries.
Oct 18 17:17:19 sinms03 named[1960]: sysquery: nlookup error on ?
Oct 18 17:17:28 sinms03 named[1960]: No root nameservers for class IN
Oct 18 17:17:28 sinms03 named[1960]: sysquery: nlookup error on ?
But locally can query
This is caching only DNS server
Can you anybody help ?
	
			
				
		
			
			
			
			
			
			
		
		
		
	
	
	
nslookup:intel.com
can't find intel.com : Non-existent host/domain
When I check the syslog it says sysquery: nlookup error on
Oct 18 17:17:19 sinms03 named[1960]: group = 25
Oct 18 17:17:19 sinms03 named[1960]: user = med
Oct 18 17:17:19 sinms03 named[1960]: Ready to answer queries.
Oct 18 17:17:19 sinms03 named[1960]: sysquery: nlookup error on ?
Oct 18 17:17:28 sinms03 named[1960]: No root nameservers for class IN
Oct 18 17:17:28 sinms03 named[1960]: sysquery: nlookup error on ?
But locally can query
This is caching only DNS server
Can you anybody help ?
	Email
			
			
				Solved! Go to Solution.
		2 REPLIES 2
	
	            
            
		
		
			
            
                - Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
10-18-2002 02:46 PM
10-18-2002 02:46 PM
Solution
			
				
					
					
						Hi 
Once the Bind package is installed it should create two essential files. The conf file which is located in /etc/named.conf and the zone directory in /var/named.
If you are upgrading from a 4.x version of bind, you will want to convert your named.boot file to the latest syntax for 8.x using the following command
/usr/sbin/named-bootconf /etc/named.boot >> /etc/named.conf
This will recreate your Bind configuration in the proper format.
If you are creating a fresh DNS server you will want to edit the default configuration file and create the proper zone references for your domains, as well as the reverse zone for the local network and any other IP subnets you control.
Attached you can find a very basic Bind 8.x configuration file and a basic configuration for a generic domain with basic comments on the functions within.
Hope this can Help you.
Regards Roberto
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
Once the Bind package is installed it should create two essential files. The conf file which is located in /etc/named.conf and the zone directory in /var/named.
If you are upgrading from a 4.x version of bind, you will want to convert your named.boot file to the latest syntax for 8.x using the following command
/usr/sbin/named-bootconf /etc/named.boot >> /etc/named.conf
This will recreate your Bind configuration in the proper format.
If you are creating a fresh DNS server you will want to edit the default configuration file and create the proper zone references for your domains, as well as the reverse zone for the local network and any other IP subnets you control.
Attached you can find a very basic Bind 8.x configuration file and a basic configuration for a generic domain with basic comments on the functions within.
Hope this can Help you.
Regards Roberto
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
10-19-2002 10:53 AM
10-19-2002 10:53 AM
			
				
					
						
							Re: DNS server fails
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Thanks Roberto, it's a not new DNS server.It's already configured by a person who have left.It's BIND ver 8.2. The /var/named/mydomain.db files are all created. Basically the DNS server is an Internal DNS server means it should forward the request to an external DNS server. I have put the external DNS server's ip address as forwarder , but still the same result. in between this DNS servers there's PIX Firewall .
attch :below is the named.conf file.
					
				
			
			
				
		
		
	
	
	
attch :below is the named.conf file.
	Email
			
			
				
			
			
			
			
			
			
		The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
		
	
	
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP