LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-29-2004, 07:30 AM   #1
Spyiish
Member
 
Registered: Aug 2004
Location: Australia, Melbourne
Distribution: Slackware 10
Posts: 105

Rep: Reputation: 15
Setting up a FTP server and Game server


Hi all,

I need a real expert to tell me how to setup a FTP and a Game server on Slackware Linux. I heard Slackware is the best distro to setup a server.

Can someone tell me what programs I need to download and manuals or step-by-step instructions? I've searched everywhere and still get nothing.

I hope to hear from you ASAP.

Thanks,
Spyiish
 
Old 10-29-2004, 07:32 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
step by step instructions for a "game server" ?? any network based game that can run sa linux server, will have it's own operational procedures... you're question is extremely vague...

as for an ftp server, just install proftpd or such like and read their documentation.
 
Old 10-29-2004, 07:55 AM   #3
Spyiish
Member
 
Registered: Aug 2004
Location: Australia, Melbourne
Distribution: Slackware 10
Posts: 105

Original Poster
Rep: Reputation: 15
For the FTP server, where do I download this program? Is there a site I can download it? Will it be secure enough?

Cheers,
Spyiish
 
Old 10-29-2004, 07:59 AM   #4
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
try here http://www.google.com/search?q=proftpd
 
Old 10-29-2004, 08:10 AM   #5
Spyiish
Member
 
Registered: Aug 2004
Location: Australia, Melbourne
Distribution: Slackware 10
Posts: 105

Original Poster
Rep: Reputation: 15
Is that the only program that offers good ftp reliability and security?
 
Old 10-29-2004, 11:27 AM   #6
blk96gt
Member
 
Registered: Jun 2004
Location: Nacogdoches, TX
Distribution: Ubuntu 7.04
Posts: 230

Rep: Reputation: 30
There is also vsftp, which Pat will be using as the default ftp server in future Slackware releases.

FWIW I have a Call of Duty and Medal of Honor server running on a Slackware machine, so I may be able to help if you have any questions.
 
Old 10-30-2004, 01:00 AM   #7
Spyiish
Member
 
Registered: Aug 2004
Location: Australia, Melbourne
Distribution: Slackware 10
Posts: 105

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by blk96gt
There is also vsftp, which Pat will be using as the default ftp server in future Slackware releases.

FWIW I have a Call of Duty and Medal of Honor server running on a Slackware machine, so I may be able to help if you have any questions.
Hi,

I have alot of questions to ask you. But first, how do you set up a FTP server? Which FTP program is good and secure and reliable? I tried many times to work proftpd, but I dont know how to.

Cheers
 
Old 10-30-2004, 01:51 AM   #8
blk96gt
Member
 
Registered: Jun 2004
Location: Nacogdoches, TX
Distribution: Ubuntu 7.04
Posts: 230

Rep: Reputation: 30
Did you do a full Slackware install? If so, open up the /etc/inetd.conf file(as root), and then uncomment the line to start proftpd. Then restart inetd using the following command:
Code:
/etc/rc.d/rc.inetd restart
If there is something not working like you would want it to, you can probably change it in the configuration file, which is located at /etc/proftpd.conf. Then restart inetd again by using the command above.

If you did not do a full install of Slackware, go to www.linuxpackages.net and do a search for proftp and download and install it.
 
Old 10-30-2004, 01:59 AM   #9
Spyiish
Member
 
Registered: Aug 2004
Location: Australia, Melbourne
Distribution: Slackware 10
Posts: 105

Original Poster
Rep: Reputation: 15
I've done a full install of slackware linux on my system. I have a total of 4 cds. I've got everything working... but when u told me to open up /etc/inetd.conf, which line do I uncomment out? Sorry, you didnt tell me which one. Im a newbie to slackware, so.... I will try to understand everything you tell me.

By the way, how do u uninstall a package that u have installed?

Cheers,
Spyiish
 
Old 10-30-2004, 02:07 AM   #10
blk96gt
Member
 
