Cant connect to the master server..

Options
Hello im new in PUN, i use this for the connection:
void Start()
{
PhotonNetwork.ConnectUsingSettings (version);
}

void OnConnectedToMaster(){
PhotonNetwork.JoinOrCreateRoom ("Main",new RoomOptions(){MaxPlayers = 20},null);
}

OnConnectedToMaster is never called and i get this error:
"timeoutdisconnect while connecting to: ns.exitgames.com:5058"
y tryed with port 5055 also but no luck. ¿ what is happening? i also opened the ports in the router and i deactivate the router firewall and my windows firewall.

Thanks.

Best Answer

  • Montblanc
    Montblanc
    Answer ✓
    Options
    I found the problem... now i have ipv6 and cant open the ports....
    The solution: I have spoken with isp provider and they will move me to ipv4 again.

Answers

  • Montblanc
    Montblanc
    Answer ✓
    Options
    I found the problem... now i have ipv6 and cant open the ports....
    The solution: I have spoken with isp provider and they will move me to ipv4 again.