考试网 >> IT认证 >> 思科 >> Cisco指导 >> 路由器安全配置速查表(二)

路由器安全配置速查表(二)

发布时间:2006-06-28 05:39     点击:
分页:上一页  1 [2] 3 4 5  下一页

Block illegal addresses at the outgoing interfaces. Besides preventing an attacker from using the router to attack other sites, it helps identify poorly configured internal hosts or networks. This approach may not be feasible for complicated networks. [RFC 2827] 



fumtek(config)# no access-list 101 

fumtek(config)# access-list 101 permit ip 14.2.6.0 0.0.0.255 any 

fumtek(config)# access-list 101 deny ip any any log 

fumtek(config)# no access-list 102 

fumtek(config)# access-list 102 permit ip any 14.2.6.0 0.0.0.255 

fumtek(config)# access-list 102 deny ip any any log 

fumtek(config)# interface eth 1 

fumtek(config-if)# ip access-group 101 in 

fumtek(config-if)# exit 

fumtek(config)# interface eth 0 

fumtek(config-if)# ip access-group 101 out 

fumtek(config-if)# ip access-group 102 in 



4. Block packets coming from the outside (untrusted network) that are obviously fake or have source or destination addresses that are reserved, for example networks 0.0.0.0/8, 10.0.0.0/8, 169.254.0.0/16, 172.16.0.0/20, 192.168.0.0/16. This protection should be part of the overall traffic filtering at the interface attached to the external, 
分页:上一页  1 [2] 3 4 5  下一页
版权申明:未经书面授权请勿转载本站信息!!作品版权归所属媒体与作者所有!!
发表评论: 匿名发表 用户名: 查看评论
您将承担一切因您的行为、言论而直接或间接导致的民事或刑事法律责任
留言板管理人员有权保留或删除其管辖留言中的任意内容
本站提醒:不要进行人身攻击。谢谢配合。
在本站搜索相关信息
2003-2005 Ksw123.com All Rights Reserved. - TOP
Copyright © 2006 Ksw123.com. All rights reserved.中国考题网 版权所有