I'm in a Class B network. I was given a complete Class C to setup my internal hosts. I broke this down to 255.255.255.224
Following best security practices, I want to block my internal hosts on the external interface (prevent spoofing)
Wondering if I can block using the class C netmask?
i.e
xxx.xxx.75.0 255.255.255.0 subnetted to xxx.xxx.74.0 255.255.255.24
access-list outside-acl DENY IP xxx.xxx.75.0 255.255.255.0
or do I have to specifically deny each subnet/range?
thanks
MCSE/MCDBA
SANS GIAC + SANS FIREWALL