- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Slow response 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:28 AM
12-22-2003 07:28 AM
Slow response with Telnet and FTP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2003 07:37 AM
12-22-2003 07:37 AM
Re: Slow response with Telnet and FTP.
Check
/etc/resolv.conf ( check if it is ok).
Check
/etc/nsswitch.conf files
You should have a line more/less like this:
hosts: files nis dns
O
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2003 07:37 AM
12-22-2003 07:37 AM
Re: Slow response with Telnet and FTP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2003 07:38 AM
12-22-2003 07:38 AM
Re: Slow response with Telnet and FTP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2003 07:39 AM
12-22-2003 07:39 AM
Re: Slow response with Telnet and FTP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2003 07:48 AM
12-22-2003 07:48 AM
Re: Slow response with Telnet and FTP.
If you do a
beetle:~$ nslookup box01
is it coming with an answer fast ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2003 07:53 AM
12-22-2003 07:53 AM
Re: Slow response with Telnet and FTP.
hosts entry in /etc/nsswitch.conf is:
hosts: files [NOTFOUND=continue] nis [NOTFOUND=continue] dns
if I do a nslookup on a hosts that is only resolvable by DNS it outputs like this. It takes about 1 second.
bash-2.02# nslookup nodisclose.bell.ca
Using /etc/hosts on: stan
looking up FILES
Trying NIS
Trying DNS
Non-authoritative answer:
Name: nondisclose.bell.ca
Addresses: 198.XX.XX.XX, 198.XX.XX.XX
Do you have the same behavior ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2003 08:07 AM
12-22-2003 08:07 AM
Re: Slow response with Telnet and FTP.
The most likely cause of this on an HP box is slow DNS server response(Microsoft DNS?) or network issues on the hp box.
lanadmin -x 0
Change the number to fit your main interface.
If you don't get correct speed and duplex, consider creating a /etc/rc.config.d/hpbtlanconf file with speed and duplex hard coded in.
Don't do this with a Gigabit lan card.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2003 08:12 AM
12-22-2003 08:12 AM
Re: Slow response with Telnet and FTP.
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2003 01:31 AM
12-23-2003 01:31 AM
Re: Slow response with Telnet and FTP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2003 01:52 AM
12-23-2003 01:52 AM
Re: Slow response with Telnet and FTP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2003 09:04 PM
12-23-2003 09:04 PM
Re: Slow response with Telnet and FTP.
Are your FTP and Telnet daemons configured to do a reverse lookup for logging purposes?
Does your Linux server have the required suffix searches in resolv.conf?
It really sounds like your server cannot do a reverse lookup on the workstations, so check: resolv.conf, and that reverse lookup pointers exist on the DNS servers.
Can you do a reverse lookup on the client PC IP addresses (clear DNS cache before doing this).
I'm guessing you DNS people cleared out unwanted DNS entries for workstations thinking they're not needed anymore..
Hope this helps.
Cheers
Adam