On Wed, Mar 20, 2002 at 01:43:51PM -0500, Eric Daigneault wrote:
> Hi everyone,
> 
> I have a small prob (dho).  When I try rsync -gp 
> 128.128.X.X:/home/netair/FARE_*.TXT /home/netair/.  It is suppose to sync 
> the file on 128.128.X.X with the one on the local host.  But it's look like 
> my IPTables script block something.... I'have try to open the rsync port, 
> put it look like it's something else.

Are you logging all your packets before you DROP them?  Put something
like this at places where you drop (or go to the default action which
is probably drop):
        -j LOG --log-prefix "DROP "
and see what's getting dropped.

Chris

Reply via email to