Networking Forums

Networking Forums > Computer Networking > Linux Networking > syn flood understanding

Reply
Thread Tools Display Modes

syn flood understanding

 
 
Andy
Guest
Posts: n/a

 
      11-08-2007, 05:07 PM
Hi folks Ii've got an understanding problem.

# dmesg
yields lots of
"possible SYN flooding on port 25 sending cookies."

Right here goes...


I run qmail and can set the incomming concurrency value e.g.
100 to start up to 100 processes listening on port 25.

Is the syn flood:-
1. More emails trying to make a tcp connection but failing
to find a process to handle the data?

or
2. More than the kernel's default number of tcp SYN packets
coming in per second ? What is that default?

or
3. Assuming that the kernel sends a tcp SYN-ACK immediately
on receiving a SYN packet and assuming that many will be
faked IP's, is the SYN flood report based on the time it
takes to receive the ACK packet from any genuine IP's ?
(Since a SYN-ACK sent to an IP which didn't request one will
be dropped - or is that the purpose of these kernel cookies?)



All of the websites I've found which suggest an iptables
ruleset use the --limit.. as in
# iptables -A FORWARD -p tcp --syn -m limit --limit 1/s -j
ACCEPT

I guess this will affect genuine and spoofed IP attempted
connections.

Is there anyway of setting a snesible time for the final ACK
of the tcp handshake? (assuming that a genuine connection
request will respond quickly and a faked IP won't respond at
all)

Sorry for so many questions, feel free to answer any parts
you can.

Thanks
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Flood ping Konrado5 Linux Networking 9 05-24-2007 02:20 PM
Flood to Host? Nigel M Broadband 0 05-05-2005 03:03 PM
SYN Flood: MN-700 Shuts Down Management Tool Steven E. Woolard Broadband Hardware 8 02-11-2004 05:36 PM
ARP flood =?Utf-8?B?TG9zdE5ldHdvcmtlcg==?= Windows Networking 5 12-15-2003 06:05 PM
How do I track a ARP flood =?Utf-8?B?Q2hyaXMgSGFsdmVyc29u?= Windows Networking 1 12-12-2003 02:24 PM



1 2 3 4 5 6 7 8 9 10 11