How to ping a game server with port ?

I thought the same seems quite obvious, but it wont work.
It would ping web server ip's but when i add port it say's
"Ping requested could not find host 46.109.115.200:28015 Please check the name and try again

see if you can ping this 46.109.115.200:28015.
 
Remove the port number and hope the server responds to ICMP i.e. ping 185.65.45.34 if it doesn't respond to ICMP then you'd need to known the protocol the service on that port is running and whether there is a way to get a timed response from it - usually enough just to send a handshake packet and then disconnect after the reply.

The IP (46.109.115.200) on it's own wont ping either. It's a Rust game server, im searching now what protocol it's using.
 
Back
Top Bottom