StormEagle 0 Posted August 17, 2003 Hi all! First, sorry for my bad english We have running a Linux Dedicated Server. Its running perfectly, but we've one problem. The Server is not listed in OFP serverlist. If we use the server IP it is listed. The server is listed in the ASE, too!? I'm very confused. We've written the line reportingIP ...... in the config file. But it won't work Please help us. Greetz, Storm Share this post Link to post Share on other sites
benu 1 Posted August 17, 2003 WHAT did you put into your config? reportingIP="master.gamespy.com";? Do you have the gamebrowser port enabled on the server (serverport+1)? Share this post Link to post Share on other sites
StormEagle 0 Posted August 17, 2003 Here is our config file: passwordAdmin="xxxxxxxxxxxxxxxx"; // Admin password hostname="[ES] EXTREME SOLDIERS Clanserver"; maxPlayers=32; motdInterval = 10; motd[]= { "TEXT", }; reportingIP="master.gamespy.com"; voteMissionPlayers=2; Can you correct it? Share this post Link to post Share on other sites
StormEagle 0 Posted August 18, 2003 Can't anyone help? I don't know, where i should put serverport+1 in!? Please help, it is really important. Share this post Link to post Share on other sites
Hellek 0 Posted August 18, 2003 You just have to make sure that the port is not blocked by any firewalls. So if you use 2302 you have to make sure that also 2303 is available and not blocked (and if you are behind a NAT, make sure that it is forwared too) Share this post Link to post Share on other sites
StormEagle 0 Posted August 18, 2003 The ports are still available... Share this post Link to post Share on other sites
Hellek 0 Posted August 18, 2003 and no errors when starting up? and not behind a NAT? and ports not blocked? if you checked all that and everything is okay I can't help - sorry. Share this post Link to post Share on other sites
StormEagle 0 Posted August 19, 2003 Everything should be ok. There are no errors or something else. Can a reinstall of OFP on the server fix the problem? Share this post Link to post Share on other sites
benu 1 Posted August 19, 2003 Some questions did not get answered... Is the server connected directly to the internet? If not, are all the ports forwarded correctly (give output of "iptables -t nat -L PREROUTING -nv | grep 230")? Is there a firewall running which could block those ports (check for iptables with "iptables -L -nv" as root)? Does the server have a static ip with a hostname known to dns servers? I don't think a reinstall of ofp would help you in this case. Sometimes gamespy doesn't work for my server too, but normally those problems are over in a matter of minutes. Share this post Link to post Share on other sites
StormEagle 0 Posted August 19, 2003 I know, that the server isnt directly connected to the internet. It is connected to a switch. The rest of the questions i can't answer, because our serveradmin isn't currently online. I will answer them, when he's in MSN. Share this post Link to post Share on other sites
benu 1 Posted August 19, 2003 Most likely the port for gamespy is not forwarded to your server then. Normally this is port 2303, except your server admin has changed it. You should check the configuration of the switch or that of the router/whatever that connects it to the internet. Share this post Link to post Share on other sites
StormEagle 0 Posted August 19, 2003 So, now i can answer your questions... All ports are available No firewall Has a hostname Share this post Link to post Share on other sites
StormEagle 0 Posted August 19, 2003 The server is connected to a 100mbit switch. And the switch is connected to a 3.2gbit backbone. Share this post Link to post Share on other sites
Lobanak 0 Posted August 19, 2003 Look here for a sample config file for the server. All things are in and it should work if you copy paste it in a file and change the necessary things. We use this type on our server. Also look here for some commandline options available for starting the server. Some needed and some not needed. Another hint: if you want to report to gamespy, you need port 27900 (UDP) open. Also look that your server has a DNS server which he can ask for server and domain names to resolve the IP address from 'master.gamespy.com'. Greets [CiA]Lobanak Share this post Link to post Share on other sites
StormEagle 0 Posted August 22, 2003 Thx... But it hadn't fixed the problem. I don't know, what i should do. Share this post Link to post Share on other sites
Placebo 29 Posted August 22, 2003 Tried the 1.92 beta? Share this post Link to post Share on other sites
baff 0 Posted October 8, 2003 i'm having a similar problem on winxp pro. erm....whats a dns name and how can i get one? Share this post Link to post Share on other sites
benu 1 Posted October 8, 2003 DNS is domain name service, it's used for getting the ip of a url. If you type www.flashpoint1985.com into your browser it will connect a dns server to ask for the ip and the dns server will answer 81.0.236.101. There are sites that show you your ip and name, but you could ask a friend to do a nslookup on your box (let someone "from the internet", ie not from your lan, type "nslookup 111.222.123.234" or similar in a dosbox, where 111.222.123.234 is your internet ip). Share this post Link to post Share on other sites