From: Giang Hu <fre...@gm...> - 2005-04-30 11:40:39
Hi ralph,
Have you ever try with something like this:
# Custom Rules
<chain name="FORWARD" default="DROP">
<rule target="bwmd">
eth1
</rule>
<rule target="bwmd">
eth0
</rule>
<rule target="bwmd">
lo
</rule>
</chain>
(Have a look at bwm_firewall, it may be helpful)
Have a nice day,
Giang Hu