Syn Flood???
Jan 13 04:48:29 bsd2 /kernel: Limiting open port RST response from 438 to 300 packets per secondJan 13 04:48:35 bsd2 /kernel: Limiting open port RST response from 432 to 300 packets per second
Jan 13 04:48:35 bsd2 /kernel: Limiting open port RST response from 432 to 300 packets per second
Jan 13 04:48:40 bsd2 /kernel: Limiting open port RST response from 428 to 300 packets per second
Jan 13 04:48:40 bsd2 /kernel: Limiting open port RST response from 428 to 300 packets per second
Jan 13 04:48:45 bsd2 /kernel: Limiting open port RST response from 358 to 300 packets per second
Jan 13 04:48:45 bsd2 /kernel: Limiting open port RST response from 358 to 300 packets per second
Jan 13 04:48:46 bsd2 /kernel: Limiting open port RST response from 427 to 300 packets per second
Jan 13 04:48:46 bsd2 /kernel: Limiting open port RST response from 427 to 300 packets per second
Jan 13 04:48:52 bsd2 /kernel: Limiting open port RST response from 428 to 300 packets per second
Jan 13 04:48:52 bsd2 /kernel: Limiting open port RST response from 428 to 300 packets per second
Jan 13 04:48:57 bsd2 /kernel: Limiting open port RST response from 437 to 300 packets per second
Jan 13 04:48:57 bsd2 /kernel: Limiting open port RST response from 437 to 300 packets per second
Jan 13 04:48:59 bsd2 /kernel: Limiting open port RST response from 406 to 300 packets per second
Jan 13 04:48:59 bsd2 /kernel: Limiting open port RST response from 406 to 300 packets per second
Jan 13 04:49:03 bsd2 /kernel: Limiting open port RST response from 339 to 300 packets per second
Jan 13 04:49:03 bsd2 /kernel: Limiting open port RST response from 339 to 300 packets per second
Jan 13 04:49:04 bsd2 /kernel: Limiting open port RST response from 427 to 300 packets per second
Jan 13 04:49:04 bsd2 /kernel: Limiting open port RST response from 427 to 300 packets per second
Jan 13 04:49:09 bsd2 /kernel: Limiting open port RST response from 429 to 300 packets per second
Jan 13 04:49:09 bsd2 /kernel: Limiting open port RST response from 429 to 300 packets per second
Jan 13 04:49:15 bsd2 /kernel: Limiting open port RST response from 443 to 300 packets per second
Jan 13 04:49:15 bsd2 /kernel: Limiting open port RST response from 443 to 300 packets per second
Getting pretty annoying and keep printing on screen. Here's my ipfw.sh
/sbin/ipfw add 00001 allow tcp from any to any 22
/sbin/ipfw add 00002 allow tcp from any 22 to any
/sbin/ipfw add 00003 allow tcp from any to any 80
/sbin/ipfw add 00004 allow tcp from any 80 to any
/sbin/ipfw add 00005 allow tcp from any to any 88
/sbin/ipfw add 00006 allow tcp from any 88 to any
/sbin/ipfw add 00007 allow tcp from any to any 89
/sbin/ipfw add 00008 allow tcp from any 89 to any
/sbin/ipfw add 00009 allow tcp from any to any 90
/sbin/ipfw add 00010 allow tcp from any 90 to any
/sbin/ipfw add 00011 allow tcp from any to any 21
/sbin/ipfw add 00012 allow tcp from any 21 to any
/sbin/ipfw add 00013 allow tcp from any to any 20
/sbin/ipfw add 00014 allow tcp from any 20 to any
/sbin/ipfw add 00015 allow icmp from me to any out icmptypes 0,0
/sbin/ipfw add 00016 allow icmp from any to me in icmptypes 8,0
/sbin/ipfw add 00100 allow ip from any to any via lo0
/sbin/ipfw add 00200 deny ip from any to 127.0.0.0/8 via lo0
/sbin/ipfw add 00300 check-state
/sbin/ipfw add 65534 deny log ip from any to any
What else should I do? Or what should I remove?