Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change port without IP #78

Open
Floppy82 opened this issue Dec 17, 2024 · 1 comment
Open

change port without IP #78

Floppy82 opened this issue Dec 17, 2024 · 1 comment

Comments

@Floppy82
Copy link

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!

@Diyagi
Copy link
Contributor

Diyagi commented Dec 19, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants