All of lore.kernel.org
 help / color / mirror / Atom feed
* It is correct to write: iptables -A INPUT -i ppp+,eth0+,tap+   . . .
@ 2013-05-19 15:39 julioarr
  2013-05-25 12:41 ` Pascal Hambourg
  0 siblings, 1 reply; 2+ messages in thread
From: julioarr @ 2013-05-19 15:39 UTC (permalink / raw)
  To: netfilter

Hello again

It is correct to write:

iptables -A INPUT -i ppp+,eth0+,tap+ ...

or it is need to write:

iptables -A INPUT -i ppp+ ...
iptables -A INPUT -i eth+ ...
iptables -A INPUT -i tap+ ...

thanks,
julio


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

* Re: It is correct to write: iptables -A INPUT -i ppp+,eth0+,tap+ . . .
  2013-05-19 15:39 It is correct to write: iptables -A INPUT -i ppp+,eth0+,tap+ . . julioarr
@ 2013-05-25 12:41 ` Pascal Hambourg
  0 siblings, 0 replies; 2+ messages in thread
From: Pascal Hambourg @ 2013-05-25 12:41 UTC (permalink / raw)
  To: julioarr; +Cc: netfilter

Hello,

julioarr@fisica.uh.cu a écrit :
> 
> It is correct to write:
> 
> iptables -A INPUT -i ppp+,eth0+,tap+ ...

No. It won't match anything.

> or it is need to write:
> 
> iptables -A INPUT -i ppp+ ...
> iptables -A INPUT -i eth+ ...
> iptables -A INPUT -i tap+ ...

Yes.

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

end of thread, other threads:[~2013-05-25 12:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-19 15:39 It is correct to write: iptables -A INPUT -i ppp+,eth0+,tap+ . . julioarr
2013-05-25 12:41 ` Pascal Hambourg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.