i haven't been able to seen our server in the server list in the past week i have read though the forums for what i could find.
it used to show up in there and was populated now its dead...
Server Ip/Port :71.14.9.242:28018
Static IP:Windows Server 2008 r2:Oxide2
installed with open game panel
was showing up and populated
Start up parameters: -load +rcon.port xxxxx +rcon.password "xxxxx" +server.secure "true"
tried seed: 6738 and 100
we can connect client.connect
it shows up on the website below and says its legit:
[url]http://rustserverslist.net/[/url]
where do you check if you were blacklisted and why ?
If you see your server on rustserverslist, then you will see it on your servers list.
rustserverslist get the master server list from rust, which is the same as the one ingame.
[QUOTE=Reneb;46414354]If you see your server on rustserverslist, then you will see it on your servers list.
rustserverslist get the master server list from rust, which is the same as the one ingame.[/QUOTE]
funny, i searched one never listed server on your list, it was listed but not ingame, sure that the list is so accurate ?
[QUOTE=Reneb;46414354]If you see your server on rustserverslist, then you will see it on your servers list.
rustserverslist get the master server list from rust, which is the same as the one ingame.[/QUOTE]
This is incorrect. Servers are filtered on the client - not the master server.
To clarify what I mean - just because servers are shown on 'rustserverslist' [B]does not[/B] mean they should / will be shown on the in-game server list.
Huh? Servers that are blacklisted dont show on rustserverslist ...
Sélect fake servers on expérimental, you won't see one.
Then when Gary said that 700sercers were blacklisted on the legacy servers, the fake pages for legacy droped from 80pagzs to like 50pages.
I'm 100% sûre that servers are filtered directly from the rust masterlist.
[QUOTE=Reneb;46414972]I'm 100% sûre that servers are filtered directly from the rust masterlist.[/QUOTE]
They aren't.
And how are you so sûre?
Why rustserverslist doesnt see Any of the fake servers on the expérimental branch?
[QUOTE=Reneb;46414999]And how are you so sûre?[/QUOTE]
The game client has two server references:
> Blacklisted
> Official
When your game client queries for servers, it processes them one-by-one and sets up an object for each. Before listing them in the game client server list, it runs a couple of checks on them:
> Fetches any tags the server has (i.e. modded, official)
> Runs the servers IP address through a status check
When running the server IP through the status check, it compares the server IP against the two reference files:
> If the server IP is found in the Blacklisted reference, it isn't listed
> If the server IP has the Official tag set but isn't in the Official reference, it isn't listed
If the server passes these checks, it's listed in your game client.
[B]Your question:[/B] "And how are you so sure?"
[B]My answer:[/B] Unlike almost all of the community, I actually know what I'm talking about. The server filters are handled on the game client - the master server doesn't do it.
[QUOTE=Reneb;46414999]Why rustserverslist doesnt see Any of the fake servers on the expérimental branch?[/QUOTE]
There are none.
If you want further references (i.e. if for some reason you actually think you're right and I'm wrong), I've broken down the code in the game client which handles the listing of servers:
[code]
ServerResponded(HServerListRequest hRequest, int iServer)
{
// Set up server object
Server server = new Server { .. };
// Store game tags
string Tags = server.GetGameTags();
// Check server against both reference files
Status = GetServerStatus(server.address);
if(Status != Blacklisted)
{
// Set Players & MaxPlayers
// If the server declares themselves as an Official server, check the Official reference
if(Tags == Official && Status != Official)
return; // Don't show this server - it's not a real Official server
// Everything is fine - Add the server to our server list
Instance.Trigger<Server>;
}
}
[/code]
Wow thanks a lot for this :)
So i guess there is probably à way to get the list of blacklisted ip then :)
I'll see if i can do that :)
[QUOTE=Reneb;46415046]So i guess there is probably à way to get the list of blacklisted ip then :)
[/QUOTE]
Yes - there is.
Did you get this code from legacy or expérimental?
Experimental, but it's more than likely the same method just added to Legacy as it's a quick simple fix for the issue.
Just Curious can anyone see my sever on the in game list?
it would be called sinistergaming ......
[QUOTE=goarack;46415675]Just Curious can anyone see my sever on the in game list?
it would be called sinistergaming ......[/QUOTE]
Your server IP is blacklisted (the actual IP - not the IP range).
god really were do you see this that its blacklisted ?
it seems my server is blacklisted :(
Do not create mirror
My server has not broken any rules
client.connect 179.60.149.67:28000
hostingrust.ru
what to do?
[QUOTE=Adam-2012;46431108]it seems my server is blacklisted :(
Do not create mirror
My server has not broken any rules
client.connect 179.60.149.67:28000
hostingrust.ru
what to do?[/QUOTE]
Find a better host
got also couple fake servers on this range, i guess it's blacklisted yes.
I got a response back from facepunch support.
they said they will be removing my ip from the blacklist.
Sorry, you need to Log In to post a reply to this thread.