diff options
author | ru <ru@FreeBSD.org> | 2000-10-30 09:44:20 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-10-30 09:44:20 +0000 |
commit | 6667b54a02f866a7bb13506c120508e43cd634d7 (patch) | |
tree | d8d9d446f6af34e96cc767eb832d9719d60b335c /sbin | |
parent | cc816837b46b09d068651c0666c59f27271ccc04 (diff) | |
download | FreeBSD-src-6667b54a02f866a7bb13506c120508e43cd634d7.zip FreeBSD-src-6667b54a02f866a7bb13506c120508e43cd634d7.tar.gz |
IPFW does not discard *any* IP fragments with OFF=1, only TCP ones.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ipfw/ipfw.8 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index 3e50043..3f7ef31 100644 --- a/sbin/ipfw/ipfw.8 +++ b/sbin/ipfw/ipfw.8 @@ -1052,12 +1052,14 @@ It is a good idea to be near the console when doing this. Don't forget the loopback interface. .El .Sh FINE POINTS +.Bl -bullet +.It There is one kind of packet that the firewall will always -discard, that is an IP fragment with a fragment offset of +discard, that is a TCP packet's fragment with a fragment offset of one. This is a valid packet, but it only has one use, to try to circumvent firewalls. -.Pp +.It If you are logged in over a network, loading the .Xr kld 4 version of @@ -1075,7 +1077,7 @@ ipfw flush .Ed .Pp in similar surroundings is also a bad idea. -.Pp +.It The .Nm filter list may not be modified if the system security level @@ -1085,6 +1087,7 @@ see .Xr init 8 for information on system security levels .Pc . +.El .Sh PACKET DIVERSION A .Xr divert 4 |