I can't connect.can you help me?

I buy a node at last day,but I can't connect it.
ssh root@45.56.91.249

ssh: connect to host 45.56.91.249 port 22: Operation timed out

2 Replies

Works fine here, check your network.

Were you able to get this resolved? If you are still running into this issue I'd recommend first taking a look at your IP / port with a tool like this:

https://port.ping.pe/

This will allow you to test your connection directly to port 22 like this:

https://port.ping.pe/45.56.91.249:22

Another tool you could use for network diagnostics is MTR. If you run an MTR report to and from your Linode it might help pinpoint where the issue lies. You could run these reports as follows (assuming MTR is installed on your local machine):

 Local Machine --> Linode      $ mtr -rwbzc100 <Linode-IP>

 Linode --> Local Machine      $ mtr -rwbzc100 <Local-IP-Address>

Just as a side note, the MTR report could take up to 2 minutes to complete.

If you are still experiencing issues with this I'd recommend opening a ticket through your Linode Manager, along with the relevant data from port.ping.pe and your MTR outputs.

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