Displaying 1 result from an estimated 1 matches for "tap40".
Did you mean:
tap0
2017 Apr 04
0
[Bug 1143] New: physdev extension not working
...Component: iptables
Assignee: netfilter-buglog at lists.netfilter.org
Reporter: phaoost at gmail.com
Hello,
I find physdev match is not working.
I am trying to drop tcp traffic on bridged port but it shows no effect:
I run on machine with bridge:
~# brctl show|grep tap40
tap40
~# iptables -I FORWARD -m physdev --physdev-is-bridged --physdev-out tap40 -p
tcp -j DROP
Then from other machine I am trying to reach the IP behind tap40 interface with
telnet and getting connected.
~# iptables -nvL|grep phy
0...