Registered: Jun 2004
Location: Nacogdoches, TX
Distribution: Ubuntu 7.04
Posts: 230

Rep: Reputation: 30
There should be a line like this around line 28(that is what line it's on in mine):
Code:
#ftp     stream  tcp     nowait  root    /usr/sbin/tcpd  proftpd
Delete the # and then restart inetd.

To remove the package if the package was a Slackware package(a .tgz extension), just use this command:
Code:
removepkg packagename.tgz
Also, what program are you using to edit the files? Are you using a command line or graphical editor?
 
Old 10-30-2004, 02:17 AM   #11
Spyiish
Member
 
Registered: Aug 2004
Location: Australia, Melbourne
Distribution: Slackware 10
Posts: 105

Original Poster
Rep: Reputation: 15
I use pico, I dont use other ones. You have a graphical one that I could use? Its my first time using Slackware, dont know which one is better.

I'll try those now.
 
Old 10-30-2004, 02:22 AM   #12
Spyiish
Member
 
Registered: Aug 2004
Location: Australia, Melbourne
Distribution: Slackware 10
Posts: 105

Original Poster
Rep: Reputation: 15
I've downloaded proftpd from the site. Do u think I shud remove the package since I've got one preinstalled?
 
Old 10-30-2004, 02:30 AM   #13
blk96gt
Member
 
Registered: Jun 2004
Location: Nacogdoches, TX
Distribution: Ubuntu 7.04
Posts: 230

Rep: Reputation: 30
~

I was going to suggest using vim actually. I've never used pico, so I can't really comment on it. If you want to give vi(m) a try, here's what I would do to get it the most user-friendly.
Use the following command to delete the vi symlink that's there by default(it points to the editor joe if I remember right):
Code:
rm /usr/bin/vi
Then use this command to make vi a symlink to vim(this is not necessary, but I'm lazy and don't like typing the 'm'):
Code:
ln -s /usr/bin/vim /usr/bin/vi
Now what I always do to get a good working config file for vim is copy the default one that came with it to your home directory(and any other users home directory that you want to use vi in):
Code:
cp /usr/share/vim/vim63/vimrc_example.vim ~/.vimrc
Now you can try vi out and see how you like it. To get into insert mode, hit the 'i' key. To exit out of insert mode and back to command mode, hit escape. If you want to save without exiting, type in a colon and then a 'w'(ie :w), and then hit enter. To save and exit, type in a colon and then 'wq'(ie :wq). To exit without changing, type in a colon and then 'q!'(ie :q!).

vi is much more powerful then this, and these are just a very minimal set of commands for basic editing. If you find you like vi, or just want to see more of what it can do, I would suggest going through the tutorial. Just copy the /usr/share/vim/vim63/tutor/tutor file to your home directory and then have at it.

Last edited by blk96gt; 10-30-2004 at 02:33 AM.
 
Old 10-30-2004, 02:35 AM   #14
blk96gt
Member
 
Registered: Jun 2004
Location: Nacogdoches, TX
Distribution: Ubuntu 7.04
Posts: 230

Rep: Reputation: 30
Did you compile it from source or use a Slackware package?
 
Old 10-30-2004, 02:41 AM   #15
Spyiish
Member
 
Registered: Aug 2004
Location: Australia, Melbourne
Distribution: Slackware 10
Posts: 105

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by blk96gt
Did you compile it from source or use a Slackware package?
I've cmpiled it from the source. I didnt know ftp was installed, so I DL from www.proftpd.org and installed it. SO wat do I do? Remove it?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Setting up a home Game server pAn1k Linux - Networking 2 10-12-2004 04:55 PM
setting up FTP server sulfur Linux - Newbie 4 09-02-2004 07:48 PM
Can i get help setting up an ftp server? jon_k Linux - Software 1 04-18-2004 01:46 PM
Setting up an FTP server? ogden2k Linux - Networking 4 05-26-2003 08:48 PM
Setting up an FTP Server??? Ricardo77uk Linux - Networking 5 06-25-2001 04:36 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 06:57 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration