whatsmyip.org saying port timed out

skylanderm135

Prominent
Jan 17, 2018
1
0
510
I port forwarded a minecraft server, but when I go to whatsmyip.org to check if the port 25565 is open, the site says "Port 25565 Timed-Out." How do I fix this?
 
Solution
When a packet comes to a firewall it does 1 of 3 things. Allow, Deny, or Reject.
Allow is obvious, it allows the packet through.
Reject sends a message back to the requester saying that the packet can not be forwarded. This is translated to the port being closed.
Deny (or drop) just deletes the packet. The packet is lost. This is translated to "Timed-Out".

So here is the issue with your situation.
You may have done the port forward incorrectly and the router is dropping the packet.
You may have done the port forward incorrectly and the router is sending the packet to a non existent place.
You may have done the port forward correctly, but the computer you have the server on is dropping the packet.
You may have done the port...
When a packet comes to a firewall it does 1 of 3 things. Allow, Deny, or Reject.
Allow is obvious, it allows the packet through.
Reject sends a message back to the requester saying that the packet can not be forwarded. This is translated to the port being closed.
Deny (or drop) just deletes the packet. The packet is lost. This is translated to "Timed-Out".

So here is the issue with your situation.
You may have done the port forward incorrectly and the router is dropping the packet.
You may have done the port forward incorrectly and the router is sending the packet to a non existent place.
You may have done the port forward correctly, but the computer you have the server on is dropping the packet.
You may have done the port forward correctly, but your server is not running so the computer does not know what to do with the packet.
 
Solution