HPE GreenLake Administration
- Community Home
 - >
 - Servers and Operating Systems
 - >
 - Operating Systems
 - >
 - Operating System - Linux
 - >
 - Re: Name resolution on SuSe (SLES 9)
 
Operating System - Linux
        1840213
        Members
    
    
        3665
        Online
    
    
        110162
        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
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
 
09-15-2004 02:32 AM
09-15-2004 02:32 AM
			
				
					
						
							Name resolution on SuSe (SLES 9)
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Hello!
I've got testing environment with name server
serving aaa.si (10.250.0.0/16) and bbb.local (172.28.0.0/16) zones.
The name server has 172.28.16.60 phy. address & 10.250.0.1 virt. address.
Platforms: *BSD, AIX, RedHat, Fedora & Debian
No problems so far.
I 've recently installed SuSe SLES 9 on one of the hosts.
host: x.aaa.si 10.250.17.211
nsswitch.conf -> hosts: files dns
resolv.conf ->
----------------------------------
domain aaa.si
search aaa.si bbb.local
nameserver 10.250.0.1
----------------------------------
everything is ok with hosts in aaa.si domain, but
bbb.local host will not.
dig @10.250.0.1 y.bbb.local works, but ping, ssh, ... and eveything else freezes.
AIX based host z.aaa.si (10.250.17.98) works without problems
resolving both zones, so did the x.aaa.si with RHEL 3 installed.
Any hints, please?
Thanks,
Borut
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
I've got testing environment with name server
serving aaa.si (10.250.0.0/16) and bbb.local (172.28.0.0/16) zones.
The name server has 172.28.16.60 phy. address & 10.250.0.1 virt. address.
Platforms: *BSD, AIX, RedHat, Fedora & Debian
No problems so far.
I 've recently installed SuSe SLES 9 on one of the hosts.
host: x.aaa.si 10.250.17.211
nsswitch.conf -> hosts: files dns
resolv.conf ->
----------------------------------
domain aaa.si
search aaa.si bbb.local
nameserver 10.250.0.1
----------------------------------
everything is ok with hosts in aaa.si domain, but
bbb.local host will not.
dig @10.250.0.1 y.bbb.local works, but ping, ssh, ... and eveything else freezes.
AIX based host z.aaa.si (10.250.17.98) works without problems
resolving both zones, so did the x.aaa.si with RHEL 3 installed.
Any hints, please?
Thanks,
Borut
		2 REPLIES 2
	
	            
            
		
		
			
            
                - Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
09-15-2004 03:23 AM
09-15-2004 03:23 AM
			
				
					
						
							Re: Name resolution on SuSe (SLES 9)
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						shall you try as,
resolv.conf ->
----------------------------------
domain aaa.si
search aaa.si
search bbb.local
nameserver 10.250.0.1
----------------------------------
Is it trying now. And more, see search part of resolv.conf 5 man page, so that, it is stating as if the domain name is in remote then it will take a lot of time to do and some time it will get timedout too!
					
				
			
			
				
		
		
	
	
	
resolv.conf ->
----------------------------------
domain aaa.si
search aaa.si
search bbb.local
nameserver 10.250.0.1
----------------------------------
Is it trying now. And more, see search part of resolv.conf 5 man page, so that, it is stating as if the domain name is in remote then it will take a lot of time to do and some time it will get timedout too!
	Easy to suggest when don't know about the problem!
			
			
				
			
			
			
			
			
			
		- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
09-15-2004 03:28 AM
09-15-2004 03:28 AM
			
				
					
						
							Re: Name resolution on SuSe (SLES 9)
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Hi, everybody!
Found it, SuSe reserved....
http://lists.samba.org/archive/samba/2004-May/085727.html
Thanks anyways, guys.
Borut
		
		
	
	
	
Found it, SuSe reserved....
http://lists.samba.org/archive/samba/2004-May/085727.html
Thanks anyways, guys.
Borut
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