Didz Posted May 23, 2015 Posted May 23, 2015 I only just noticed I was replying to two people with problems... (Get avatars!) But still, Really, only the MBII team can help with this.
farbus Posted May 24, 2015 Posted May 24, 2015 I think i found out the cause of the problem with linux+virtualbox clients and linux+phisic-machines clients with those MBII openjk servers. Those servers was using for sometime a experimental firewall rule from this script and i had totally forgotten about it. ############################# EXPERIMENT ###$iptables -N GETCHLG#$iptables -A GETCHLG -p udp -m recent --name $hexip --rcheck -j ACCEPT#$iptables -A GETCHLG -p udp -m limit --limit 50/sec --limit-burst 1000 -j ACCEPT#$iptables -A GETCHLG -p udp -j DROP #$iptables -N GETSTAT#$iptables -A GETSTAT -p udp -m recent --name $hexip --rcheck -j ACCEPT#$iptables -A GETSTAT -p udp -m limit --limit 50/sec --limit-burst 1000 -j ACCEPT#$iptables -A GETSTAT -p udp -j DROP #$iptables -N GETINFO#$iptables -A GETINFO -p udp -m recent --name $hexip --rcheck -j ACCEPT#$iptables -A GETINFO -p udp -m limit --limit 50/sec --limit-burst 1000 -j ACCEPT#$iptables -A GETINFO -p udp -j DROP #$iptables -N CONN#$iptables -A CONN -p udp -m recent --name $hexip --set#$iptables -A CONN -p udp -m limit --limit 15/sec --limit-burst 15 -j ACCEPT#$iptables -A CONN -p udp -j DROP## EXPERIMENT ############################# Apparently the rules did not cause any problems with windows clients. However when they were disabled, i finally was able to connect to the openjk servers under virtualbox. I think we just need a confirmation from McPixel to make sure if that was really what caused the problem.
McPixel Posted May 24, 2015 Author Posted May 24, 2015 Perfect, that's right !!! MIAMI serverhttps://drive.google.com/file/d/0BwTWT4xK3pb2WmVxRGo1SWsyUWc/view?usp=sharing Zona Frangahttps://drive.google.com/file/d/0BwTWT4xK3pb2NnVoY243eDRuV0U/view?usp=sharingProblem solved.Today I will play Movie Battles 2 finally!Thank you guys for the support.
farbus Posted May 24, 2015 Posted May 24, 2015 So it was a server problem? yes... but check this line: $iptables -A CONN -p udp -m limit --limit 15/sec --limit-burst 15 -j ACCEPT Why the limit burst is the same? I change it to "300" (20x more) and put the whole expermental block back in the firewall. And it is working.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now