You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thank you foor working on that. everything works perfect until I have to change the port. If I change the port without entering an IP it's using 0.0.0.0, if I give my actual internet ip (like 93.219.240.33) it is breaking with errors.
It would be great, if it would be possible to change the port, without having to give an IP.
Thank you!
The text was updated successfully, but these errors were encountered:
Thats because the IP it asks its the IP of the interface it will use, 0.0.0.0 means the server will bind to all available interfaces, if you want it to bind with an specific interface you need to check what IP this interface has (ifconfig in linux for example).
Also, setting an port for the server means it will work in direct connection mode, but you can also use the steam relay by leaving the port empty, in this mode the connections are not direct to the server and instead go thru the steam relay network, this mode also does not require any ports to be open in the host machine or firewalls.
Hi,
thank you foor working on that. everything works perfect until I have to change the port. If I change the port without entering an IP it's using 0.0.0.0, if I give my actual internet ip (like 93.219.240.33) it is breaking with errors.
It would be great, if it would be possible to change the port, without having to give an IP.
Thank you!
The text was updated successfully, but these errors were encountered: