My setup: docker image for aarch64 (branch stable, current version 2.0.10, https://hub.docker.com/r/factoriotools/factorio) on orange pi 5 plus with debian serve 6.1.42
I and my friend could connect to it and if someone is on the server anyone could connect, but if server is empty after some time (up to 5 min) it become unavalible (if I or my friends try to connect we get an error couldn't establish network communication with server). When I restart docker container, everything start to work again for a while. I do not see any errors in docker logs. Port forvarding is enabled. Did any one have an idea what I am doing wrong?
[2.0.10] Could not connect to public server after some time
-
- Manual Inserter
- Posts: 2
- Joined: Thu Oct 24, 2024 7:00 pm
- Contact:
-
- Manual Inserter
- Posts: 2
- Joined: Thu Oct 24, 2024 7:00 pm
- Contact:
Re: [2.0.10] Could not connect to public server after some time
After some additiona investigation I figure out some additiona detail of this issue I figured out that most probably issue that I have is related to
[solved] Incorrect port detected for docker hosted server:
So it set some random port instead of 34197.
I try the proposed solution form post that I mention, but it does not work for me.
[solved] Incorrect port detected for docker hosted server:
Code: Select all
6.988 Info ServerRouter.cpp:547: Own address is IP ADDR:({2.215.69.43:13061}) (confirmed by pingpong1)
7.021 Info ServerRouter.cpp:547: Own address is IP ADDR:({2.215.69.43:13061}) (confirmed by pingpong3)
7.155 Info ServerRouter.cpp:547: Own address is IP ADDR:({2.215.69.43:13061}) (confirmed by pingpong4)
I try the proposed solution form post that I mention, but it does not work for me.