LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-09-2007, 02:21 AM   #1
SABIR
LQ Newbie
 
Registered: Nov 2007
Location: FINLAND
Posts: 3

Rep: Reputation: 0
What Mean Server Configuration In Centos 5


Hi !

I am actually new in IT I have start to study this year , when I start my study network server I dont get yet the idea what mean -- (configue server ). I have install centos 5 and I want to config some server I dont know how to start and what mean that .


kind regard

sabir said

finland
 
Old 11-09-2007, 02:54 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984
not an intro but a question... moved to linux - newbie.

so.. you don't know what it means to configure a server??? erm... well you want your server to do something, so you need to configure it to make it do that thing. what do you want it to do? a server can do a million things, each done differently...
 
Old 11-09-2007, 05:54 AM   #3
salasi
Senior Member
 
Registered: Jul 2007
Location: Directly above centre of the earth, UK
Distribution: SuSE, plus some hopping
Posts: 4,070

Rep: Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897
...it is also possible that you are asking (for some particular program /service/ daemon) what you do to configure the server part. Or maybe its a more general question.

background
some programs are separated into client and server parts (a client/server architecture, unsurprisingly) where one part deals with user interaction and the other part goes about the techie, "heavy lifting" part in the background.

If it is the case that this question relates to some particular program, you'll stand a far higher chance of getting a useful answer if you say what that program is.

Centos (in particular....also applies to others) can be configured as a server. In this context a server machine is one that performs certain duties for other machines on the network. So if, for example, you were trying to configure it as a file server, the server machine would have to know about which areas / how much disk it was allowed to use, who was allowed to use it, etc.

You can presumably see that this is important and that the people who packaged Centos cannot be expected to know these details on your behalf.
 
Old 11-09-2007, 06:54 PM   #4
ehawk
Senior Member
 
Registered: Jul 2003
Posts: 1,257

Rep: Reputation: 48
Here are a bunch of links related to configuring a Centos 5.0 server.

http://librenix.com/?page=Centos

In particular, here is a tutorial to configure a sever for the needs of an ISP or web hosting server:

http://www.howtoforge.com/perfect_setup_centos5.0
 
Old 11-18-2007, 05:02 AM   #5
SABIR
LQ Newbie
 
Registered: Nov 2007
Location: FINLAND
Posts: 3

Original Poster
Rep: Reputation: 0
help

Quote:
Originally Posted by acid_kewpie View Post
not an intro but a question... moved to linux - newbie.

so.. you don't know what it means to configure a server??? erm... well you want your server to do something, so you need to configure it to make it do that thing. what do you want it to do? a server can do a million things, each done differently...

thank for answer

last week I left my server running in the lab and the teacher ask me to connect the server for home using my computer can you tell me how I can do that ?
kind regards

Sabir Said
finland
 
Old 11-18-2007, 06:20 AM   #6
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3599Reputation: 3599Reputation: 3599Reputation: 3599Reputation: 3599Reputation: 3599Reputation: 3599Reputation: 3599Reputation: 3599Reputation: 3599Reputation: 3599
Quote:
Originally Posted by SABIR View Post
connect the server for home using my computer
We'll use SSH for that. It's secure and allows you to (later) tunnel about anything. BTW, next time please make a new thread for new questions. Else they get passed over too easily.

- write down the IP address of your lab server
- write down the IP address of your home computer. If you have a dynamic IP address find out in what range your IP address is.
- ask network administrator to open up firewall from your home IP (address or range) to your server port 22 protocol TCP.
- on lab server edit /etc/hosts.deny so it reads "ALL: ALL"
- on lab server edit /etc/hosts.allow so it reads "sshd: YOURIPADDRESS"
- on lab server edit your firewall script /etc/sysconfig/iptables (or use GUI) to accept traffic from IP address of home computer to lab server port 22 protocol TCP
- on lab server install openssh server
- on lab server configure /etc/ssh/sshd_conf and set "PermitRootLogin no".
- on home computer install openssh. If it runs Windows install "PuTTY".
- on home computer generate a key (ssh-keygen) as unprivileged user.
- from home computer try to connect as unprivileged user. If it fails review your commandline. If it fails again add arguments "-v -v" and post the output.
- once connection is working, copy key over from home computer. On lab server move to pubkey authentication (ssh-keygen) and edit /etc/ssh/sshd_conf and set "AllowUsers YOURUSERNAME", "PasswordAuthentication no" and "PubkeyAuthentication yes".

Hmm. I think I better redirected you to some HOWTO instead.
 
Old 11-21-2007, 12:23 PM   #7
SABIR
LQ Newbie
 
Registered: Nov 2007
Location: FINLAND
Posts: 3

Original Poster
Rep: Reputation: 0
Hello


thank for everyone who help me to get the idea behind centos 5 configuration .
so as beginner in linux network server I would like to know how I can configu my server (centos 5 with DNS) with basic way so I can manage with different files , I have a problem with how to manage with deferents files like (ect and var and so on.....)

kind regards

SAid
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Easy VNC configuration on Red Hat/ CentOS like SLES 10? dwains Linux - Server 1 11-08-2007 10:31 AM
PPP configuration on CentOS amitpardesi Linux - Security 0 11-08-2007 01:54 AM
i have problem during the dns configuration in centos iyub Linux - Newbie 1 10-03-2007 07:41 AM
Real Player 10 Installation and Configuration in Firefox under Centos 4.5 nathan.eder2004 Linux - General 1 07-28-2007 03:17 AM
centos install and configuration theoneandonly19 Red Hat 1 06-30-2007 01:01 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:55 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