I can not connect remotly to the Helix server I am hosting. I think it is because the ip is not being correctly set.
Is there a way to give the Helix Core server my internal IP and port like when setting up a Minecraft server?
Currently when I set it up with [internalIP]:[port] I can connect to the server locally with [internalIP]:[port] but not externally with [externalIP]:[port].
I am using a port checker tool and cmd commands to test the connection.
netstat -a (port was open)
p4 -p [internalIP]:[port] info (Server was running) (IMAGE INCLUDED)
Here you can see in red that the server address is not the [internalIP]:[port] I put in while installing the Helix Server
p4 -p [externalIP]:[port] info (no respense)
ping [externalIP]:[port] (works as normal)
The only thing I can not do is connect with my external IP.
All my port forward settings for port 25565 are set correctly and work well when hosting other servers. (UDP/TCP)
I am not running any other servers.