diff options
author | Bart De Schuymer <bdschuym@pandora.be> | 2003-08-14 19:33:11 +0000 |
---|---|---|
committer | Bart De Schuymer <bdschuym@pandora.be> | 2003-08-14 19:33:11 +0000 |
commit | 3a339f2f44bce4f464cb1b3b9f2b96fd8cb6f21f (patch) | |
tree | 782bda8bc918d20f7ccb7ad9daaf3cad5824c045 /ebtables.8 | |
parent | 5a82480de02277b7b85140dcd06c28f26d40c58f (diff) | |
download | ebtables-3a339f2f44bce4f464cb1b3b9f2b96fd8cb6f21f.tar.gz ebtables-3a339f2f44bce4f464cb1b3b9f2b96fd8cb6f21f.tar.bz2 ebtables-3a339f2f44bce4f464cb1b3b9f2b96fd8cb6f21f.zip |
add arpreply text
Diffstat (limited to 'ebtables.8')
-rw-r--r-- | ebtables.8 | 21 |
1 files changed, 20 insertions, 1 deletions
@@ -1,4 +1,4 @@ -.TH EBTABLES 8 "25 July 2003" +.TH EBTABLES 8 "14 August 2003" .\" .\" Man page written by Bart De Schuymer <bdschuym@pandora.be> .\" It is based on the iptables man page. @@ -671,6 +671,25 @@ will log the (r)arp information when a frame made by the (r)arp protocols matches the rule. The default is no (r)arp information logging. .SS TARGET EXTENSIONS .SS +.B arpreply +The +.B arpreply +target can be used in the +.BR PREROUTING " chain of the " nat " table." +If this target sees an arp request it will automatically reply +with an arp reply. The used MAC address for the reply can be specified. +When the arp message is not an arp request, it is ignored by this target. +.TP +.BR "--arpreply-mac " "\fIaddress\fP" +Specifies the MAC address to reply with: the Ethernet source MAC and the +ARP payload source MAC will be filled in with this address. +.TP +.BR "--arpreply-target " "\fItarget\fP" +Specifies the standard target. After sending the arp reply, the rule still +has to give a standard target so +.B ebtables +knows what to do. The default target is DROP. +.SS .B dnat The .B dnat |