Hello all, so my team and i have setup a git repository, and made a test server.
They can connect to eachother fine but cant connect to me. i also cant connect to them, or even myself when im not using localhost.
I can only connect to 127.0.0.1, otherwise this comes up
java.io.IOException: Unable to connect to: /50.71.79.53:6464
at com.esotericsoftware.kryonet.TcpConnection.connect(TcpConnection.java:92)
at com.esotericsoftware.kryonet.Client.connect(Client.java:149)
at com.esotericsoftware.kryonet.Client.connect(Client.java:110)
at com.photongun.client.GuiGame.create(GuiGame.java:41)
at com.photongun.client.PhotonGun.(PhotonGun.java:143)
at com.photongun.client.PhotonGun.main(PhotonGun.java:42)
Caused by: java.net.SocketTimeoutException
at sun.nio.ch.SocketAdaptor.connect(Unknown Source)
at com.esotericsoftware.kryonet.TcpConnection.connect(TcpConnection.java:77)
… 5 more
We are really stuck here, because the ports are forwarded properly