Hallo,
i have set up a full working bridge. Everythin runs fine. I am only
having some problems with configuring the iptables firewall.
I want to set up some rule like the following one
iptables -A FORWARD --in-interface eth1 --out-interface eth0 -p tcp
--dport 8080 -j LOG
iptables -A FORWARD --in-interface eth1 --out-interface eth0 -p tcp
--dport 8080 -j ACCEPT
IPTABLES accept the rules without error but it doesnt work. No packets
match the rules and they all get forwarded without
logging.
The exact same iptables command without specifying the --in-interfaces
and --out-interface works fine.
I would be glad if anyone can help me.
Thanks
Michael