|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Subject: Re: DDOS Attack Mitigation
From: Bennett Todd (bet
RAHUL.NET)Date: Tue Feb 15 2000 - 18:12:48 CST
- Next message: Ryan Russell: "Re: snmp problems still alive..."
- Previous message: Jan van de Rijt: "Doubledot bug in FrontPage FrontPage Personal Web Server."
- In reply to: Julien Nadeau: "Re: DDOS Attack Mitigation"
- Next in thread: Julien Nadeau: "rp_filter? (was Re: DDOS Attack Mitigation)"
- Next in thread: John Payne: "Re: DDOS Attack Mitigation"
- Reply: Bennett Todd: "Re: DDOS Attack Mitigation"
- Reply: Julien Nadeau: "rp_filter? (was Re: DDOS Attack Mitigation)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
2000-02-14-13:44:09 Julien Nadeau:
> A solution would be for kernels to provide an option to keep a
> local IP lookup table which could be simply based on network
> interfaces; of course, given an stable implementation, this option
> enabled by default would take care of spoofing problems for admins
> who don't think much about what they're sending out -- i mean,
> they're big part of the problem.
Linux already has such an option; just go
for f in /proc/sys/net/ipv4/conf/*/rp_filter; do
echo 1 > $f
done
and the routing logic will drop packets with forged source addrs.
It's not on by default. Yet.
I theorize that this will be an option, turned on by default,
on most or all routers, before much longer. Kinda like how MTAs
switched to disabling open relaying by default when the spammers got
to be too much of a nuisance.
-Bennett
- application/pgp-signature attachment: stored
- Next message: Ryan Russell: "Re: snmp problems still alive..."
- Previous message: Jan van de Rijt: "Doubledot bug in FrontPage FrontPage Personal Web Server."
- In reply to: Julien Nadeau: "Re: DDOS Attack Mitigation"
- Next in thread: Julien Nadeau: "rp_filter? (was Re: DDOS Attack Mitigation)"
- Next in thread: John Payne: "Re: DDOS Attack Mitigation"
- Reply: Bennett Todd: "Re: DDOS Attack Mitigation"
- Reply: Julien Nadeau: "rp_filter? (was Re: DDOS Attack Mitigation)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]