#Error connecting to dedicated server (docker) from LAN

1 messages · Page 1 of 1 (latest)

south bolt
#

My friend can connect to the server and start playing, but whenever I try to log in I either get returned to main menu or the game crashes.

My server is on my LAN, but separate machine (Linux with Docker).
My ISP doesn't block anything.
Port forwarding configured. UPNP on.

I have verified files.
I can play offline.


junior kernel
#

I'm having the same issues, server is located on the same LAN as me (separate computer).
Friends who are on separate networks join no issues, but I get returned to main menu or desktop when trying to join
Have tried everything in the FAQ with no luck

autumn adder
south bolt
bold igloo
#

I fixed mine by setting my network mode to host

autumn adder
#

Yeah, unfortunately I can't directly help for now, but there are several fixes from other players, which can be found in bug report and support sections.

bold igloo
south bolt
# autumn adder Yeah, unfortunately I can't directly help for now, but there are several fixes f...

network_mode: "host"

Solves the issue. From the thread I posted just now they're talking about how Docker networking is what is causing the issue. So using network_mode host circumvents the whole problem.

I suggest you guys update your
compose.yml with this:
https://github.com/indifferentbroccoli/windrose-server-docker

GitHub

This is a Dockerized version of the Windrose dedicated server. - indifferentbroccoli/windrose-server-docker

autumn adder
#

Thanks for the update!

bold igloo
#

You may have to change the IP from 127.0.0.1 to the IP of the machine as well.

#

I had to but idk