[Sunhelp] OT? xinetd
    Alan Rubin 
    rubin at ezy.net
       
    Wed Oct 18 18:00:45 CDT 2000
    
    
  
if anyone is using xinetd and can shed some light on an ftp problem im
having...
[root at 10-0-0-4 /etc]# tcpdump -vv port 21
Kernel filter, protocol ALL, datagram packet socket
tcpdump: listening on all devices
09:08:53.397183 eth0 < master.3257 > 10-0-0-4.ftp: S
3084860134:3084860134(0) wi
n 32120 <mss 1460,sackOK,timestamp 24391080 0,nop,wscale 0> (DF) (ttl 64,
id 173
6)
09:08:53.397219 eth0 > 10-0-0-4.ftp > master.3257: R 0:0(0) ack 3084860135
win 0
 (ttl 255, id 3068)
2 packets received by filter
I can not ftp into this box.  Here is the ftp setup:
service ftp
{
        socket_type             = stream
        wait                    = no
        user                    = root
        only_from               = 10.0.0.0
        server                  = /usr/sbin/in.ftpd
        server_args             = -l -a
        log_on_success          += DURATION USERID
        log_on_failure          += USERID
        nice                    = 10
}
and hosts.allow has "ALL:ALL" (this is a private network obviously), but
im rejected every time with no log messages that i can find (this is
redhat, sorry).
alan
_________________
*Alan Rubin*
Sun/Unix/Networking/ISP/Web Writing
Email:rubin at ezy.net 
    
    
More information about the SunHELP
mailing list