On 6 Jul 2005 00:38:53 -0700,
(E-Mail Removed) wrote:
> > set the default policy to drop (which you should do anyways)
> We tried that and nothing would work, ie we couldn't even log into the
> box let alone get our thin clients to come up.
If this is true, then the rules shown are not effective. The default
policy is used after all rules in a chain are tried. You have ACCEPT
rules, so if they were effective, the default policy would never be
used.
The easiest way to debug iptables problems is to insert log rules into
the stream of rules and then look at the console or /var/log/messages
to determine which rules are effective. LOG is a "non-terminating
target", so it will simply give you a message and not disrupt the
other rules (if properly placed). Use different --log-prefix strings
for each LOG rule so that you can tell them apart.
--
Dale Dellutri <(E-Mail Removed)> (lose the Q's)