peace Posted August 24, 2011 Share Posted August 24, 2011 Hi. Users can ban and unban IPs and subnets on OS through panel interface. Ban only works for IP:port of their game server but not for all server. Sometimes game servers are under attacks, usually it's simple UDP flood that can be blocked only on OS or firewall. Link to comment Share on other sites More sharing options...
icekohl Posted August 25, 2011 Share Posted August 25, 2011 This would be nice. Link to comment Share on other sites More sharing options...
peace Posted September 6, 2011 Author Share Posted September 6, 2011 Example ban command for Iptables where -s is source IP and -d is destination server IP: iptables -A INPUT -p tcp --dport 27015 -s 123.45.56.78 -d 123.45.81.31 -j DROP iptables -A INPUT -p udp --dport 27015 -s 123.45.56.78 -d 123.45.81.31 -j DROP Link to comment Share on other sites More sharing options...
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