Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 03-28-2006, 04:16 PM   #1 (permalink)
 
Ultra Techie

Join Date: Oct 2003

Posts: 544

fitzjj

Question help with iptables

I've been playing around with iptables recently, however one line that appears when running "iptables -L" is the following:
Code:
target  prot  opt  source      destination
LOG     tcp    --   anywhere   anywhere     limit: avg 6/hour burst 5 tcp flags:SYN,RST,ACK/SYN LOG level alert prefix `Intrusion -> '
It appears in both my INPUT and FORWARD chains, but can anyone explain what it is actually for and also what command i would use to apply this rule again if i were to flush the tables?

thanks
fitzjj is offline  
Old 03-28-2006, 05:15 PM   #2 (permalink)
 
Master Techie

Join Date: Apr 2004

Posts: 2,534

horndude is on a distinguished road

Default

its for dumping and logging intrusion attempts using ack/syn packets

dont remember off the top of my head which command you'd use to set it up again, but it should be in the man pages or FAQ's/How-to's either on your system or at http://www.tldp.org
horndude is offline  
 
Closed Thread

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 On