Thanks I will look into proftpd.

I think I have found the cause of my problem.  It appears the firewall is
set for high security no matter what I do.

I ran setup and checked again and found the services were running.  I
checked firewall and found it set for high security.  I changed it to no
firewall and restarted the computer. (didn't want to look for the service
to restart.

Ftp still did not work.  Ran setup again and found firewall set for high
security!  Set firewall back to no firewall, restarted anything that might
be related to firewall, xinetd, network, etc

It worked!!

rebooted the computer and it did not work again!!

Went through process again
setup - firewall - no firewall
restart all processes
worked!

Where is the file controlling the firewall settings?  What do I need to do
so it will not startup?

Question 2

Anybody got xinetd.conf figured out?

I think I am close, but you know what they say about close (counts in
horseshoes and handgrenades)

This is what I have so far for tftp

service tftp
{
socket_type = dgram
protocol    = udp
wait        = yes
user        = root
server      = /usr/sbin/in.tftpd
server_args = /tftpboot
}

What am I missing? 

On version 6.2, I would have modified the inetd.conf file and added this
line:
tftp    dgram   udp     wait    root    /usr/sbin/tcpd  in.tftpd /tftpboot

david   


On Thu, 6 Dec 2001, Michael Sorrentino wrote:

> As root, you can type 'setup' and go to system services. Make sure wuftpd is 
> set to start up. If it's not listed, chances are you missed it on 
> installation. Grab the RPM and install it.
> 
> 
> As a side note, I gave up on wuftpd a long time ago. It gets about as many 
> security updates as IIS 5.0. Go get proftpd at
> http://www.proftpd.net/
> 
> It's a very nice daemon.
> 
> 
> On Thursday 06 December 2001 03:15 pm, you wrote:
> > I am getting frustrated.  I have just done a clean install of RH7.2.  I
> > was using 6.2 and made the leap.
> >
> > I am unable to get ftpd and tftpd to work.  I am missing something basic.
> >
> > I figured out it is now xinetd which is controlling the process. and I
> > need to modify xinetd.conf.  Unfortunately the man pages refer to files
> > which do not exist any more.  I did a cut and paste from the man page for
> > ftpd and it still does not work.
> >
> > What am I missing?
> > During the installation I said no firewall.
> >
> > david
> >
> >
> >
> >
> > _______________________________________________
> > Redhat-list mailing list
> > [EMAIL PROTECTED]
> > https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> --
> 
> 
> 
> _______________________________________________
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to