Guilherme.
Fiz sim....testei tudo....com telnet....
agora...externo não vai de maneira nenhuma....
já estou até apelando....rsrs...olha ai...
Então vamos ao problema:
Seguindo a ordem do FW
#redirecionamentos
rdr on $extIF proto {tcp,udp} from any to $ext_net port 20 ->
192.168.1.207 port 20
rdr on $extIF proto {tcp,udp} from any to $ext_net port 2121 ->
192.168.1.207 port 21 # // ftp
rdr on $extIF proto {tcp,udp} from any to $ext_net port 50100:50250 ->
192.168.1.207 port 50100:50250
# liberando a maquina somente para testes (esta maquina já tem gw para
o FW)
nat on $extIF from 192.168.1.207 to any -> $ext_net
# FTP LL
#pass in quick on $extIF proto tcp from any to $intIF port 2121 flags
S/SA keep state
#pass in quick on $extIF proto tcp from any to $ftp port 2121 flags S/
SA keep state
# FTP
#pass in quick on $extIF proto tcp from any port 20 to $intIF port >
49000 user proxy flags S/SA keep state
#pass in quick on $extIF proto tcp from any to $intIF port > 49000
user proxy flags S/SA keep state
#pass in quick on $extIF proto tcp from any to $intIF port 21 flags S/
SA keep state
#pass in quick on $extIF proto tcp from any to $ftp port 21 flags S/SA
keep state
#pass in quick on $extIF proto tcp from any to $intIF port > 49000
user proxy flags S/SA keep state
FTPPORTS="{ 50099 >< 50251 }" # Range de portas usadas pelo FTP
ativo
pass in quick on $extIF proto tcp from any port 20 to $intIF port
$FTPPORTS flags S/SA keep state
On Nov 22, 7:46 pm, Guilherme Alves <
guilhermear...@gmail.com> wrote:
> Posta ai a configuração do seu server FTP que fica mais fácil.
>
> Eu tb acredito que o problema é com a porta de dados, como o Bueno.
> Você testou pra ver se o FTP esta mesmo configurado para as portas 50100 a
> 50250??
> Pode ser que localmente ele execute na 20 e você não perceba.
>
> att,
>
> 2010/11/22 ClaudioM <
cmerca...@gmail.com>