  | |  | Enabling ftp via xinetd | Enabling ftp via xinetd 2004-01-20 - By SR Khaleeq
Back if your are using redhat 9 then ftp is available as an independent service you can enable it by
# service vsftpd [start | stop | restart | status]
then try
ftp localhost or ftp 127.0.0.1
else
you will have to enable it manually :
# vi /etc/xinetd.d/vsftp
disable = no
save and exit
service xinetd restart
then try ftp localhost
Regards
SR
Hi all,
I am a bit more confused now. The output my troubleshooting are as follows:
1) ftp localhost
421 Service not available, remote server has closed connection
2)rpm -qa|grep ftp
ftp-0.17-17
gftp-2.0.14-2
vsftpd-1.1.3-8
lftp-2.6.3-3
3) find /usr/ . -name *ftpd*
/usr/sbin/in.mtftpd
/usr/sbin/vsftpd
/usr/share/doc/vsftpd-1.1.3
/usr/share/doc/vsftpd-1.1.3/vsftpd.xinetd
/usr/share/man/man5/vsftpd.conf.5.gz
/usr/share/man/man8/vsftpd.8.gz
/usr/local/src/wu-ftpd-2.6.2.tar.gz
/usr/local/wu-ftp/wu-ftpd-2.6.2.tar.gz
/usr/local/wu-ftp/wu-ftpd-2.6.2
/usr/local/wu-ftp/wu-ftpd-2.6.2/doc/ftpd.8
/usr/local/wu-ftp/wu-ftpd-2.6.2/src/ftpd.c
/usr/local/wu-ftp/wu-ftpd-2.6.2/support/wuftpd_glob.h
/usr/local/wu-ftp/wu-ftpd-2.6.2/util/wu-ftpd.spec
./doc/ftpd.8
./src/ftpd.c
./support/wuftpd_glob.h
./util/wu-ftpd.spec
I think it is installed bur I cannot clocate the server file.
Please I need more help
abdul
-- -- Original Message -- --
From: "Ed Wilts "
To:
Sent: Tuesday, January 20, 2004 1:39 PM
Subject: Re: Enabling ftp via xinetd
> On Tue, Jan 20, 2004 at 12:01:35PM +0100, Abdul-Azeez wrote:
> > I am a newbie trying to configure ftp via xinetd in Linux 9.0.
> > The following is the entry in my "includedir " dir ( /etc/xinetd.d) for
> > the ftp service:
>
> [snip]
> > disable = no
>
> Did yoiu remember to reload xinetd after you made the change? Did you
> test ftp from your local system or from a remote system?
> To test locally:
> $ ftp localhost
>
> Check to see if you have any firewalls blocking you from accessing ftp
> remotely. Also check to make sure you 've really got an ftp server
> installed:
> $ rpm -qa | grep ftp
>
> --
> Ed Wilts, Mounds View, MN, USA
> mailto:ewilts@(protected)
> Member #1, Red Hat Community Ambassador Program
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request@(protected)?subject=unsubscribe
> https://www.redhat.com/mailman/listinfo/redhat-list
>
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@(protected)?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
Regards,
Shoaib Rehman Khaleeq
Systems Consultant
Ants Consulting Pakistan
shoaib.rehman@(protected)
+92-300-2202802
-- ---- ---- ---- ---- ---- -----
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus " Sweepstakes <DIV >if your are using redhat 9 then ftp is available as an independent service you can enable it by </DIV >
<DIV > </DIV >
<DIV ># service vsftpd [start | stop | restart | status] </DIV >
<DIV > </DIV >
<DIV >then try </DIV >
<DIV > </DIV >
<DIV >ftp localhost or ftp 127.0.0.1 </DIV >
<DIV > </DIV >
<DIV >else </DIV >
<DIV > </DIV >
<DIV >you will have to enable it manually : </DIV >
<DIV > </DIV >
<DIV ># vi /etc/xinetd.d/vsftp </DIV >
<DIV > </DIV >
<DIV >disable = no </DIV >
<DIV > </DIV >
<DIV >save and exit </DIV >
<DIV > </DIV >
<DIV >service xinetd restart </DIV >
<DIV > </DIV >
<DIV >then try ftp localhost </DIV >
<DIV > </DIV >
<DIV >Regards </DIV >
<DIV >SR </DIV >
<DIV > </DIV >
<DIV > <BR > </DIV > <B > <I > </I > </B >
<BLOCKQUOTE class=replbq style= "BORDER-LEFT: #1010ff 2px solid; MARGIN-LEFT: 5px; PADDING-LEFT: 5px " >Hi all, <BR >I am a bit more confused now. The output my troubleshooting are as follows: <BR > <BR >1) ftp localhost <BR >421 Service not available, remote server has closed connection <BR > <BR >2)rpm -qa|grep ftp <BR >ftp-0.17-17 <BR >gftp-2.0.14-2 <BR >vsftpd-1.1.3-8 <BR >lftp-2.6.3-3 <BR > <BR >3) find /usr/ . -name
*ftpd* <BR >/usr/sbin/in.mtftpd <BR >/usr/sbin/vsftpd <BR >/usr/share/doc/vsftpd-1.1.3 <BR >/usr/share/doc/vsftpd-1.1.3/vsftpd.xinetd <BR >/usr/share/man/man5/vsftpd.conf.5.gz <BR >/usr/share/man/man8/vsftpd.8.gz <BR >/usr/local/src/wu-ftpd-2.6.2.tar.gz <BR >/usr/local/wu-ftp/wu-ftpd-2.6.2.tar.gz <BR >/usr/local/wu-ftp/wu-ftpd-2.6.2 <BR >/usr/local/wu-ftp/wu-ftpd-2.6.2/doc/ftpd.8 <BR >/usr/local/wu-ftp/wu-ftpd-2.6.2/src/ftpd.c <BR >/usr/local/wu-ftp/wu-ftpd-2.6.2/support/wuftpd_glob.h <BR >/usr/local/wu-ftp/wu-ftpd-2.6.2/util/wu-ftpd.spec <BR >./doc/ftpd.8 <BR >./src/ftpd.c <BR >./support/wuftpd_glob.h <BR >./util/wu-ftpd.spec <BR > <BR > <BR > <BR >I think it is installed bur I cannot clocate the server file. <BR > <BR >Please I need more help <BR >abdul <BR > <BR > <BR > <BR >-- -- Original Message -- -- <BR >From: "Ed Wilts " <EWILTS@(protected) > <BR >To: <REDHAT-LIST@(protected) > <BR >Sent: Tuesday, January 20, 2004 1:39 PM <BR >Subject: Re: Enabling ftp via xinetd <BR > <BR > <BR >> On Tue, Jan 20, 2004 at 12:01:35PM +0100, Abdul-Azeez
wrote: <BR >> > I am a newbie trying to configure ftp via xinetd in Linux 9.0. <BR >> > The following is the entry in my "includedir " dir ( /etc/xinetd.d) for <BR >> > the ftp service: <BR >> <BR >> [snip] <BR >> > disable = no <BR >> <BR >> Did yoiu remember to reload xinetd after you made the change? Did you <BR >> test ftp from your local system or from a remote system? <BR >> To test locally: <BR >> $ ftp localhost <BR >> <BR >> Check to see if you have any firewalls blocking you from accessing ftp <BR >> remotely. Also check to make sure you 've really got an ftp server <BR >> installed: <BR >> $ rpm -qa | grep ftp <BR >> <BR >> -- <BR >> Ed Wilts, Mounds View, MN, USA <BR >> mailto:ewilts@(protected) <BR >> Member #1, Red Hat Community Ambassador Program <BR >> <BR >> <BR >> -- <BR >> redhat-list mailing list <BR >> unsubscribe mailto:redhat-list-request@(protected)?subject=unsubscribe <BR >>
https://www.redhat.com/mailman/listinfo/redhat-list <BR >> <BR > <BR > <BR >-- <BR >redhat-list mailing list <BR >unsubscribe mailto:redhat-list-request@(protected)?subject=unsubscribe <BR >https://www.redhat.com/mailman/listinfo/redhat-list </BLOCKQUOTE > <BR > <BR >Regards, <br > <br >Shoaib Rehman Khaleeq <br > <br >Systems Consultant <br >Ants Consulting Pakistan <br >shoaib.rehman@(protected) <br >+92-300-2202802 <p > <hr SIZE=1 >
Do you Yahoo!? <br >
Yahoo! Hotjobs: <a href= "
http://pa.yahoo.com/
*
http://us.rd.yahoo.com/hotjobs/mail_footer_email/evt=21482/
*
http://hotjobs.sweepstakes.yahoo.com/signingbonus
" >Enter the "Signing Bonus " Sweepstakes </a >
|
|
 |