Jump to content

Connecting to Dedicated running on different server


Recommended Posts

I am running a server on dedicated hardware separate from my gaming machine. I have the server running successfully for people on the internets to reach, but it fails to let me connect.

 

Is there some way for me to direct connect to it? I assume my firewall or something is not letting my go out and connect back in(typical security).

Link to comment
Share on other sites

Is there some way for me to direct connect to it?

Yup:

c_connect("ip address", port, "password")-- for example:c_connect("10.0.0.8", 10999, "thereisonlyonevito") 

where 10.0.0.8 would be the server's local IP address.

 

 

But I'd expect the problem is more related to hairpin NAT than firewall.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...