if [ "$USE_FTP_PROXY" == "yes" ]; then $IPT -t nat -A PREROUTING -p tcp -i $LAN -d ! $INET_IP --dport 21 \ -j REDIRECT --to-port $FTP_PROXY_PORT fi
I wonder what i should use for same effect on localhost.
$IPT -t nat -A OUTPUT -p tcp -o $INET -d ! $INET_IP --dport 21 \ -j REDIRECT --to-port $FTP_PROXY_PORT
didn't worked :(
_______________________________________________ LARTC mailing list / LARTC@xxxxxxxxxxxxxxx http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/