wazoo42 Apprentice
Joined: 13 Apr 2004 Posts: 165
|
Posted: Sun Nov 06, 2005 9:12 pm Post subject: shorewall and ut2004 dedicated server not playing nicely |
|
|
I enabled ports 20000 (webadmin), 7777, 7778, 7787, and 28902 in shorewall with lines similar to those below:
Code: | ACCEPT fw net udp 7777 #ut2k4 game out
ACCEPT net fw udp 7777 #ut2k4 game in
|
but I get an error in my log file (and in the console) that keeps repeating until I kill the server.
Quote: | Master server requests heartbeat 0 with code 14800
SendTo: 207.135.145.6:28902 returned -1: 1
RecvFrom returned SOCKET_ERROR 111
Master server requests heartbeat 1 with code 14800
SendTo: 207.135.145.6:28902 returned -1: 1 |
If I turn on shorewall (/etc/init.d/shorewall clear) I can start the server and it operates fine. Are there ports I need to open that I am missing? Have I opened ports for in/out going data incorrectly? Thanks in advance. |
|