Code: Select all
0.000 2024-02-05 07:13:56; Factorio 1.1.104 (build 62119, linux64, headless)
0.085 Operating system: Linux (Ubuntu 22.04)
... ...
0.098 System info: [CPU: Virtual CPU 523cbcdd6ca4, 1 core, RAM: 1964 MB]
0.098 Environment: DISPLAY=<unset> WAYLAND_DISPLAY=<unset> DESKTOP_SESSION=<unset> XDG_SESSION_DESKTOP=<unset> XDG_CURRENT_DESKTOP=<unset> __GL_FSAA_MODE=<unset> __GL_LOG_MAX_ANISO=<unset> __GL_SYNC_TO_VBLANK=<unset> __GL_SORT_FBCONFIGS=<unset> __GL_YIELD=<unset>
0.098 Running in headless mode
... ...
47.468 Error HttpSharedState.cpp:158: CURL failed: code:28, 1c; Failed to connect to multiplayer.factorio.com port 443: Connection timed out
77.465 Error HttpSharedState.cpp:158: CURL failed: code:28, 1c; Failed to connect to multiplayer.factorio.com port 443: Connection timed out
107.472 Error HttpSharedState.cpp:158: CURL failed: code:28, 1c; Failed to connect to multiplayer.factorio.com port 443: Connection timed out
Code: Select all
# ping multiplayer.factorio.com
PING arcane-frog-e4ehwzpn8h88wd5p7lo6bqrt.herokudns.com (54.237.159.171) 56(84) bytes of data.
^C
--- arcane-frog-e4ehwzpn8h88wd5p7lo6bqrt.herokudns.com ping statistics ---
200 packets transmitted, 0 received, 100% packet loss, time 203776ms
EDIT:
Code: Select all
# curl -v multiplayer.factorio.com --connect-timeout 10
* Trying 23.22.5.68:80...
* After 4969ms connect time, move on!
* connect to 23.22.5.68 port 80 failed: Connection timed out
* Trying 3.226.182.14:80...
* After 2485ms connect time, move on!
* connect to 3.226.182.14 port 80 failed: Connection timed out
* Trying 52.21.227.162:80...
* After 1241ms connect time, move on!
* connect to 52.21.227.162 port 80 failed: Connection timed out
* Trying 54.237.159.171:80...
* After 620ms connect time, move on!
* connect to 54.237.159.171 port 80 failed: Connection timed out
* Failed to connect to multiplayer.factorio.com port 80 after 9380 ms: Connection timed out
* Closing connection 0
curl: (28) Failed to connect to multiplayer.factorio.com port 80 after 9380 ms: Connection timed out