summaryrefslogtreecommitdiff
path: root/extensions/libxt_TEE.man
diff options
context:
space:
mode:
authorHyungKyu Song <hk76.song@samsung.com>2013-02-16 00:06:47 +0900
committerHyungKyu Song <hk76.song@samsung.com>2013-02-16 00:06:47 +0900
commitebceb903d97f38aa6f4110c455367492c8b94f6c (patch)
tree5d21c5f26a156067e733c9faa79782ecc26196e9 /extensions/libxt_TEE.man
parentdbc5ef4889caa206f4d47d83345357780ceef73e (diff)
downloadiptables-ebceb903d97f38aa6f4110c455367492c8b94f6c.tar.gz
iptables-ebceb903d97f38aa6f4110c455367492c8b94f6c.tar.bz2
iptables-ebceb903d97f38aa6f4110c455367492c8b94f6c.zip
Diffstat (limited to 'extensions/libxt_TEE.man')
-rw-r--r--extensions/libxt_TEE.man12
1 files changed, 12 insertions, 0 deletions
diff --git a/extensions/libxt_TEE.man b/extensions/libxt_TEE.man
new file mode 100644
index 0000000..456d150
--- /dev/null
+++ b/extensions/libxt_TEE.man
@@ -0,0 +1,12 @@
+The \fBTEE\fP target will clone a packet and redirect this clone to another
+machine on the \fBlocal\fP network segment. In other words, the nexthop
+must be the target, or you will have to configure the nexthop to forward it
+further if so desired.
+.TP
+\fB\-\-gateway\fP \fIipaddr\fP
+Send the cloned packet to the host reachable at the given IP address.
+Use of 0.0.0.0 (for IPv4 packets) or :: (IPv6) is invalid.
+.PP
+To forward all incoming traffic on eth0 to an Network Layer logging box:
+.PP
+\-t mangle \-A PREROUTING \-i eth0 \-j TEE \-\-gateway 2001:db8::1