I've made a simple Java application which tries to ping a game server repeatedly until it gets a response and then tells the user that the server is up. I've bumped into a problem: the server doesn't respond to pings whether it's online or offline. I'm guessing ICMP is disabled. I did check to what IP is game client sending information using netstat
command in Windows.
- Game: Archeage
- Game server IP: 193.105.173.130
What are my options here? How do I check if server is up without game client?