[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Активный FTP



Есть в сети ftp сервак он же прокся.
При этих правилах пускать пускает, но ни список
файлов/диркторий не выдает долго думает (точнее
ждет ответа)

${IPTABLES} -A INPUT --protocol tcp -j TCP_PACKETS

${IPTABLES} -A TCP_PACKETS \
           --source ${LAN_IP_RANGE} --destination ${LAN_IP} \
           --destination-port 20 -j ALLOWED
${IPTABLES} -A TCP_PACKETS -p TCP \
            --source ${LAN_IP_RANGE} --destination ${LAN_IP} \
            --destination-port 21 -j ALLOWED 

${IPTABLES} -A ALLOWED -p TCP -m state --state ESTABLISHED,RELATED -j ACCEPT
${IPTABLES} -A ALLOWED -p TCP --syn -j ACCEPT

${IPTABLES} -A ALLOWED -p TCP -j DROP

модули ip_contrac_ftp, ip_nat_ftp есть

Что здесь не так

-- 
.: StreSS <aka ShaD0FF>                        :.
.: ICQ - 121525811                             :.
.: Tula Unix User Group http://www.tuug.h16.ru :.
.: Vita sene liberate nihil                    :.



Reply to: