AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Source Servers (SRCDS) (https://forums.alliedmods.net/forumdisplay.php?f=130)
-   -   All my 8 TF2 servers disappeared from browser (https://forums.alliedmods.net/showthread.php?t=250857)

SilentBr 10-31-2014 17:12

All my 8 TF2 servers disappeared from browser
 
Hi mates

I have no idea why all my 8 TF2 servers disappeared from browser today. Doesn't show even in favorites or history. We can connect trough console.

This issue started since the last update.

Can someone help me?

Sreaper 10-31-2014 17:24

Re: All my 8 TF2 servers disappeared from browser
 
Check if your servers are on the master list and if your ports are open.

https://forums.alliedmods.net/showthread.php?t=192367

SilentBr 10-31-2014 17:34

Re: All my 8 TF2 servers disappeared from browser
 
Quote:

Originally Posted by Sreaper (Post 2218538)
Check if your servers are on the master list and if your ports are open.

https://forums.alliedmods.net/showthread.php?t=192367

I guess it is

Code:

{
        "response": {
                "success": true,
                "servers": [
                        {
                                "addr": "x.x.x.23:27015",
                                "gmsindex": 65534,
                                "appid": 440,
                                "gamedir": "tf",
                                "region": 2,
                                "secure": true,
                                "lan": false,
                                "gameport": 27015,
                                "specport": 0
                        },
                        {
                                "addr": "x.x.x.23:27016",
                                "gmsindex": 65534,
                                "appid": 440,
                                "gamedir": "tf",
                                "region": 2,
                                "secure": true,
                                "lan": false,
                                "gameport": 27016,
                                "specport": 0
                        },
                        {
                                "addr": "x.x.x.23:27017",
                                "gmsindex": 65534,
                                "appid": 440,
                                "gamedir": "tf",
                                "region": 255,
                                "secure": true,
                                "lan": false,
                                "gameport": 27017,
                                "specport": 0
                        },
                        {
                                "addr": "x.x.x.23:27018",
                                "gmsindex": 65534,
                                "appid": 440,
                                "gamedir": "tf",
                                "region": 2,
                                "secure": true,
                                "lan": false,
                                "gameport": 27018,
                                "specport": 0
                        },
                        {
                                "addr": "x.x.x.23:27019",
                                "gmsindex": 65534,
                                "appid": 440,
                                "gamedir": "tf",
                                "region": 2,
                                "secure": true,
                                "lan": false,
                                "gameport": 27019,
                                "specport": 0
                        },
                        {
                                "addr": "x.x.x.23:27025",
                                "gmsindex": 65534,
                                "appid": 440,
                                "gamedir": "tf",
                                "region": 2,
                                "secure": true,
                                "lan": false,
                                "gameport": 27025,
                                "specport": 0
                        },
                        {
                                "addr": "x.x.x.23:27027",
                                "gmsindex": 65534,
                                "appid": 440,
                                "gamedir": "tf",
                                "region": 2,
                                "secure": true,
                                "lan": false,
                                "gameport": 27027,
                                "specport": 0
                        },
                        {
                                "addr": "x.x.x.23:27029",
                                "gmsindex": 65534,
                                "appid": 440,
                                "gamedir": "tf",
                                "region": 2,
                                "secure": true,
                                "lan": false,
                                "gameport": 27029,
                                "specport": 0
                        }
                ]
               
        }
}

EDIT: I've tried reboot the machine, the servers showed in the browser, but disappeared again. No iptable rules.


EDIT2: My machine have 3 ips, end with 21 22 and 23. My tf2 servers are using 23, all of them stopped showing today. I've tried put one tf2 server at 22 and showed. What should I do? I don't want change my server ip =(

Mavrick4283 10-31-2014 18:53

Re: All my 8 TF2 servers disappeared from browser
 
Run the following command as root and post the output

Code:

iptables -L
ip6tables -L

EDIT:
NVM about that....I see your edit about moving to a new IP and showing up.

Check my PM

SilentBr 10-31-2014 18:57

Re: All my 8 TF2 servers disappeared from browser
 
Quote:

Originally Posted by Mavrick4283 (Post 2218569)
Run the following command as root and post the output

Code:

iptables -L
ip6tables -L


Code:

iptables -L
Chain INPUT (policy ACCEPT)
target    prot opt source              destination

Chain FORWARD (policy ACCEPT)
target    prot opt source              destination

Chain OUTPUT (policy ACCEPT)
target    prot opt source              destination

Code:

ip6tables -L
Chain INPUT (policy ACCEPT)
target    prot opt source              destination

Chain FORWARD (policy ACCEPT)
target    prot opt source              destination

Chain OUTPUT (policy ACCEPT)
target    prot opt source              destination


Mavrick4283 10-31-2014 19:05

Re: All my 8 TF2 servers disappeared from browser
 
Is your sv_region correct on the ones above they are set to 2 (South America) other than 27017 that is 255 (World // ALL)

SilentBr 10-31-2014 19:06

Re: All my 8 TF2 servers disappeared from browser
 
Quote:

Originally Posted by Mavrick4283 (Post 2218574)
Is your sv_region correct on the ones above they are set to 2 (South America) other than 27017 that is 255 (World // ALL)

I've always used sv_region 2 (south america) it's ok. I tried 255 to check if would solve this problem, I read somewhere at this forum, but didn't work.

SilentBr 11-01-2014 12:05

Re: All my 8 TF2 servers disappeared from browser
 
Any help mates? :(

Sreaper 11-01-2014 12:17

Re: All my 8 TF2 servers disappeared from browser
 
Quote:

Originally Posted by SilentBr (Post 2218804)
Any help mates? :(

Did you check to see if the ports required for TF2 are open/forwarded? I have not used that iptables command before so sorry if that is the same thing.

SilentBr 11-01-2014 20:57

Re: All my 8 TF2 servers disappeared from browser
 
Quote:

Originally Posted by Sreaper (Post 2218810)
Did you check to see if the ports required for TF2 are open/forwarded? I have not used that iptables command before so sorry if that is the same thing.

They are open, we can play, but only if we use connect IP on console. Just to make sure, what all the ports needed to be open, and how to test if they're open?


All times are GMT -4. The time now is 02:15.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.