Other possible protection against RST/SYN attacks (was Re: TCP RST attack

Charles Swiger cswiger at mac.com
Wed Apr 21 13:35:49 PDT 2004


On Apr 21, 2004, at 4:14 PM, Mike Tancsa wrote:
> What side effects if any are there?  Why is the default 64 and not 
> some other number like 255...

The default TTL gets decremented with every hop, which means that a 
packet coming in with a TTL of 255 had to be sent by a directly 
connected system.  [ip_ttl is an octet, so it can't hold a larger TTL 
value.]  A packet with a TTL of 64 could have been many hops away.

-- 
-Chuck



More information about the freebsd-security mailing list