Servers now unable to even start up


(Rosie the Riveter) #1

The servers (Windows 2003 64 bit) have been disconnecting repeatedly this afternoon
I noticed that STEAM keeps losing connection to Cloud and Friends network
However now when I try and restart the servers I get the following error message


------------- Initialized in 00:03 -------------
PURGING UNUSED STARTUP RESOURCES..
--- Common Initialization Complete ---
execing 'server.cfg'
Applied server config: Custom
WARNING: UDP_OpenSocket: bind: WSAEADDRINUSE
WARNING: UDP_OpenSocket: bind: WSAEADDRINUSE
WARNING: UDP_OpenSocket: bind: WSAEADDRINUSE
[b]WARNING: UDP_OpenSocket: bind: WSAEADDRINUSE
Unable to open listen port - please set the port to a valid one[/b]

Launch parameters
brink.exe +set net_serverDedicated 1 +set net_ip xx.xx.xx.xxx +set net_serverPort 27015 +set net_serverPortMaster 27016 +set net_serverPortAuth 8766 +exec server.cfg

and the second server is
brink.exe +set net_serverDedicated 1 +set net_ip xx.xx.xx.xxx +set net_serverPort 27017 +set net_serverPortMaster 27018 +set net_serverPortAuth 8766 +exec server_113.cfg

Any idea what might be happening?


(Temp1337) #2

maybe restart root server sometimes ports are not avaliable


(Rosie the Riveter) #3

Yeah I’ve rebooted the box twice and now its working again

Now I just have to wait for STEAM servers to stabilize again LOL


(NCC1701A) #4

[QUOTE=]


------------- Initialized in 00:03 -------------
PURGING UNUSED STARTUP RESOURCES…
— Common Initialization Complete —
execing ‘server.cfg’
Applied server config: Custom
WARNING: UDP_OpenSocket: bind: WSAEADDRINUSE
WARNING: UDP_OpenSocket: bind: WSAEADDRINUSE
WARNING: UDP_OpenSocket: bind: WSAEADDRINUSE
WARNING: UDP_OpenSocket: bind: WSAEADDRINUSE
Unable to open listen port - please set the port to a valid one


Launch parameters
brink.exe +set net_serverDedicated 1 +set net_ip xx.xx.xx.xxx +set net_serverPort 27015 +set net_serverPortMaster 27016 +set net_serverPortAuth 8766 +exec server.cfg

and the second server is
brink.exe +set net_serverDedicated 1 +set net_ip xx.xx.xx.xxx +set net_serverPort 27017 +set net_serverPortMaster 27018 +set net_serverPortAuth 8766 +exec server_113.cfg
Any idea what might be happening?[/QUOTE]

Tenta Isso :slight_smile:

brink.exe +set net_serverDedicated 1 +set net_ip xx.xx.xx.xxx +set net_serverPort 27015 +set net_serverPortMaster 27016 +set net_serverPortAuth 8766 +exec server.cfg

brink.exe +set net_serverDedicated 1 +set net_ip xx.xx.xx.xxx +set net_serverPort 27017 +set net_serverPortMaster 27018 +set net_serverPortAuth 8767 +exec server_113.cfg

http://www.splashdamage.com/forums/showthread.php?t=25082&page=3

The problem is that for each CPU / IP address that has more than one server configuration must have BRINK:

CPU - IP : 222.222.222.001

net_serverPortAuth 8767 ->Server I
net_serverPortAuth 8768 ->Server II
net_serverPortAuth 8769 ->Server III
net_serverPortAuth 8770 ->Server IV

CPU - IP : 222.222.222.002

net_serverPortAuth 8767 ->Server V
net_serverPortAuth 8768 ->Server VI
net_serverPortAuth 8769 ->Server VII
net_serverPortAuth 8770 ->Server VIII

NCC1701A
BRGzone BRASIL


(Rosie the Riveter) #5

CPU - IP : 222.222.222.001

net_serverPortAuth 8767 ->Server I
net_serverPortAuth 8768 ->Server II
net_serverPortAuth 8769 ->Server III
net_serverPortAuth 8770 ->Server IV

CPU - IP : 222.222.222.002

net_serverPortAuth 8767 ->Server V
net_serverPortAuth 8768 ->Server VI
net_serverPortAuth 8769 ->Server VII
net_serverPortAuth 8770 ->Server VIII

Thanks, I didn’t know that


(HugePinball) #6

Is there a reason to set net_ip at all? Description says it’s the local IP address.

EDIT: btw, if you follow the link given to you above, it looks like a few people tried different auth ports and it didn’t work for any of them. I’ve never seen anything but 8766 used.


(Rosie the Riveter) #7

Is there a reason to set net_ip at all? Description says it’s the local IP address.

When we created the BRINK servers they “stole” the local ip away from our DODS servers :frowning:
At that point in time there was no way to assign a different ip for BRINK and we had to change ips for our other servers, removing them from established Favourites.
Now ips can be assigned to what we wish.