Jump to content

Linux dedicated server bind_ip not binding all ports to IP


bladux
  • Pending

Hello,

The -bind_ip command line parameter applies nicely to the game port but not the steam_master_server_port nor steam_authentication_port

In all tests I've run, steam_master_server_port and steam_authentication_port always listen on all available IPs (0.0.0.0)

I couldn't see any piece of information anywhere about any command line to bind those ports to a specific IP, but in my point of view, server admins that need to use -bind_ip want all ports to bind to a specific, not only the game port.

Many thanks,

 


Steps to Reproduce
Start a server: ./dontstarve_dedicated_server_nullrenderer -port 10001 -bind_ip 1.2.3.4 -conf_dir MyDS -steam_master_server_port 10002 -steam_authentication_port 10003 While server is running, do a "netstat -anlp | grep udp | grep dont" udp 0 0 1.2.3.4:10001 0.0.0.0:* 9813/dontstarve_ded udp 0 0 0.0.0.0:10002 0.0.0.0:* 9813/dontstarve_ded udp 0 0 0.0.0.0:10003 0.0.0.0:* 9813/dontstarve_ded Only game port is bound to specific IP.



User Feedback


There are no comments to display.



Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
  • Create New...