unity3d connect net server fail

Options
hwust
edited January 2013 in Photon Server
i have a unity project.when it work with local server like 192.168.x.x,it can work. but when i try to connect net server,it cant connent the sever.by the way, i use the free license. can some body help me?

Comments

  • xzlxt720
    Options
    which server and client SDKs you use (platform and version, as much detail as possible).

    provide the server log info , would be a great help.
  • the sever and cilent all use photon SDK_v3-0-13-2524-RC5.the OS of local server is Windows 7 64Bits. the OS of net sever is Windows 2003. my cilent OS is windows xp 32 bit and use unity3d 3.51.

    when is connect the net server,the usefull log is connect timeout. and i was checked the server ,port 5055 is working.
  • dreamora
    Options
    is UDP 5055 (and 5056 / 5057 if you use PUN / LoadBalancing) forwarded to the machine?
    I ask cause port 5055 can be udp and tcp and photon will expect UDP to work

    Also if it is a webplayer keep in mind to forward TCP 843 as well for the socket policy server
  • Tobias
    Options
    Any news?