Re: [newbie] Firewall Admin? - wandering on to proFTP and ssh

2004-11-08 Thread Eric Scott
On Monday 08 November 2004 00:55, Fajar Priyanto wrote:
> On Saturday 06 November 2004 03:34 am, Eric Scott wrote:
> > Hold up. ÂReinstalling proftpd got me a default that worked...
> > supposedly... but then why does it say "220 (vsFTPd 2.0.1)" when I ftp
> > into my domain. lol. Gee wizzle this is getting confusing. ÂHere I
> > thought I was dealing with proFTP, and now there's vsFTP... which I
> > didn't even remember I installed. Anyway; since it's already running...
> > where's the vsFTPd config file? lol.
> > ÂSigma
>
> It should be in /etc/vsftpd.conf
>
> However, back to proftpd. On default installation (without any config to
> edit), you should be able to connect to your FTP server, using your system
> username and password.

Well I got proFTPd working.  Somehow (Don't ask me how) I got vsFTPd insatlled 
earlier from source with the config file someplace else. I couldn't find it 
in etc or anywhere.  But yeah, I disabled vsFTPd and now proFTPd works fine.
   Thanx,
ES
-- 
Registered Linux user #366862

Not that you care, but this message was sent from a 750MHz Athlon system 
running SuSE Linux 9.1 (Kernal 2.6.5) and KMail 1.62.  I aslo run Red Hat 
Linux 8.0 (Kernal 2.4.18), Debian GNU/Linux 3.0 (Kernal 2.2.20), Mandrake 
Linux 9.2 (Kernal 2.4.22), and YellowDog Linux 3.0 (Kernal 2.4.20) on various 
systems and architectures for various reasons.  Yeah, and there's a old Mac 
OS in there somewhere that I use as a bootloader for Linux, and a Windows XP 
box used as a router for my Linux-based network, but they don't count, 'cuz 
they aren't "real" OS's.  Who me? Biased? Nah!



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Firewall Admin? - wandering on to proFTP and ssh

2004-11-07 Thread Fajar Priyanto
On Saturday 06 November 2004 03:34 am, Eric Scott wrote:
> Hold up.  Reinstalling proftpd got me a default that worked...
> supposedly... but then why does it say "220 (vsFTPd 2.0.1)" when I ftp into
> my domain. lol. Gee wizzle this is getting confusing.  Here I thought I was
> dealing with proFTP, and now there's vsFTP... which I didn't even remember
> I installed. Anyway; since it's already running... where's the vsFTPd
> config file? lol.
>  Sigma

It should be in /etc/vsftpd.conf

However, back to proftpd. On default installation (without any config to 
edit), you should be able to connect to your FTP server, using your system 
username and password.

-- 
Fajar Priyanto | Reg'd Linux User #327841 | http://linux2.arinet.org
13:53:39 up 6:15, Mandrakelinux release 10.1 (Community) for i586 
public key: https://www.arinet.org/fajar-pub.key


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Firewall Admin? - wandering on to proFTP and ssh

2004-11-05 Thread Eric Scott
> > > > > > > Yo. ÂIn risk of showing my ignorance; how to I configure my
> > > > > > > firewall on Mandrake 9.2? ÂI need to make sure the FTP port is
> > > > > > > open. Â(FTP's not working... and by golly if there's a firewall
> > > > > > > on it it wouldn't work then, would it?) ÂAnyway, I know nothing
> > > > > > > of firewalls and need some basics. Thanx,
> > > > > > > Â Â Â Â Â Â Â Â SigmaChi
> > > > > >
> > > > > > Menu>System>Configure>ConfigureYourComputer>Security>Firewall>
> > > > > > Tick the box for FTP server
> > > > > >
> > > > > > Or if you want to learn about how the firewall works in depth,
> > > > > > read the files in /etc/shorewall and visit www.shorewall.net
> > > > > >
> > > > > > derek
> > > > >
> > > > > Lol, I should of at least checked the control center before I
> > > > > posted. But anyway, my firewall is totally off. ÂProFTPD seems to
> > > > > be running smoothly... but not letting me access. ÂAllow me to
> > > > > quote my previous post:
> > > > >
> > > > > 
> > > > > Yo people. ÂI've got a Mandrake Linux 9.2 server running ProFTP
> > > > > v1.28. I thought I had it all set up to run with anonymous FTP
> > > > > access (Using a sample /etc/proftpd.config from proftpd.org for
> > > > > now), and starting through
> > > >
> > > > SNIP
> > > > The newbie way of getting proFTP to work is to uninstall proFTP and
> > > > remove the config file you are using, then install the drakwizard
> > > > package and Mandrake Control Centre will have a new 'Server' section.
> > > > ÂIt will reinstall and configure proFTP for you.
> > > >
> > > > derek
> > >
> > > Sounds dandy... but there's no cd drive in the system, and it's five
> > > miles away at the moment. (I'm using tightvnc/ssh/webmin to admin it)
> > > ÂAnyplace I could download and install the same packages and config
> > > software? Thanx,
> > > Â Â Â Â Â Â ÂES
> >
> > Go to http://easyurpmi.zarb.org/ declare a urpmi source for 'main' and
> > 'contrib' and you will never be asked for a CD. It will get everything
> > off the net.
> >
> >
> > derek
>
> Well I did what you said and got it reinstalled. ÂI installed everything
> that came up when I searched for proftp, but there's still no "server
> section" in the control center. ÂI installed gproftpd, but it only works
> for standalone, and I'd prefer to run it via xinetd (Which is the default
> setup.) ÂI've found enough howto's that I might be able to dig and and
> config it manually via the /etc/proftpd.conf file... maybe :-P. ÂOne plus: 
> I know the server works now. lol; in konqueror when I go to
> ftp://[mydomain] it logs in and gives me an empty directory with a pub
> folder... it's a start.
> ÂÂAnyway, do you know the package for the proftp server config module 
you
> mentioned?
> Â Â Â Â Â Thanx,
> Â Â Â Â Â Â Â Â ÂSigmaChi


Hold up. ÂReinstalling proftpd got me a default that worked... supposedly... 
but then why does it say "220 (vsFTPd 2.0.1)" when I ftp into my domain. lol. Â
Gee wizzle this is getting confusing. ÂHere I thought I was dealing with 
proFTP, and now there's vsFTP... which I didn't even remember I installed. Â
Anyway; since it's already running... where's the vsFTPd config file?
lol.
ÂSigma
-- 
Registered Linux user #366862

Not that you care, but this message was sent from a 750MHz Athlon system 
running SuSE Linux 9.1 (Kernal 2.6.4) and KMail 1.62. ÂI aslo run Red Hat 
Linux 8.0 (Kernal 2.4.18), Debian GNU/Linux 3.0 (Kernal 2.2.20), Mandrake 
Linux 9.2 (Kernal 2.4.22), and YellowDog Linux 3.0 (Kernal 2.4.20) on various 
systems and architectures for various reasons. ÂYeah, and there's a old Mac 
OS in there somewhere that I use as a bootloader for Linux, and a Windows XP 
box used as a router for my Linux-based network, but they don't count, 'cuz 
they aren't "real" OS's. ÂWho me? Biased? Nah!


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Firewall Admin? - wandering on to proFTP and ssh

2004-11-05 Thread Eric Scott
On Friday 05 November 2004 12:51, Derek Jennings wrote:
> On Friday 05 November 2004 18:32, Eric Scott wrote:
> > On Friday 05 November 2004 12:13, Derek Jennings wrote:
> > > On Friday 05 November 2004 17:43, Eric Scott wrote:
> > > > > On Friday 05 November 2004 16:47, Eric Scott wrote:
> > > > > > Yo. ÂIn risk of showing my ignorance; how to I configure my
> > > > > > firewall on Mandrake 9.2? ÂI need to make sure the FTP port is
> > > > > > open. Â(FTP's not working... and by golly if there's a firewall
> > > > > > on it it wouldn't work then, would it?) ÂAnyway, I know nothing
> > > > > > of firewalls and need some basics. Thanx,
> > > > > > Â Â Â Â Â Â Â Â SigmaChi
> > > > >
> > > > > Menu>System>Configure>ConfigureYourComputer>Security>Firewall>
> > > > > Tick the box for FTP server
> > > > >
> > > > > Or if you want to learn about how the firewall works in depth, read
> > > > > the files in /etc/shorewall and visit www.shorewall.net
> > > > >
> > > > > derek
> > > >
> > > > Lol, I should of at least checked the control center before I posted.
> > > > But anyway, my firewall is totally off. ÂProFTPD seems to be running
> > > > smoothly... but not letting me access. ÂAllow me to quote my previous
> > > > post:
> > > >
> > > > 
> > > > Yo people. ÂI've got a Mandrake Linux 9.2 server running ProFTP
> > > > v1.28. I thought I had it all set up to run with anonymous FTP access
> > > > (Using a sample /etc/proftpd.config from proftpd.org for now), and
> > > > starting through
> > >
> > > SNIP
> > > The newbie way of getting proFTP to work is to uninstall proFTP and
> > > remove the config file you are using, then install the drakwizard
> > > package and Mandrake Control Centre will have a new 'Server' section.
> > > ÂIt will reinstall and configure proFTP for you.
> > >
> > > derek
> >
> > Sounds dandy... but there's no cd drive in the system, and it's five
> > miles away at the moment. (I'm using tightvnc/ssh/webmin to admin it)
> > ÂAnyplace I could download and install the same packages and config
> > software? Thanx,
> > Â Â Â Â Â Â ÂES
>
> Go to http://easyurpmi.zarb.org/ declare a urpmi source for 'main' and
> 'contrib' and you will never be asked for a CD. It will get everything off
> the net.
>
>
> derek

Well I did what you said and got it reinstalled.  I installed everything that 
came up when I searched for proftp, but there's still no "server section" in 
the control center.  I installed gproftpd, but it only works for standalone, 
and I'd prefer to run it via xinetd (Which is the default setup.)  I've found 
enough howto's that I might be able to dig and and config it manually via 
the /etc/proftpd.conf file... maybe :-P.  One plus:  I know the server works 
now. lol; in konqueror when I go to ftp://[mydomain] it logs in and gives me 
an empty directory with a pub folder... it's a start.  
Anyway, do you know the package for the proftp server config module you 
mentioned?  
  Thanx,
 SigmaChi
-- 
Registered Linux user #366862

Not that you care, but this message was sent from a 750MHz Athlon system 
running SuSE Linux 9.1 (Kernal 2.6.4) and KMail 1.62.  I aslo run Red Hat 
Linux 8.0 (Kernal 2.4.18), Debian GNU/Linux 3.0 (Kernal 2.2.20), Mandrake 
Linux 9.2 (Kernal 2.4.22), and YellowDog Linux 3.0 (Kernal 2.4.20) on various 
systems and architectures for various reasons.  Yeah, and there's a old Mac 
OS in there somewhere that I use as a bootloader for Linux, and a Windows XP 
box used as a router for my Linux-based network, but they don't count, 'cuz 
they aren't "real" OS's.  Who me? Biased? Nah!



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Firewall Admin? - wandering on to proFTP and ssh

2004-11-05 Thread Derek Jennings
On Friday 05 November 2004 18:32, Eric Scott wrote:
> On Friday 05 November 2004 12:13, Derek Jennings wrote:
> > On Friday 05 November 2004 17:43, Eric Scott wrote:
> > > > On Friday 05 November 2004 16:47, Eric Scott wrote:
> > > > > Yo.  In risk of showing my ignorance; how to I configure my
> > > > > firewall on Mandrake 9.2?  I need to make sure the FTP port is
> > > > > open.  (FTP's not working... and by golly if there's a firewall on
> > > > > it it wouldn't work then, would it?)  Anyway, I know nothing of
> > > > > firewalls and need some basics. Thanx,
> > > > >                 SigmaChi
> > > >
> > > > Menu>System>Configure>ConfigureYourComputer>Security>Firewall>
> > > > Tick the box for FTP server
> > > >
> > > > Or if you want to learn about how the firewall works in depth, read
> > > > the files in /etc/shorewall and visit www.shorewall.net
> > > >
> > > > derek
> > >
> > > Lol, I should of at least checked the control center before I posted.
> > > But anyway, my firewall is totally off.  ProFTPD seems to be running
> > > smoothly... but not letting me access.  Allow me to quote my previous
> > > post:
> > >
> > > 
> > > Yo people.  I've got a Mandrake Linux 9.2 server running ProFTP v1.28.
> > >  I thought I had it all set up to run with anonymous FTP access (Using
> > > a sample /etc/proftpd.config from proftpd.org for now), and starting
> > > through
> >
> > SNIP
> > The newbie way of getting proFTP to work is to uninstall proFTP and
> > remove the config file you are using, then install the drakwizard package
> > and Mandrake Control Centre will have a new 'Server' section.  It will
> > reinstall and configure proFTP for you.
> >
> > derek
>
> Sounds dandy... but there's no cd drive in the system, and it's five miles
> away at the moment. (I'm using tightvnc/ssh/webmin to admin it)  Anyplace I
> could download and install the same packages and config software?
>          Thanx,
>              ES

Go to http://easyurpmi.zarb.org/ declare a urpmi source for 'main' and 
'contrib' and you will never be asked for a CD. It will get everything off 
the net.


derek
-- 
www.jennings.homelinux.net
http://twiki.mdklinuxfaq.org


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com