Quote:
Originally Posted by 0x29a
Sorry to pester about this, but I was wondering if you could clarify this statement for me so I can see about implementing it on my network.
|
Hi Andrew,
My comment is specifically about the network itself, and not any particular application, but...
Say your ISP/Network is assigned the subnet 20.30.40.0/24. At your border routers you would have ingress and an egress ACLs or firewall rules that:
a. only allow traffic into your network if it is destined for an IP in the 20.30.40.0/24 subnet (ingress)
b. only allow traffic out of your network it it comes from an IP in the 20.30.40.0/24 subnet (egress)
This ensures that:
a. you only accept traffic that is destined for a host on your network (usually this isn't an issue because it'll probably just get bounced back out via your default route when your border router realises that it cant actually reach the "bogus" destination, but might end up coming back in again, i.e. routing loop, or might just end up being null routed if there is no default route)
b. more importantly, you wont allow traffic to exit your network where the source address has been spoofed
b is the more important of the two. Traffic shouldn't exit your network from IPs that don't live on it. :-)