My site has been attacked by SYN Flood

Status
Not open for further replies.

chipve

Active Member
398
2010
25
1,530
Hi all , yesterday , My site has been attacked by SYN Flood and my vps has been suspend :facepalm:, when i support , they opened my vps but still flooded with syn so suspend again :facepalm: , Can you help me :(
 
3 comments
Note: You may not have the privileges to do these steps on vps , forward it to your vps provider
Add the following lines to your /etc/sysctl.conf file
# Prevent against the common 'syn flood attack'
net.ipv4.tcp_syncookies = 1
What it does ?
Prevent against syn flood
After you modify the file , type this command in ssh to load new settings
sysctl -p

Hope i helped:P
 
Status
Not open for further replies.
Back
Top