|
Home > Archive > alt.os.linux > November 2002 > how to install ftp server ?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
how to install ftp server ?
|
|
| paul-new 2002-11-26, 7:24 pm |
| i just want a simple ftp server to function between my linux RH8.0 and my
windows pc.
how do i start the ftp server ?
i can ping the red hat linxu from my windows pc
linux ip 192.168.0.1
windows ip 192.168.0.2
but when i run ftp 192.168.0.1, ftp hangs.
i also tried SSH, which i have the services run in RH8.0 but i cannot login
using SSH client at my windows pc.
my SSH client is dowloaded from
PuTTY SSH Client Website: http://www.chiark.greenend.org.uk/~sgtatham/putty/
the error on the SSH client is network error. i have not create any keys
nor did it prompt me to create any keys ?
| |
| Paul Lutus 2002-11-26, 7:25 pm |
| On Wed, 27 Nov 2002 09:01:03 +0000, paul-new wrote:
> i just want a simple ftp server to function between my linux RH8.0 and my
> windows pc.
>
> how do i start the ftp server ?
Enable vsftpd, restart xinetd.
>
>
> i can ping the red hat linxu from my windows pc
>
> linux ip 192.168.0.1
> windows ip 192.168.0.2
>
> but when i run ftp 192.168.0.1, ftp hangs.
Tell us the exact error message, word for word.
--
Paul Lutus
www.arachnoid.com
| |
| Craig Hennessey 2002-11-27, 10:24 am |
| >===== Original Message From "paul-new" <paul@hotmail.com> =====
>the error on the SSH client is network error. i have not create any keys
>nor did it prompt me to create any keys ?
It creates a set of keys on first run (ie when you run it without any keys
already there).
Craig
C.D.Hennessey@ncl.ac.uk
http://www.cs.ncl.ac.uk/people/c.d.hennessey/
# Random comment...
| |
| Iwan van der Schoor 2002-11-27, 7:24 pm |
|
"Paul Lutus" <nospam@nosite.zzz> wrote in message
news an.2002.11.27.01.14.49.996182@nosite.zzz...
> On Wed, 27 Nov 2002 09:01:03 +0000, paul-new wrote:
>
> > i just want a simple ftp server to function between my linux RH8.0 and
my
> > windows pc.
> >
> > how do i start the ftp server ?
>
> Enable vsftpd, restart xinetd.
>
> >
> >
> > i can ping the red hat linxu from my windows pc
> >
> > linux ip 192.168.0.1
> > windows ip 192.168.0.2
> >
> > but when i run ftp 192.168.0.1, ftp hangs.
>
> Tell us the exact error message, word for word.
That would be usefull, also try to telnet or ssh to your linux box.
Have you disabled the firewall on the machine?
> --
> Paul Lutus
> www.arachnoid.com
>
Thanks,
Iwan
| |
| paul-new 2002-11-27, 11:24 pm |
| That would be usefull, also try to telnet or ssh to your linux box.
Have you disabled the firewall on the machine?
tried telnet, ftp and ssh
all cannot work.
i tried connecting using putty ssh client - it said network error.
how do i disabled firewall on RH8.0 ?
i remember setting it to medium when i install.
"Iwan van der Schoor" <vdschoor@wish.net> wrote in message
news:2OdF9.459$oa5.36287705@newssvr14.news.prodigy.com...
>
> "Paul Lutus" <nospam@nosite.zzz> wrote in message
> news an.2002.11.27.01.14.49.996182@nosite.zzz...
> > On Wed, 27 Nov 2002 09:01:03 +0000, paul-new wrote:
> >
> > > i just want a simple ftp server to function between my linux RH8.0 and
> my
> > > windows pc.
> > >
> > > how do i start the ftp server ?
> >
> > Enable vsftpd, restart xinetd.
> >
> > >
> > >
> > > i can ping the red hat linxu from my windows pc
> > >
> > > linux ip 192.168.0.1
> > > windows ip 192.168.0.2
> > >
> > > but when i run ftp 192.168.0.1, ftp hangs.
> >
> > Tell us the exact error message, word for word.
>
> That would be usefull, also try to telnet or ssh to your linux box.
> Have you disabled the firewall on the machine?
>
> > --
> > Paul Lutus
> > www.arachnoid.com
> >
>
>
> Thanks,
> Iwan
>
>
| |
| paul-new 2002-11-27, 11:24 pm |
| ftp - just hangs
putty client - exits without a successful connection with
network error.
it could be the firewall or do i need to go to /etc/ ??? something to set it
up ?
"Paul Lutus" <nospam@nosite.zzz> wrote in message
news an.2002.11.27.01.14.49.996182@nosite.zzz...
> On Wed, 27 Nov 2002 09:01:03 +0000, paul-new wrote:
>
> > i just want a simple ftp server to function between my linux RH8.0 and
my
> > windows pc.
> >
> > how do i start the ftp server ?
>
> Enable vsftpd, restart xinetd.
>
> >
> >
> > i can ping the red hat linxu from my windows pc
> >
> > linux ip 192.168.0.1
> > windows ip 192.168.0.2
> >
> > but when i run ftp 192.168.0.1, ftp hangs.
>
> Tell us the exact error message, word for word.
>
> --
> Paul Lutus
> www.arachnoid.com
>
>
| |
| Paul Lutus 2002-11-27, 11:24 pm |
| On Thu, 28 Nov 2002 12:27:42 +0000, paul-new wrote:
>> Tell us the exact error message, word for word.
> ftp - just hangs
>
> putty client - exits without a successful connection with
>
> network error.
Can you read? "Tell us the exact error message, word for word". Which
specific word didn't your brain successfully parse?
--
Paul Lutus
www.arachnoid.com
| |
| Dave Brown 2002-11-28, 1:24 pm |
| In article <3de41760_2@news.tm.net.my>, paul-new wrote:
> i just want a simple ftp server to function between my linux RH8.0 and my
> windows pc.
>
> how do i start the ftp server ?
>
> i can ping the red hat linxu from my windows pc
>
> linux ip 192.168.0.1
> windows ip 192.168.0.2
>
> but when i run ftp 192.168.0.1, ftp hangs.
>
> i also tried SSH, which i have the services run in RH8.0 but i cannot login
> using SSH client at my windows pc.
>
Did you install an ftp server?
" rpm -qa | grep ftpd " will tell you if you have.
Did you set a firewall when you installed? Any options selected on the
install screen?
" service ipchains stop " will shut off the firewalling set up
by the installer.
Did you enable the ftp daemon in xinetd?
" chkconfig wu-ftpd on " will enable it, assuming you installed
wu-ftpd. Substitute "vsftpd" for "wu-ftpd" if that's what you
installed.
Fixing your firewalling to allow ssh or ftp connections is more than
I want to get into.
--
Dave Brown Austin, TX
|
|
|
|
|