Jamesits / docker-dst-server

Don't Starve Together dedicated server in Docker!

Home Page:https://hub.docker.com/r/jamesits/dst-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

new "netstat -tulpn" resulte

rexzhang opened this issue · comments

root@8143098648f5:/# netstat -tulpn
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name    
udp        0      0 0.0.0.0:43907           0.0.0.0:*                           -                   
udp        0      0 0.0.0.0:49010           0.0.0.0:*                           -                   
udp        0      0 0.0.0.0:34881           0.0.0.0:*                           -                   
udp        0      0 0.0.0.0:27016           0.0.0.0:*                           -                   
udp        0      0 0.0.0.0:27017           0.0.0.0:*                           -                   
udp        0      0 127.0.0.1:10888         0.0.0.0:*                           -                   
udp        0      0 0.0.0.0:10998           0.0.0.0:*                           -                   
udp        0      0 0.0.0.0:10999           0.0.0.0:*                           -  

Caves's new default port is 10998, maybe this can help someone

however, DST's server port must be between 10998 and 11018.

ref:
https://forums.kleientertainment.com/forums/topic/64552-dedicated-server-settings-guide/

Thanks for the documentation. I think this should have no impact on the container because its internal example config have the old ports hardcoded.

however, DST's server port must be between 10998 and 11018.

I think it is used for LAN auto discovery. You can still use c_connect to connect to a LAN server on any ports.