Operating System - HP-UX
1832455 Members
3384 Online
110043 Solutions
New Discussion

Re: ftp and telnet problems

 
SOLVED
Go to solution
Rosen_1
New Member

ftp and telnet problems

I have very strange problem. I have one computer with Digital UNIX running, and I am trying to access it through other computer with Win2000. Sometimes it works and there is connection with ftp and telnet, but sometimes there is no connection and the following message ocures when I try with ftp: " ftp: connect :Connection refused " . And between two tries I am not doing anithing. Where could the problem be?
3 REPLIES 3
G. Vrijhoeven
Honored Contributor
Solution

Re: ftp and telnet problems

Hi Rosen,

Could indicate many things,

unstable inetd ( ps -ef | grep inetd ) ( spawns ftpd and telnetd)
inetd -c to restart
Busy server
check using top
heavy network load
do not know the command for digital ux. may be you could check to load on the switch.

HTH,

Gideon
Georg Tresselt
Honored Contributor

Re: ftp and telnet problems

A few weeks ago, I had a similar problem with a Solaris box. In the end it turned out it tried a DNS reverse lookup for every ip address I used. After adding some dummy entries to the hosts file, ftp and telnet worked fine.
http://www.tresselt.eu
Rosen_1
New Member

Re: ftp and telnet problems

Thanks a lot for fast answers. Very accidentaly I discovered that there are two machines with the same IP in our network and when I changed it, it seems to be working:)