Major Hayden 489f64a518 V-38539: Enable TCP SYN cookies
Implements: blueprint security-hardening

Change-Id: I146948876064c4b59ada78e9699954ec71747742
2015-10-09 10:30:12 -05:00

17 lines
837 B
ReStructuredText

The STIG recommends enabling TCP SYN cookies to deal with TCP SYN floods.
Ubuntu 14.04 already enables SYN cookies by default, and this role will ensure
that the default is maintained.
Keep in mind, however, that high-traffic environments may require TCP
SYN cookies to be disabled. Certain load balancers may forward requests in such
a way that web servers may think they're being SYN flooded during peak traffic
events. Putting well-configured hardware network devices in front of OpenStack
environments is always recommended and this may allow some deployers to turn
off SYN cookies within their environment.
For more information on TCP SYN cookies and TCP SYN floods, refer to these
links:
* `Wikipedia: SYN flood <https://en.wikipedia.org/wiki/SYN_flood>`_
* `Wikipedia: SYN cookies <https://en.wikipedia.org/wiki/SYN_cookies>`_