- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Connection Problem
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
02-09-2001 05:48 AM
02-09-2001 05:48 AM
Today I got a strange problem. We have a D class server with two lan card. External is 208 segment & internal is 172 segment. In our primary nameserver external Ip address is registerd. So when our internal user tries to ping that server then they get external ip address.
Today I configured DNS on that server. When I have changed resolv.conf & put primary & domain name server. Then from internal network when user's was trying for telnet or ftp . It got strucked for near about two minutes. But when I delete nameserver line from resolv.conf then they was able to connect very quickly. It was showing connected at port ... & stucked for near about 2 minuts.
Now my question why it is happening. Why telnet & ftp would depend on NAMED. Would anybody pls clear my doubt on this matter.
Sandip
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2001 07:55 AM
02-09-2001 07:55 AM
Re: Connection Problem
Everything requiring translation from hostname to ip address uses DNS (and hence named), if activated. The routines actually doing the lookup is called the 'resolver'. Depending on some configuration files (nsswitch.conf), it tries to find an ip address from the hosts file or from DNS.
For that matter, even a ping uses DNS if the host is configured to use DNS.
Does this answer your question??
Bye,
Rik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2001 10:37 AM
02-09-2001 10:37 AM
Solutionhttp://us-support.external.hp.com/cki/bin/doc.pl/sid=0ca6086d1a8af7533e/screen=ckiDisplayDocument?docId=200000027709160
/rcw
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2001 11:21 AM
02-09-2001 11:21 AM
Re: Connection Problem
The data in this file may look something like:
hosts: files [NOTFOUND=continue UNAVAIL=continue TRYAGAIN=continue] dns [NOTFOUND=return UNAVAIL=continue TRYAGAIN=return]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2001 08:41 PM
02-11-2001 08:41 PM
Re: Connection Problem
Thanks a ton for that link.
Yes the problem was same as described in that link.
Sandip