KeremE,
Thanks for the answer, the only thing i can do right now is to run ssh with -vvv and that just give me this
OpenSSH_4.3p2, OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to 10.xx.xx.xx [10.0.2.93] port 22.
debug1: connect to address 10.xx.xx.xx port 22: Connection refused
ssh: connect to host 10.xx.xx.xx port 22: Connection refused
I do not have the server nearby me right now but I was hopig that the connection will come back, I can telnet without a port number and get 'in' but if i try with 22 it will just plain refuse as soon as the connection is back i will install and post the outputs from the software you mentioned.
Thanks.
Lionel
Main Topics
Browse All Topics





by: KeremEPosted on 2009-08-12 at 17:12:17ID: 25084538
Hi,
packages/l shw/lshw-2 .11- 1.el5. rf.x86_64. rpm) outputs?
So you say both your firewall and sshd are disabled. In fact if they were not and running they would even permit you to logon or prevent it. But they won't drop a connection once it is established.
You also say that you see that SSHD is running. did you try to ssh to your localserver fro mthe console?? This would show if the drop was becasue of a network problem or not.
I'll suggest you to check for your:
- /var/log/messages for any error messages
- "ifconfig" output to see if there are any transmission errors.
- "netstat -anpt | grep :22" output
- Also try to connect from your local console using "ssh <IP_ADDR_of_Your_HOST>" without angle brackets.
- Please try "service network restart" and check if it resumes communication. Some drivers might cause similar problems.
- Will you post your lspci and lshw (if you dont have lshw try to install from here http://dag.wieers.com/rpm/
Cheers,
K.