Through IP address online, the blueprint node first opens a map server, and then joins the server by inputting IP address. When inputting the address of ipv4, it can join normally. When inputting the address of ipv6, it will report “invalid url”. What method can I use to realize the online IPv6 address?
This is because Open command/function use URI address standard and to avoid conflicts with port indecator ( :
) IPv6 addresses have special treatment in URI defined in this specification:
https://www.ietf.org/rfc/rfc2732.txt
So you need to contain address in []
, so let say you want to connect 1111:2222:3333::1
to port 7777, you need to compose URI this way:
[1111:2222:3333::1]:7777
After changing the address format of ipv6, I can’t join the server with the following nodes, and I haven’t reported any errors. What’s the reason?
Was this ever solved? Im trying to use [::1]:17777 as my localhost IP, but it doesnt work.
Did you ever solve this? Im struggling to connect with Ipv6
Still not solved, do not know how to solve
did you ever solve this? I had the same problem.
I just switched back to IPv4
This isnt an answer
Can IPv6 address be connected to LAN?How to connect