[FUGSPBR] conexão wu-ftpd lenta - telnet e ssh ok
    FreeBSD em cnt.org.br 
    FreeBSD em cnt.org.br
       
    Qua Set 12 11:38:03 BRT 2001
    
    
  
Ola pessoall
Estou encontrando alguns problemas no wu-ftp 2.6.1(1) e gostaria de uma 
ajuda.
Fiz a instala??o do FreeBSD 4.4 rc2 com o wu-ftp e antes de mudar no 
/etc/inetd.conf eu 
testei a conex?o FTP e funcionou muito rapido.
        Conectado a 192.168.0.1.
        220 BSDsrv01.intranet.com.br FTP server (Version 6.00LS) ready.
        Usu?rio (192.168.0.1:(none)): teste
        331 Password required for (teste).
Agora, quando eu mudo para o wu-ftp no /etc/inetd.conf, a conex?o com o 
servi?o de FTP
demora muito e as vezes n?o conecta.
Desde ja agrade?o....
Minha configura??o:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - -
# /etc/inetd.conf
ftp     stream  tcp     nowait  root    /usr/local/libexec/ftpd ftpd -l -a
Meu DNS ( eu acho que esta ok ) esta configurado assim:
# /etc/defaults/rc.conf
------------------------------------------------------------------------------------------
named_enable="YES"
named_program="named"
named_flags="-u bind -g bind"
# /etc/namedb/named.conf
------------------------------------------------------------------------------------------
options {
        directory "/etc/namedb";
};
zone "." {
        type hint;
        file "named.root";
};
zone "0.0.127.IN-ADDR.ARPA" {
        type master;
        file "localhost.rev";
};
zone "0.168.192.in-addr.arpa" {
        type master;
        file "dns/0.168.192.in-addr.arpa";
};
zone "intranet.com.br" {
        type master;
        file "dns/intranet.com.br";
};
# /etc/namedb/localhost.rev
------------------------------------------------------------------------------------------
;
$TTL    3600
@       IN      SOA     BSDsrv01.intranet.com.br. 
root.BSDsrv01.intranet.com.br.  (
                                20001218        ; Serial
                                3600    ; Refresh
                                900     ; Retry
                                3600000 ; Expire
                                3600 )  ; Minimum
        IN      NS      BSDsrv01.intranet.com.br.
1       IN      PTR     localhost.intranet.com.br.
# /etc/namedb/dns/0.168.192.in-addr.arpa
------------------------------------------------------------------------------------------
;
$TTL    3600
@       IN      SOA     BSDsrv01.intranet.com.br. 
root.BSDsrv01.intranet.com.br.  (
                                20001218        ; Serial
                                3600    ; Refresh
                                900     ; Retry
                                3600000 ; Expire
                                3600 )  ; Minimum
        IN      NS      BSDsrv01.intranet.com.br.
1       IN      PTR     BSDsrv01.intranet.com.br.
# /etc/namedb/dns/intranet.com.br
------------------------------------------------------------------------------------------
;
$TTL 3600
@       IN      SOA     BSDsrv01.intranet.com.br. 
root.BSDsrv01.intranet.com.br.  (
                                110800  ; Serial Number
                                3600    ; Refresh
                                900     ; Retry
                                86400   ; Expire
                                3600 )  ; Minimum
;
;   Zone NS records
;
        IN      NS      ns-1.intranet.com.br.
;
;   Zone records
;
                IN      A         192.168.0.1
                IN      MX      10 mail.intranet.com.br.
mail            IN      A         192.168.0.1
ns-1            IN      A         192.168.0.1
BSDsrv01        IN      A         192.168.0.1
-------------- Próxima Parte ----------
Um anexo em HTML foi limpo...
URL: <http://www.fug.com.br/pipermail/freebsd/attachments/20010912/e3daa192/attachment.html>
    
    
Mais detalhes sobre a lista de discussão freebsd