docker-dst-server icon indicating copy to clipboard operation
docker-dst-server copied to clipboard

new "netstat -tulpn" resulte

Open rexzhang opened this issue 4 years ago • 2 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

rexzhang avatar Dec 07 '20 09:12 rexzhang

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

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

rexzhang avatar Dec 07 '20 09:12 rexzhang

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.

Jamesits avatar Dec 08 '20 03:12 Jamesits