Jump to content

Can see server on Internet, can't see server on LAN


Recommended Posts

I created dedicated server with Caves.

Problem: I can see my dedicated server from Internet section ( people can join ) but I ( and others on same network ) can't see server in LAN section.

Here is my configuration:

./Caves/server.ini

Quote

 

[NETWORK]

server_port = 11001

[SHARD]

is_master = false

name = Caves

id = 2

[STEAM]

master_server_port = 27019

authentication_port = 8769

[ACCOUNT]

encode_user_path = true

 

./Master/server.ini

Quote

 

[NETWORK]

server_port = 11000

[SHARD]

is_master = true

name = Master

id = 1

[STEAM]

master_server_port = 27018

authentication_port = 8768

[ACCOUNT]

encode_user_path = true

 

./cluster.ini

Quote

 

[GAMEPLAY]

game_mode = endless

max_players = 4

pvp = false

pause_when_empty = true

[NETWORK]

lan_only_cluster = false

cluster_intention = cooperative

cluster_name = MY_SERVER_NAME

cluster_password = MY_SERVER_PASSWORD

cluster_description = MY_SERVER_DESCRIPTION

offline_server = false

cluster_language = en

whitelist_slots = 0

autosaver_enabled = true

enable_vote_kick = false

tick_rate = 15

[STEAM]

steam_group_id = 0

steam_group_only = false

steam_group_admins = false

[MISC]

console_enabled = true

max_snapshots = 3

[SHARD]

shard_enabled = true

bind_ip = 127.0.0.1

master_ip = 127.0.0.1

master_port = 10888

cluster_key = defaultPass

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...