Can Compatible Systems device filters be configured to prevent IP spoofing?
A. “The best method of preventing the IP spoofing problem is to install a filtering router that restricts the input to your external interface (known as an input filter) by not allowing a packet through if it has a source address from your internal network…” says CERT in an advisory. Yes. The only routers that do not support IP packet filters are the 1000R and 3000E. In order to prevent spoofing, you want two rules that look like this: deny x.x.x.0/24 0.0.0.0 IP permit 0.0.0.0 0.0.0.0 IP Where x.x.x.0/24 is your Class C address. (This assumes you have an entire class C.) This is a limited filter set. The last rule is to permit all other traffic since the default mechanism of the filtering function is to drop all packets not specifically permitted by the filter rules on a port.