20.11.2010 14:49, Robin Green пишет:
Have you tried using the -t option to iptables?
Yes, of course.
I made a test filter
===
<filter name='test' chain='ipv4'>
<!-- drop if destination IP address is in the 10.35.40.6 -->
<rule action='drop' direction='out'>
<ip dstipaddr='10.35.40.6' dstipmask='32' />
</rule>
<!-- not doing anything with receiving side ... -->
</filter>
===
the rule is working, but I can not see it in any of the tables