I've used a simple iptables rule to test some idea, but I can see it's not picking any packet on tap interface.
Is that normal?
results:
Is that normal?
Code:
root@node01:~# iptables -I FORWARD -i tap101i0
Code:
root@node01:~# iptables -L FORWARD -v -n
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
0 0 all -- tap101i0 * 0.0.0.0/0 0.0.0.0/0