Raised This Month: $12 Target: $400
 3% 

All my 8 TF2 servers disappeared from browser


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
SilentBr
Veteran Member
Join Date: Jan 2009
Old 10-31-2014 , 17:12   All my 8 TF2 servers disappeared from browser
Reply With Quote #1

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?

Last edited by SilentBr; 10-31-2014 at 17:12.
SilentBr is offline
Sreaper
髪を用心
Join Date: Nov 2009
Old 10-31-2014 , 17:24   Re: All my 8 TF2 servers disappeared from browser
Reply With Quote #2

Check if your servers are on the master list and if your ports are open.

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

Last edited by Sreaper; 10-31-2014 at 17:24.
Sreaper is offline
SilentBr
Veteran Member
Join Date: Jan 2009
Old 10-31-2014 , 17:34   Re: All my 8 TF2 servers disappeared from browser
Reply With Quote #3

Quote:
Originally Posted by Sreaper View Post
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 =(

Last edited by SilentBr; 10-31-2014 at 18:24.
SilentBr is offline
Mavrick4283
Veteran Member
Join Date: Apr 2010
Location: 127.0.0.1@root
Old 10-31-2014 , 18:53   Re: All my 8 TF2 servers disappeared from browser
Reply With Quote #4

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
__________________

Last edited by Mavrick4283; 10-31-2014 at 18:57.
Mavrick4283 is offline
SilentBr
Veteran Member
Join Date: Jan 2009
Old 10-31-2014 , 18:57   Re: All my 8 TF2 servers disappeared from browser
Reply With Quote #5

Quote:
Originally Posted by Mavrick4283 View Post
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
SilentBr is offline
Mavrick4283
Veteran Member
Join Date: Apr 2010
Location: 127.0.0.1@root
Old 10-31-2014 , 19:05   Re: All my 8 TF2 servers disappeared from browser
Reply With Quote #6

Is your sv_region correct on the ones above they are set to 2 (South America) other than 27017 that is 255 (World // ALL)
__________________
Mavrick4283 is offline
SilentBr
Veteran Member
Join Date: Jan 2009
Old 10-31-2014 , 19:06   Re: All my 8 TF2 servers disappeared from browser
Reply With Quote #7

Quote:
Originally Posted by Mavrick4283 View Post
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 is offline
SilentBr
Veteran Member
Join Date: Jan 2009
Old 11-01-2014 , 12:05   Re: All my 8 TF2 servers disappeared from browser
Reply With Quote #8

Any help mates?
SilentBr is offline
Sreaper
髪を用心
Join Date: Nov 2009
Old 11-01-2014 , 12:17   Re: All my 8 TF2 servers disappeared from browser
Reply With Quote #9

Quote:
Originally Posted by SilentBr View Post
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.

Last edited by Sreaper; 11-01-2014 at 12:18.
Sreaper is offline
SilentBr
Veteran Member
Join Date: Jan 2009
Old 11-01-2014 , 20:57   Re: All my 8 TF2 servers disappeared from browser
Reply With Quote #10

Quote:
Originally Posted by Sreaper View Post
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?
SilentBr is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:42.


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