Open Vaelishaan opened 1 month ago
If you want to use it in IPv4 only mode, specify an IPv4 interface the server should bind on and not only 0.0.0.0.
If you want to use it in IPv4 only mode, specify an IPv4 interface the server should bind on and not only 0.0.0.0.
How do I specify an interface then? I do specify an IP Address, and that sets the address, as you read in my bug report. But that doesn't change the outcome. I haven't seen a configuration option to set the interface that it uses though. Would love to hear what that option to set is so that I can test it out and see if that resolves the issue or not.
Thanks.
Description of the problem
This has aparently occurred a long time ago. But I think that it was never really fixed.
Here is the issue itself in a nutshell. Turn off IPv6 and the server can't check itself or even start itself properly. It says that it does, but you can't connect to it.
For example... Not setting the host variable in the config produces an IPv6 address
Starting the server with
produces an IPv6 address
having an ip such as
produces
The error that is produced is...
This is no matter what it is set to.
Enabling IPv6 will allow the server to work and operate correctly, even though IPv6 is completely disabled across the network and cannot traverse the network itself.
I have tested and checked it multiple times. I have disabled and enabled IPv6 many times to make sure that this problem is the exact issue.
Reproduction steps
Disable IPv6.
When editing grub config for generation, set the following...
If you are editing /boot/grub/grub.cfg then just add the "ipv6.disable=0" onto the end of the command lines.
Expected behaviour
I would expect it to just keep running using IPv4.
Additional context
No response
Operating system
Linux (Tested many variants. Initially discovered on Devuan). Have not tested on Windows to see if this is an issue because I don't have an unsafe an insecure Windows Server.
Version
all.
Crashdump ID
No response
Confirmation of issue's presence