It tries to connect to 87.98.143.182 (matchmaking server as far as I understand)
Tried pinging it - works fine.
Rcon works
My setup:
The server is behind a router that is shared with other machines (local IP).
opened udp/tcp 10803-10805 (no incoming connections received, except rcon)
Launch parameters:
Code: Select all
./wargame3-server +port 10803 +port_mms 10804 +ip externalip +rcon_password passwd +rcon_port 10805
log output:
Code: Select all
Couldn't read 'pkey' or 'cert' file. To generate a key
and self-signed certificate, run:
openssl genrsa -out pkey 2048
openssl req -new -key pkey -out cert.req
openssl x509 -req -days 365 -in cert.req -signkey pkey -out cert
Starting Libevent 2.0.18-stable.
Available methods are :
epoll
poll
select
Using Libevent with backend method epoll
Edge-triggered events are supported.
O(1) event notification is supported.
---------------------------------------------------
Initializing Server Properties :
Variable NbMaxPlayer set to 20
Variable NbPlayer set to 0
Variable Seed set to 1
Variable Private set to 0
Variable ServerName set to Default Server Name
Variable WithHost set to 0
Variable ServerProtocol set to 0.0
Variable TimeLeft set to 0
Variable Version set to 0
Variable GameState set to 0
Variable Password set to
Variable NeedPassword set to 0
Variable GameType set to 0
Variable Map set to Destruction_5x3_Asgard_10v10
Variable InitMoney set to 4000
Variable TimeLimit set to 1200
Variable ScoreLimit set to 4000
Variable NbIA set to 0
Variable VictoryCond set to 1
Variable IncomeRate set to 3
Variable WarmupCountdown set to 120
Variable DeploiementTimeMax set to 120
Variable DebriefingTimeMax set to 30
Variable LoadingTimeMax set to 120
Variable NbMinPlayer set to 10
Variable DeltaMaxTeamSize set to 10
Variable MaxTeamSize set to 10
Variable NationConstraint set to -1
Variable ThematicConstraint set to -1
Variable DateConstraint set to -1
---------------------------------------------------
Overriding Server Properties from variables.ini file :
Variable ServerName set to "servername"
Variable InitMoney set to "10000"
Variable ScoreLimit set to "900000"
Variable VictoryCond set to "4"
Variable NbMinPlayer set to "18"
Variable DebriefingTimeMax set to "180"
Variable WarmupCountdown set to "15"
Variable TimeLimit set to "3600"
---------------------------------------------------
Retrieving admin list from admins.ini file :
---------------------------------------------------
Initializing Server Protocol Property : 1.0
Variable ServerProtocol set to "1.0"
---------------------------------------------------
Variable TimeLeft set to "4294967295"
Updating clients banned list
Entering in matchmaking state
Connecting to match making server
Failed to connect to match making server
Connecting to match making server
Failed to connect to match making server
Connecting to match making server
Failed to connect to match making server
Connecting to match making server
Failed to connect to match making server
Connecting to match making server
Failed to connect to match making server
Connecting to match making server
Failed to connect to match making server
Connecting to match making server
Failed to connect to match making server
Connecting to match making server
Failed to connect to match making server
Connecting to match making server
Failed to connect to match making server
Connecting to match making server
Failed to connect to match making server
Connecting to match making server
Failed to connect to match making server
Connecting to match making server
Failed to connect to match making server
any ideas?