Em 22/07/06, Gelsimauro Batista dos Santos<[EMAIL PROTECTED]> escreveu:
> Vejam as regras abaixo:
>
> #Portas Permitidas
> /sbin/ipfw -f flush
> /sbin/ipfw add 50 allow ip from any to any via lo0
> /sbin/ipfw add 51 deny ip from any to 127.0.0.0/8
> /sbin/ipfw add 52 allow udp from any to any dst-port
> 20,21,22,25,53,80,110,3306,10000
> /sbin/ipfw add 53 allow tcp from any to any dst-port
> 20,21,22,25,53,80,110,3306,10000
> /sbin/ipfw add 54 allow udp from any to any src-port
> 20,21,22,25,53,80,110,3306,10000
> /sbin/ipfw add 55 allow tcp from any to any src-port
> 20,21,22,25,53,80,110,3306,10000
>
> #Bloqueando Restante do Trafego
> /sbin/ipfw add 65534 deny all from any to any
>
> O meu problema é com o FTP liberei a porta 20 e 21 mas quando tento logar com
> usuário e senha pelo Internet Explorer ele me diz que talvez não tenha
> permissão para essa operação.
> Quais portas tenho que liberar pra usar o FTP???
>
>
>
> Gelsimauro Batista dos Santos
>
> -------------------------
> Histórico: http://www.fug.com.br/historico/html/freebsd/
> Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd
>

Gelsimauro,

Lembra que o "ftp passivo" usa portas altas, acima de 1024?

-- 
Celso Vianna
BSD User: 51318
http://www.bsdcounter.org

63 8404-8559
Palmas/TO
-------------------------
Histórico: http://www.fug.com.br/historico/html/freebsd/
Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd

Responder a