Rust - multiplayer survival from the creator of Garry's Mod

Whoeve owns the server, a fix was posted on the forums to combat the ddos/ulink attack..

To fix this there are 3 ways:
1) If you are using linux you can edit your iptables to block empty udp packets. The following command should work
iptables -A input -m udp -p length –length 0 –j DROP
2) Use/write a proxy server where you tunnel the udp data and check the length before passing it on
Might work on one of these
3) The rust developers could do a temp fix where they create a udp proxy and suggest server providers to block the main port. So:
port = private real server port
port + 1 = public fake udp server with options 2 built in

Doesn't look like anyone can join it, I get the same error as above..
 
Cant get on either, but a server restart usually fixes lag for me.

When I was playing today for about 3 hours it was totally fine though. (0800-1100 GMT)
 
I don't think anyone is playing just now, if the server shows in the list it is updated and should be playable in theory, so must be le French again.
 
managed to get on to the server now will update on wether its lagging or not once its not night time as i have no torches so not going to be running around

EDIT: working oky now no lag or anything
 
Last edited:
Back
Top Bottom