My server is disconnected 192.155.85.17

My server is disconnected 192.155.85.17

1 Reply

Hey @sokoyosolar, I'm seeing that this IP currently is responding to pings and is accepting connection over common ports:

$ ping -c5 192.155.85.17
PING 192.155.85.17 (192.155.85.17) 56(84) bytes of data.
64 bytes from 192.155.85.17: icmp_seq=1 ttl=60 time=64.6 ms
64 bytes from 192.155.85.17: icmp_seq=2 ttl=60 time=64.7 ms
64 bytes from 192.155.85.17: icmp_seq=3 ttl=60 time=64.7 ms
64 bytes from 192.155.85.17: icmp_seq=4 ttl=60 time=64.7 ms
64 bytes from 192.155.85.17: icmp_seq=5 ttl=60 time=64.7 ms

--- 192.155.85.17 ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4006ms
rtt min/avg/max/mdev = 64.671/64.742/64.796/0.045 ms

$ nmap -p 22,80,443 192.155.85.17

Starting Nmap 7.01 ( https://nmap.org ) at 2019-07-08 07:39 EST
Nmap scan report for li576-17.members.linode.com (192.155.85.17)
Host is up (0.065s latency).
PORT    STATE SERVICE
22/tcp  open  ssh
80/tcp  open  http
443/tcp open  https

Nmap done: 1 IP address (1 host up) scanned in 0.25 seconds

If your issues haven't already been resolved, additional information regarding the nature of your connection problem is needed to diagnose the problem. In general, whenever dealing with networking problems, MTR Reports to and from your Linode are always helpful (we recommend running them with the following tags: -rwzbc100). We also have some helpful guidance on asking questions in this post. Otherwise, if you suspect there are issues on our end contributing to the problem, please reach out to our Support team if you haven't already.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct