I developed my multiplayer turn based card game and it works fine on the LAN with these two host and join commands:
Networkid = HostNetwork("NetName","Player 1",Hostport)
Networkid = JoinNetwork("NetName", ConnectPlayer$)
Where:
Hostport = 48230
Then I try and make it work over the internet
and so use the same host command
but this join command Networkid=JoinNetwork(HostIP$,Hostport,ConnectPlayer$)
Where:
HostIP$ = "14.207.10.41"
And the clients just wont connect.
I've read through all the tutorials I can find, but cant make any progress.
Bear in mind I'm a networking noobie so dont really know how to unblock that particular port, so if thats whats doing it please point me in the right direction, and be gentle.
MOD Edit: Please review the
AUP re: your original Network Names...