TCP SYN碎片的防御

时间:2006-10-12 来源: 作者: 点击:
当你知道是哪一台机器受到攻击: accesslist 103 deny tcp any host 10.0.0.1 established ! Let established sessions run fine accesslist 103 permit tcp any host 10.0.0.1 ! We are just going to rate limit the initial tcp SYN packet, ! as the other packets
  
  当你知道是哪一台机器受到攻击:
  
  access−list 103 deny tcp any host 10.0.0.1 established
  !−− Let established sessions run fine
  access−list 103 permit tcp any host 10.0.0.1
  !−− We are just going to rate limit the initial tcp SYN packet, !−− as the other packets in interface
  rate−limit input access−group 103 8000 8000 8000 conform−action transmit exceed−action drop
  
  
  当你不知道哪一台机器或者几台受到攻击
  access−list 104 deny tcp any any established
  !−− Let established sessions run fine
  access−list 104 permit tcp any any
  !−− We are just going to rate limit the initial tcp SYN packet, as the other packets !−− in interface
  rate−limit input access−group 104 64000 8000 8000 conform−action transmit
  exceed−action drop
  
  
------分隔线----------------------------
顶一下
(0)
0%
踩一下
(0)
0%
------分隔线----------------------------
最新评论 查看所有评论
发表评论 查看所有评论
请自觉遵守互联网相关的政策法规,严禁发布色情、暴力、反动的言论。
评价:
表情:
用户名: 密码: 验证码:
推荐内容