I am using VPS SSD from OVH and i don't have Game Firewall. So, i also want to know the rules in their free firewall(same as pictured in OP's post) so that i can block Ddos attacks.No need for ovh firewall if you are using ovh gaming firewall
any help you can reply me
My VPS is always in "permanent mode" cuz when in AUTO my servers shuts down for 20-30 Mins depending on attack but if i don't configure the firewall(firewall without any rules), my server gets 90% packet Loss and after 1 minute it shuts down(gets Nullrouted somehow). So basically i really need the "proper" firewall rules so that VAC should let legitimate data pass and my server don't shut down.put it in "permanent mode"
I have very little budget because i just need to host a teamspeak server on it and nothing elseI can provide to you 4GbB OVH Game VPS with 31.99$
If you want another one juat tell me your budget and i will tell you what can i offer to you
Can you pay 4$?I have very little budget because i just need to host a teamspeak server on it and nothing else
Umm well its $ 0.51 more than OVH Vps so yeah i can arrange that but there is one more problem. I don't have paypal cuz paypal is not in my country I can pay you via Skrill though cuz i do have CCCan you pay 4$?
Then it impossible for me Can you still help me setting the correct rules in OVH firewall?idk , i just can get payments with paypal .
iptables -A INPUT -p udp --dport 9987 -m connlimit --connlimit-above 5 -j DROP; #Max 5 users per ip
iptables -A INPUT -p udp -m udp -m state --state NEW -m recent --set --name UDPFLOOD --rsource;
iptables -A INPUT -p udp -m udp --dport 9987 -m state --state NEW -m recent --update --seconds 1 --hitcount 5 --rttl --name UDPFLOOD --rsource -j DROP; #limit connections to 5 per second