- Home /
Receiving NAT punchthrough attempt from target 684547167205435679 failed..
hello I have a game with multiplayer but now when a clients joins I get this error: "Receiving NAT punchthrough attempt from target 684547167205435679 failed"
When I launch a server is use this: var useNat = !Network.HavePublicAddress(); -Network.InitializeServer(GameMaxPlayers-1, 8935, useNat);
-MasterServer.RegisterHost(GameMode,GameName,"");
When connecting I use this: -Network.Connect(element);
Answer by juliobds · Apr 29, 2013 at 01:27 PM
I'm not sure if this is the problem but make sure the appropriate ports are open in your router.
Your answer
Follow this Question
Related Questions
How to solve networking issues? 0 Answers
What could be causing error: "Receiving NAT punchthrough attempt from target ############ failed" 0 Answers
NAT Punchthrough Workaround? 2 Answers
Trying to Connect a Remote Computer from a Different ISP 0 Answers
Networking Tutorial connect online with NAT punchthrough problem 0 Answers