Thread: [Solved] Server lost steam connection
View Single Post
Author Message
emialcaraz
Member
Join Date: Oct 2016
Location: Argentina
Old 12-04-2017 , 07:50   Server lost steam connection
Reply With Quote #1

in line 339 the server start good

In line 630 server lost conection to steam

Connection to Steam servers lost. (Result = 6)

********************************************* *******
* *
* Steam account token was reused elsewhere. *
* Make sure you are using a separate account *
* token for each game server that you operate. *
* *
* To create additional game server accounts go to *
* http://steamcommunity.com/dev/managegameservers *
* *
* This game server instance will now shut down! *
* *
********************************************* *******

Connection to Steam servers lost. (Result = 6)


- Already tested with new tokens, differents accounts. Token with 730 appid.
- Already tested with net_port_try 1, -ip, -port 27015.
-Ports open outbound and inbound:

UDP 27000 a 27030 inclusive
TCP 27000 a 27030 inclusive
UDP 4380
TCP 5900
SSH 22
FTP 20 / 21 TCP
HTTP 80 TCP
HTTPS 443 TCP
IMAP 143
MYSQL 3306
TCP 22
UDP 22

-Already tested with firewall off

The server is online and i can join the server as always but after 1m or 2m the server shutdown.

What is the problem?

Thanks

EDIT:

Solved adding -strictportbind -debug +sv_hibernate_when_empty 0 -net_port_try 1 in command line parameters

Last edited by emialcaraz; 12-04-2017 at 09:08.
emialcaraz is offline