Multiplayer IPv6
Multiplayer IPv6
FF#57 states that we will need a public IP address to host a multiplayer game. Is a public IPv6 address good enough, or is a public IPv4 address required?
Re: Multiplayer IPv6
IPV6 address support is on our todo list.skaihoj wrote:FF#57 states that we will need a public IP address to host a multiplayer game. Is a public IPv6 address good enough, or is a public IPv4 address required?
Re: Multiplayer IPv6
How do I know what port I'm hosting on?
Re: Multiplayer IPv6
open config.ini and search for "port"
Re: Multiplayer IPv6
I just wanted to add that i would love to see IPv6 support added.
Not all ISPs give you your own IPv4 adress anymore and so you can't host games and if you are unlucky and both of you are behind a carrier NAT it doesn't work at all. Only when doing lots of other stuff like vpn etc.
Not all ISPs give you your own IPv4 adress anymore and so you can't host games and if you are unlucky and both of you are behind a carrier NAT it doesn't work at all. Only when doing lots of other stuff like vpn etc.
Re: Multiplayer IPv6
IPv6 support should not be hard to add for the developers. IIRC, all you need to do is use AF_INET6 instead of AF_INET, and sockaddr_in6 instead of sockaddr_in. There are probably a few similar easy things I forgot to mention.
And if you turn off IPV6_V6ONLY (with one slightly obscure function call) you can use the same socket for IPv4 and IPv6.
And if you turn off IPV6_V6ONLY (with one slightly obscure function call) you can use the same socket for IPv4 and IPv6.
Re: Multiplayer IPv6
+1 For IPv6. My provider recently canceled Support for Portforwarding (implemented NAT on the ISP Side) so I can no longer Host games on IPv4
Re: Multiplayer IPv6
I would love to see IPv6 support as well, as my ISP switched me over to DS-lite, too. Would be nice to be able to play MP again any news on the progress?
-
- Burner Inserter
- Posts: 13
- Joined: Sun Nov 02, 2014 2:01 am
- Contact:
Re: Multiplayer IPv6
For now we play using Hamachi, but I always feel bad about it. IPv6 support would be great
Re: Multiplayer IPv6
Sorry to resurrect a dead post but I'm wondering if IPv6 is still on the table, and if so is there any possibility of it making it into .12? I'm stuck behind a DS-Lite provider (literally the only one available in my area) as are my friends, so we're stuck with LAN parties for now.
-
- Filter Inserter
- Posts: 478
- Joined: Sat Aug 23, 2014 11:43 pm
- Contact:
Re: Multiplayer IPv6
As seen in the picture below from this FFF(https://www.factorio.com/blog/post/fff-85) then it's currently scheduled for 0.13Tawsix wrote:Sorry to resurrect a dead post but I'm wondering if IPv6 is still on the table, and if so is there any possibility of it making it into .12? I'm stuck behind a DS-Lite provider (literally the only one available in my area) as are my friends, so we're stuck with LAN parties for now.
You can use Evolve to connect with your friends until IPv6 is supported
https://forums.factorio.com/forum/vie ... lve#p60826
Waste of bytes : P
Re: Multiplayer IPv6
Thanks, can't believe I missed that. Will also check out Evolve, really appreciate the help.
Re: Multiplayer IPv6
I really want to squeeze this into 0.12.0, but it is possible that there won't be enough time. Problem is that we still want to support Windows XP, and the easy way to make an application dual stack doesn't work there
Re: Multiplayer IPv6
I have spent my money wisely. I really do appreciate your response and all the work that has already been put into this game. Thank you very much for the explanation.cube wrote:I really want to squeeze this into 0.12.0, but it is possible that there won't be enough time. Problem is that we still want to support Windows XP, and the easy way to make an application dual stack doesn't work there
Re: Multiplayer IPv6
IPv6 made it into 0.12, we played local IPv6 game few days ago and it worked.
Re: Multiplayer IPv6
Yay thank you!kovarex wrote:IPv6 made it into 0.12, we played local IPv6 game few days ago and it worked.
Re: Multiplayer IPv6
It seems that there is a problem in the newest update with the IPv6. Everytime I try to host or connect to a server (even with an invalid IP), I get this error: "Binding IPV6 socket failed: An operation was attempted on something that is not a socket.". It's obviously related to IPv6 and might be related to Windows XP.
factorio-current.log
-
- Inserter
- Posts: 20
- Joined: Tue Sep 02, 2014 5:48 pm
- Contact:
Re: Multiplayer IPv6
Just chiming in I'm getting the same problem as the above poster here. Running on Windows XP and IPv4 myself.