As an update to this, I did discover that apparently Factorio is listening on `::` anyway when set to `--bind 0.0.0.0`. I tried to use `socat` to forward IPv6 -> IPv4, and found that `::` was already in use. Lo and behold, Factorio is using it:
> netstat -tulpn | grep 10007
udp 0 0 0.0.0.0:10007 ...
Search found 2 matches
- Sat Feb 08, 2025 8:33 pm
- Forum: Assigned
- Topic: [raiguard] [2.0.14] IPv6 binding fails when using bind address ::
- Replies: 6
- Views: 1093
- Sat Feb 08, 2025 6:52 am
- Forum: Assigned
- Topic: [raiguard] [2.0.14] IPv6 binding fails when using bind address ::
- Replies: 6
- Views: 1093
Re: [raiguard] [2.0.14] IPv6 binding fails when using bind address ::
I just hit this one too. I'm in a situation where I'm only able to host a headless server in the configuration I want via IPv6, so blocked until this functionality is restored.