Linux Netfilter discussions
 help / color / mirror / Atom feed
* --arpop question
@ 2013-05-23  8:50 Karolis B.
  2013-05-23  9:52 ` Arturo Borrero Gonzalez
  0 siblings, 1 reply; 3+ messages in thread
From: Karolis B. @ 2013-05-23  8:50 UTC (permalink / raw)
  To: netfilter

Hello,
I want to disable ARP requests on usb0 interface. Reading man page seems
like "--arpop Request" would do what I want, but an error occurs using it:

$sudo arptables -A OUTPUT -o usb0 --arpop Request -j DROP
Bad argument `Request'

Regards,
Karolis B.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: --arpop question
  2013-05-23  8:50 --arpop question Karolis B.
@ 2013-05-23  9:52 ` Arturo Borrero Gonzalez
  2013-05-23 10:18   ` Karolis B.
  0 siblings, 1 reply; 3+ messages in thread
From: Arturo Borrero Gonzalez @ 2013-05-23  9:52 UTC (permalink / raw)
  To: Karolis B.; +Cc: Netfilter Users Mailing list

2013/5/23 Karolis B. <kbart.misc@gmail.com>:
> Hello,
> I want to disable ARP requests on usb0 interface. Reading man page seems
> like "--arpop Request" would do what I want, but an error occurs using it:
>
> $sudo arptables -A OUTPUT -o usb0 --arpop Request -j DROP
> Bad argument `Request'
>

Hi,

in my system:

# arptables -A OUTPUT -o usb0 --arpop Request -j DROP
Bad argument `Request'
[...]
# arptables -A OUTPUT -o usb0 --opcode 1 -j DROP

i'm using Debian Wheezy with arptables 0.0.3.4-1

Best regards.

--
Arturo Borrero González

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: --arpop question
  2013-05-23  9:52 ` Arturo Borrero Gonzalez
@ 2013-05-23 10:18   ` Karolis B.
  0 siblings, 0 replies; 3+ messages in thread
From: Karolis B. @ 2013-05-23 10:18 UTC (permalink / raw)
  To: Arturo Borrero Gonzalez; +Cc: Netfilter Users Mailing list

On 05/23/2013 12:52 PM, Arturo Borrero Gonzalez wrote:
>
> Hi,
>
> in my system:
>
> # arptables -A OUTPUT -o usb0 --arpop Request -j DROP
> Bad argument `Request'
> [...]
> # arptables -A OUTPUT -o usb0 --opcode 1 -j DROP
>
> i'm using Debian Wheezy with arptables 0.0.3.4-1
>
> Best regards.
>
> --
> Arturo Borrero González

That did the trick, thank you! My bad, looks like I was reading outdated 
man page on Internet..

Regards,
Karolis B.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-05-23 10:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-23  8:50 --arpop question Karolis B.
2013-05-23  9:52 ` Arturo Borrero Gonzalez
2013-05-23 10:18   ` Karolis B.

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox