Hello! last night my server stopped working, and I am able to ping it. I attempt to connect to ssh:
and get that. When I attempt to ping,
It somehow works, I was guessing it was something to do with the ethernet, but as the ping finished I thought otherwise. I even checked logs on the monitor and nothing appeared. No I/O errors, no hard drive degradation, Nada. If there is any way to fix this, I am willing to test it. Thank you!
Code:
C:\Users\colin\Downloads>ssh root@192.168.1.26
ssh: connect to host 192.168.1.26 port 22: Connection timed out
Code:
C:\Users\colin\Downloads>ping 192.168.1.26
Pinging 192.168.1.26 with 32 bytes of data:
Reply from 192.168.1.26: bytes=32 time=3ms TTL=64
Reply from 192.168.1.26: bytes=32 time=4ms TTL=64
Reply from 192.168.1.26: bytes=32 time=3ms TTL=64
Reply from 192.168.1.26: bytes=32 time=2ms TTL=64
Ping statistics for 192.168.1.26:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 2ms, Maximum = 4ms, Average = 3ms