- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Problem with Telnet and FTP
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
12-22-2003 07:36 AM
12-22-2003 07:36 AM
Problem with Telnet and FTP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2003 07:41 AM
12-22-2003 07:41 AM
Re: Problem with Telnet and FTP
I have experienced this before, and found that someone changed the DNS. This really sounds like a DNS timing (resolution) issue. That is where I would start.
D
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2003 07:41 AM
12-22-2003 07:41 AM
Re: Problem with Telnet and FTP
By default, telnet & ftp will attempt name resolution on any system accessing it. IF the PCs from which these users are coming is not in DNS, the wait time experienced is the timeout value for DNS - approx 30 seconds per DNS server queried. When the entry is in the hosts files that satisfies the resolution inquiry.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2003 07:43 AM
12-22-2003 07:43 AM
Re: Problem with Telnet and FTP
that looks like a dns resolution problem too me. If you telnet to the machine, what does w report to you, any hostname or just an ip? What is the sequence of hostname resolution?
greetings,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2003 07:44 AM
12-22-2003 07:44 AM
Re: Problem with Telnet and FTP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2003 07:47 AM
12-22-2003 07:47 AM
Re: Problem with Telnet and FTP
I guess it's resolv.conf
It should have entries like.
domain yourdomain.com
nameserver x.x.x.x (ipaddress of nameserver1)
nameserver x.x.x.x (ipaddress of nameserver2)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2003 10:35 AM
12-22-2003 10:35 AM
Re: Problem with Telnet and FTP
nslookup
set debug
hp.com (or one of your own sites that is slow)
See how well it works when it has a name and has to return an IP address. Then feed it an IP address and see if it can return a name. This last is what telnet has to do so if it has problems then you know hwere to look.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2003 01:35 PM
12-22-2003 01:35 PM
Re: Problem with Telnet and FTP
nslookup 192.1.1.123 nameserver1
If nameserver1 is dead or unreachable, it will take about 30 seconds before it comes back. telnet, ftp, and the remsh/rcp/rlogin commands do a rudimentary security check on each new connection by asking for the IP and the hostname. There must be both entries available from the nameserver. /etc/hosts provides both but many DNS admins do not provide both records. And if the PC is getting a dynamic IP address through DHCP, the DNS server may not have any of the addresses defined. If the DNS administrator can't help, just put all the IP addresses in /etc/hosts and give each IP address a dummy name like pc001, pc002, etc.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2003 01:23 AM
12-23-2003 01:23 AM
Re: Problem with Telnet and FTP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2003 02:03 AM
12-23-2003 02:03 AM
Re: Problem with Telnet and FTP
I assume you can ping your Windows DNS OK. Can it ping all of its upstream servers? Perhaps one or more of them has gone down or the network is having problems?
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2003 02:52 AM
12-23-2003 02:52 AM
Re: Problem with Telnet and FTP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2003 04:12 AM
12-23-2003 04:12 AM
Re: Problem with Telnet and FTP
Since you added the address to your host file it probably resolves to FILE.
So you will have to first comment out your host file entries.
If you haven't changed "anything" I would check the dates on:
resolv.conf,
named.boot,
nsswitch.conf
You might also check your "forwarder" addresses.
nslookup -swdebug host
if you have "dig"
it might help.
Rory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2003 07:51 AM
12-23-2003 07:51 AM
Re: Problem with Telnet and FTP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2003 07:41 PM
12-27-2003 07:41 PM
Re: Problem with Telnet and FTP
check if /etc/nsswitch.conf file contains the following line.
hosts: files[NOTFOUND=continue UNAVAIL=return] dns