On Sun, 11 Jul 1999, Karen R wrote:

> bero and axalon:
> 
> this is the only thing i could see that looks like it 'may' pertain;
> in the entire message file i didn't see that number 421 at all....
> 
> >421 service not available, remote server has closed connection
> 
> >This error message usually leaves a more detailed record of what >happened
> >in /var/log/messages. What does it say?
> 
> /var/log/message:
> 
> Jul  6 21:35:56 localhost inetd[450]: execv /usr/sbin/in.identd:
> No such file or directory
> Jul  6 21:36:10 localhost pppd[397]: Terminating on signal 15.
> Jul  6 21:36:10 localhost pppd[397]: Connection terminated.
> Jul  6 21:36:10 localhost pppd[397]: Hangup (SIGHUP)
> Jul  6 21:36:10 localhost pppd[397]: Exit.
> 
> do i need to create that file  /usr/sbin/in.identd?  and if so, what
> goes in it?
 
install the pidentd*.rpm from the cdrom
 
> /usr/sbin/in.ftpd does NOT exist.... but

install anonftp*.rpm and either BeroFTPD*.rpm or wu-ftpd*.rpm, there is a
gui configuration tool for the former

> /usr/sbin/in.tftpd does....

this is a different transfer protocol, there is a nice brief description
in inetd.conf, there is of course more indepth documentation for it.

# Tftp service is provided primarily for booting.  Most sites
# run this only on machines acting as "boot servers." Do not uncomment
# this unless you *need* it.
#
#tftp   dgram   udp     wait    root    /usr/sbin/tcpd  in.tftpd



> i even # out the hosts.deny/allow entries i had made and the ipchains
> line axalon had me put in and got the same message....
> 
> i really appreciate all your help on this one.... i'd hate to pull my
> favorite w95 trick and reinstall :-/
> 
> now what?

install the needed packages, and revert to the 

#/etc/hosts.deny
ALL: ALL

#/etc/hosts.allow
ALL: 127.0.0.1
#FTP: ALL
# this may be wrong i didn't double check, and i use ipchains more
# extensively

#/etc/rc.d/rc.local
ipchains -I input -s 127.0.0.0/24 -i ! lo -j DENY -l
#this blocks and logs any fakeing of localhost

-=-= OR =-=-

#/etc/ppp/ip-up.local <- sorry i typed the wrong name when refering to
#                       ifup
ipchains -I input -s 127.0.0.0/24 -i $1 -j DENY -l
#don't replace $1 with ppp0 you'll have problems, it's passed by ip-up

> karen
> 


Reply via email to