Connection attempt failed due to timeout; no additional data received.
Connection attempt failed due to timeout; no additional data received.
Sorry if this isn't the right place. A week ago I set up MC 1.7.4 server for myself and friends without issues, but two days ago we encountered this error: "java.net.ConnectException: Connection timed out: No further information." I checked all settings and didn’t find anything incorrect. I searched online but couldn't locate a solution. If you have any advice, please share it here. I followed these steps:
- Turned off firewall and antivirus completely (including advanced modes).
- Tested on different ports (1500, 2500, 1234); other apps worked.
- Reinstalled Minecraft, No-IP, and the server map; still no success.
Additional details: the server worked when a friend joined at the same time I started it, but others couldn’t connect and couldn’t join after restarting. I can access it locally (localhost) fine.
A smarter method is to run Evolve on a Minecraft server and configure the LAN IP for it. This allows friends to join directly without network issues, simplifying multiplayer sessions.
its an unresolved bug at the moment https://mojang.atlassian.net/browse/MC-38995 you should try to run 1.6.4 servers see if it gives you the same issue.
I encountered the same issue and resolved it. The cause was my router assigning a new IP to my server. The updated IP was 192.168.0.102 while the previous one was 192.168.0.104. I needed to edit the server.properties file in the Minecraft server folder and update the address line (server-ip=192.168.0.104) to the new number (192.168.0.102). You can check your current IP by opening Start, selecting Run, then typing IPCONFIG—this will display your IPv4 address. To fix it, you can change your router to assign a static IP for the server computer.