Does anyone have any good suggestions on ways to implement DOS protection by enabling rate-limiting features on serial interfaces? Also by enabling such a feature what type of burden would I expect to be placed on the router's processor? Any suggestions?
rain - from what i understand if you're not using firewall/nat'ting then there are a couple of things you can do. Anyone feel free to correct me if i'm wrong. First, make sure you have "no ip directed-broadcast" conf. on the interface and in global conf specify "no ip source-route" . Also, it is a v. good idea to simply put an Access-list denying any icmp traffic from the outside world or you could configure QoS to put ICMP traffic at the lowest priority.
"access-list 101 permit icmp yourmachine any" (you'll prob. want some admin machines to be able to ping)
"access-list 101 deny icmp any any"
basically, when ip redirects is enabled, it is allowed to forward received packets back out the interface in which is was received. there are instances where this needs to be done (ie HSRP), but unless you have to, its a bad idea to leave this enabled.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.