-
Notifications
You must be signed in to change notification settings - Fork 33
IPv6 Support #387
Comments
@PaulVMo does the listen address thing allow ipv4 addresses to be specified? |
Yes, the listen_addresses parameter in sys.config allows ip4 and ip6 address. I did test to confirm it will listen on ip6 address. I never did try peer connect however. |
ipv6 will not work today. It'll need quite a bit more than being able to just specify listen addresses |
@madninja if one want to working on ip6 support, thoughts on where to start? |
|
Did you set the listen_addresses parameter or are you running this on docker? I have noticed that docker's bridge network will publish listening ports on both ip4 and ip6. However, the miner is actually only listening on ip4 by default inside the container. Anyway, like madninja said, while it may listen on am ipv6 address, there are other issues preventing the node for working with an ipv6 address. |
it's a docker,
|
Unless you have enabled ipv6 support in docker and updated the listen_addresses in the sys.config file in the miner (inside the container) is not actually listening on ipv6. What you are seeing in lsof is the docker network bridge listening on ipv6 not the miner itself. |
I opened a PR for some fixes for ipv6 support that resolve the |
Is there any way to let the node/miner listen to IPv6?
Currently a connect to IPv6 peer
returns
The text was updated successfully, but these errors were encountered: