I'm trying to connect to my No-IP address:
Removed
I am using this to host:
Result = NetHost(100)
If Not Result
Message "Could not start server: " + chr$(34) + NetGetError() + Chr$(34) + "."
End
EndIf
I'm using this for the client:
IP$ = "digitalfuryserver.no-ip.org"
Result = NetConnect(IP$)
If Not Result
Message "Could not start server: " + chr$(34) + NetGetError() + Chr$(34) + "."
End
Endif
What am I doing wrong? I heard that Multi-Sync can do host names now.
I have a router. I think you have to use port-forwarding but I have no idea how to.
I've tried the IP address that the host is connect to and that didn't work.
Thanks,
DigitalFury