EagleDotNet
- Total activity 23
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Comments
Recent activity by EagleDotNet-
There's likely a way to do that, but it would be in the application's startup configuration, so it's not something I would be familiar with. I called Godaddy and they told me there was no additi...
-
Great - that's exactly what I needed to know. At this point you need to reach out to the host, since something seems to be blocking that connection outside of your server. Everything from the sc...
-
Does that just cut off after the "x8" ??? If so, that's odd to me, since that would normally be x86, although that is a system process. Are we sure the Minecraft server is up and running? If it...
-
What does this command show if you run it from the WHM server? netstat -lpn | grep 19132 [root@117 ~]# netstat -lpn | grep 19132 udp 0 0 0.0.0.0:19132 0.0.0.0:* ...
-
When you telnet from the other server TCP_OUT port 19132 in that server must be open, was it? I opened the port through the firewall CSF, look at the picture
-
You'll want to speak with your host about the firewall configuration to see if there is something outside of your server blocking this traffic. Tried to check the port internally on the WHM via ...
-
Hey there! The easiest way to check this would be to telnet to the port from another server. You can run this command to see if that connects: telnet x.x.x.x 19132 where "x.x.x.x" is your Mine...