PDA

View Full Version : iptable rules for master server are missing??


paddyhm
29th December, 2002, 01:59 PM
I have the UT-Server with a Firewall running.
I can connect to the UT-Server, but he cannot publish its serverip to the master server.

Have some one a RUNNING iptables rules for me?

Game engine initialized
MasterServerUplink: Resolved ut2003master1.epicgames.com as 207.135.145.3.
Resolved master0.gamespy.com (216.177.89.34)
UdpGameSpyUplink: Master Server is master0.gamespy.com:27900
UdpGameSpyUplink: Port 7788 successfully bound.
UdpGamespyUplink DM-TrainingDay.UdpGamespyUplink (Function IpDrv.UdpGamespyUplink.Timer:0017) SentText: sendto failed: HOST_NOT_FOUND
Failed to send heartbeat to master server.
MasterServerUplink: Connection to ut2003master1.epicgames.com established.
Master server connection failed
Attempting to reconnect to master server
Resolving ut2003master1.epicgames.com...
MasterServerUplink: Resolved ut2003master1.epicgames.com as 207.135.145.3.
MasterServerUplink: Connection to ut2003master1.epicgames.com established.
Master server connection failed
Attempting to reconnect to master server
Resolving ut2003master1.epicgames.com...
MasterServerUplink: Resolved ut2003master1.epicgames.com as 207.135.145.3.
MasterServerUplink: Connection to ut2003master1.epicgames.com established.
Master server connection failed
Attempting to reconnect to master server
Resolving ut2003master1.epicgames.com...
MasterServerUplink: Resolved ut2003master1.epicgames.com as 207.135.145.3.
MasterServerUplink: Connection to ut2003master1.epicgames.com established.
Master server connection failed
Attempting to reconnect to master server
Resolving ut2003master1.epicgames.com...
MasterServerUplink: Resolved ut2003master1.epicgames.com as 207.135.145.3.
MasterServerUplink: Connection to ut2003master1.epicgames.com established.
Master server connection failed
UdpGamespyUplink DM-TrainingDay.UdpGamespyUplink (Function IpDrv.UdpGamespyUplink.Timer:0017) SentText: sendto failed: HOST_NOT_FOUND
Failed to send heartbeat to master server.
Attempting to reconnect to master server
Resolving ut2003master1.epicgames.com...
MasterServerUplink: Resolved ut2003master1.epicgames.com as 207.135.145.3.
MasterServerUplink: Connection to ut2003master1.epicgames.com established.
Master server connection failed
Attempting to reconnect to master server
Resolving ut2003master1.epicgames.com...
MasterServerUplink: Resolved ut2003master1.epicgames.com as 207.135.145.3.
MasterServerUplink: Connection to ut2003master1.epicgames.com established.
Master server connection failed
Attempting to reconnect to master server
Resolving ut2003master1.epicgames.com...
MasterServerUplink: Resolved ut2003master1.epicgames.com as 207.135.145.3.
MasterServerUplink: Connection to ut2003master1.epicgames.com established.
Master server connection failed
Attempting to reconnect to master server
Resolving ut2003master1.epicgames.com...
MasterServerUplink: Resolved ut2003master1.epicgames.com as 207.135.145.3.
MasterServerUplink: Connection to ut2003master1.epicgames.com established.
Master server connection failed
UdpGamespyUplink DM-TrainingDay.UdpGamespyUplink (Function IpDrv.UdpGamespyUplink.Timer:0017) SentText: sendto failed: HOST_NOT_FOUND
Failed to send heartbeat to master server.
Attempting to reconnect to master server
Resolving ut2003master1.epicgames.com...
MasterServerUplink: Resolved ut2003master1.epicgames.com as 207.135.145.3.
MasterServerUplink: Connection to ut2003master1.epicgames.com established.
Master server connection failed

StackSmasher
30th December, 2002, 04:15 PM
-A input_ext -p udp -m udp --dport 7777:7788 -j LOG --log-prefix "SuSE-FW-ACCEPT " --log-tcp-options --log-ip-options
-A input_ext -p udp -m state --state NEW,RELATED,ESTABLISHED -m udp --dport 7777:7788 -j ACCEPT

Hope this helps