-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Server can only be joined via localhost #2299
Comments
The server does not acknowledge the connection attempts, so they are not reaching the server software. As you seem to have validated your port forwarding rules, other possible issues include:
|
I'm not entirely certain what the "internal IP address of the interface" is or how to retrieve it (I'm assuming it's different from my local IP) but I had server-ip unset for the entire time I was testing
This could actually be it, I know I agreed to let java through the firewall, but there was a different UAC box that came up while I was tapping Esc for other reasons and I don't know what it was for. Maybe a different firewall prompt. I never saw it again though, how would I get it to come back? Or would I just have to pin down this specific java instance in firewall settings? |
If
You will need to add a rule to the firewall that allows inbound connections. Open the "Windows Defender Firewall with Advanced Security" configuration pane (you can just search for it in the start menu), go to inbound rules and choose New Rule. The rule type is "Program", enter the path to the Java 8 binary you're using - if you need to find this you can use task manager's "Open file location" button, the action is "Allow the connection". |
I tried allowing it through my firewall last night and it worked! I forgot it was a different instance of Java that had to be allowed separately. |
Bug Description
My server is up and working as normal, but can only be connected to by using localhost in the address box.
Neither I nor anyone else can connect to it by using the IP or my domain.
I know my network configuration is correct, because my vanilla server is working just fine on the same domain. (I literally stopped the server, exited the game, and ran my vanilla server on the same port to test)
The port number is 25565 and the issue persists regardless of if I specify.
Pretty much all server properties are default, online mode is true etc.
Have tried restarting game and server to no avail.
Did this behavior use to work in the previous version?
I just installed the pack and server client today, I am using the latest version.
Error message:
io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection timed out: no further information
The server does not acknowledge my connection attempt in the cmd window.
It's all behavior I'd expect if my router config was incorrect, but I would like to reiterate that I have checked and doublechecked, it only stops working for SkyFactory.
I do not have any other modded servers to test with at the moment.
Steps to Reproduce (for bugs)
Logs
World Information
Client Information
Server Information
The text was updated successfully, but these errors were encountered: