]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add support for stealth forwarding (forwarding packets without touching
authordes <des@FreeBSD.org>
Mon, 22 Feb 1999 18:19:57 +0000 (18:19 +0000)
committerdes <des@FreeBSD.org>
Mon, 22 Feb 1999 18:19:57 +0000 (18:19 +0000)
commit2f3574b0d4cb7a8667a429bba306179dc71ce610
treebde08a569ee0edca7aa65ffd0b9a03adca780034
parentd51135c0c3ce43b173e455e0e5a42cf324e3e282
Add support for stealth forwarding (forwarding packets without touching
their ttl). This can be used - in combination with the proper ipfw
incantations - to make a firewall or router invisible to traceroute
and other exploration tools.

This behaviour is controlled by a sysctl variable (net.inet.ip.stealth)
and hidden behind a kernel option (IPSTEALTH).

Reviewed by: eivind, bde
sys/conf/NOTES
sys/conf/options
sys/i386/conf/LINT
sys/i386/conf/NOTES
sys/netinet/ip_input.c