- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Re: FTP and Telnet 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
09-04-2007 07:46 PM
09-04-2007 07:46 PM
FTP and Telnet problem
10 days the server stopped responding to ftp request from one of the IPs although the ftpd daemon starts on the server. Also , telnet initial connection takes more than a minute. The only traffic which is not effected is http. I don’t have any problem with the other IP.
To isolate the problem, I have bounced the network switch, rebooted the server, revised routing table but no success. Finally, I disconnected the server from the network and connected it directly through cross cable to my notebook, the symptom is still the same.
What could be the cause? Any one faced similar problem?
Please advise.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2007 04:05 AM
09-05-2007 04:05 AM
Re: FTP and Telnet problem
Please post the output of
ifconfig -a
netstat -an |grep :21
netstat -ni
Also , telnet initial connection takes more than a minute.
Check entries in /etc/hosts for the server ip addresses. You must have an entry for each address asociated with a unique hostname.
Check also /etc/resolv.conf and check the correct DNS configuration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2007 04:48 AM
09-05-2007 04:48 AM
Re: FTP and Telnet problem
> telnet initial connection takes more than a minute.
That sounds very much like a reverse DNS problem. As Ivan suggests, check that your name resolution is working both ways from both the server and client.
Hope this helps,
Regards,
Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2007 07:31 PM
09-05-2007 07:31 PM
Re: FTP and Telnet problem
# ifconfig -a
alt0: flags=200c63
inet 10.12.6.30 netmask ffffff00 broadcast 10.12.6.255 ipmtu 1500
inet 10.14.7.30 netmask ffffff00 broadcast 10.14.7.255 ipmtu 1500
# netstat -ni
Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
alt0 1500 00:60:cf:21:46:fc 512794 0 1341826 0 0
alt0 1500 10.12.6/24 10.12.6.30 512794 0 1341826 0 0
alt0 1500 10.14.7/24 10.14.7.30 512794 0 1341826 0 0
And no result for
#netstat -an |grep :21
And regarding the host file /etc/hosts there are actually two entries for each IP with defferent host name.
And in DNS configuration file /etc/resolv.conf DNS server is already there.
By the way this problem is only happened if the client is windows and I have no problem if FTP the server from another UNIX tru64 box.
Wish you can help me in this cause this matter is making me crazy!!
Thanks lot
Hassan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2007 08:11 PM
09-05-2007 08:11 PM
Re: FTP and Telnet problem
Cheers,
Rob