LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat
User Name
Password
Red Hat This forum is for the discussion of Red Hat Linux.

Notices


Reply
  Search this Thread
Old 05-05-2005, 01:51 PM   #1
defa0009
Member
 
Registered: Jun 2003
Posts: 185

Rep: Reputation: 31
How secure is Redhat9


Hi, just curious as to how secure a Redhat machine is? I have a remote Redhat server and was wondering how hard it would be for someone to actually break in to the system? Is there a way around passwords? And what about getting in through ports such as port 80?

TIA

Last edited by defa0009; 05-05-2005 at 01:52 PM.
 
Old 05-05-2005, 01:53 PM   #2
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
i don't think it's secure at all considering red hat doesn't support that OS anymore...
 
Old 05-05-2005, 01:55 PM   #3
defa0009
Member
 
Registered: Jun 2003
Posts: 185

Original Poster
Rep: Reputation: 31
Yes I know it is Fedora now but how hard is it for someone to actually hack into? What things would I have to look out for? What should my tables look like for optimum security?
 
Old 05-05-2005, 02:03 PM   #4
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
red hat 9 is not fedora... it's not the same thing... it would be ridiculous for someone concerned about security to install an unsupported OS such as RH9... having said that, the security guidelines you should follow while using fedora are pretty much the same guidelines you should follow on any distro... have yourself a look at the security forum, specially some of the stickies at the top... keep in mind that AFAIK fedora comes with built-in support for SELinux, which is something you might wanna look into if you are looking to "harden" your fedora box...


Last edited by win32sux; 05-05-2005 at 02:10 PM.
 
Old 05-05-2005, 02:06 PM   #5
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
Quote:
Originally posted by defa0009
What should my tables look like for optimum security?
your iptables?? it depends on what you are doing on the box... the basic packet-filtering firewall concept is: block all packets, then add rules allowing only the packets which you need...


Last edited by win32sux; 05-05-2005 at 02:08 PM.
 
Old 05-05-2005, 02:10 PM   #6
defa0009
Member
 
Registered: Jun 2003
Posts: 185

Original Poster
Rep: Reputation: 31
I was under the impression that Fedora replaced the Redhat project? What I am mainly concerned about is could someone easily gain access to files on the server? Is the basic server install secure enough? If not what distro should I go with instead?

I appreciate your input.
 
Old 05-05-2005, 02:27 PM   #7
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
If you are allowing some sort of traffic to come through to your server, then your system can be compromised through security holes in applications such as mysql, apache etc. Having a distribution that provides security updates is better than sticking with an outdated distro without security updates regardless of how good you have configured your firewall.
 
Old 05-05-2005, 02:30 PM   #8
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
Quote:
Originally posted by defa0009
I was under the impression that Fedora replaced the Redhat project?
the thing is that RH9 wasn't a project, it wasn't even community-driven... it had official support from red hat... fedora, on the other hand, is a community-driven project with no support from red hat...

Quote:
What I am mainly concerned about is could someone easily gain access to files on the server?
this is a very weird question... think about it... i mean, you could install an OpenBSD UNIX server and still get owned in a few minutes... my point is that the possibilities of getting owned depend much more on factors such as the competence of the system administrator and the availablility of timely patches than they do on the distro you choose... it's impossible to say if there are more possibilities of getting owned by installing a server running fedora than one running, say, slackware... it all boils down to how the sysadmin does his job and how well the distributor supports him (with patches, etc.)...

Quote:
Is the basic server install secure enough?
it's as good as any other bleeding-edge distro i guess... it does come with a big selling point, though: the SELinux thing, which is something that on most other distros has to be added afterwards - on fedora AFAIK it's included and you are given the choice to use it during the install...

http://selinux.sourceforge.net/

http://www.nsa.gov/selinux/

Quote:
If not what distro should I go with instead?
it's mostly a matter of personal taste, really... there's no reason why you wouldn't be able to do what you want with fedora...

keep in mind that there are distros designed with security as the primary goal... for example:

http://www.trustix.net/


also consider debian, which goes the opposite way of bleeding-edge design by prioritizing stability instead - something which is very much appreciated by most mission-critical server admins:

http://www.debian.org/


Last edited by win32sux; 05-05-2005 at 03:06 PM.
 
Old 05-09-2005, 07:08 AM   #9
linux-rulz
Member
 
Registered: Dec 2004
Distribution: Windows XP Home, Ubuntu Hoary
Posts: 584

Rep: Reputation: 30
Try CentOS 4.0 . Fedora is a community driven OS who's primary developer is Red Hat. It is, however, NOT supported by Red Hat. It also changes very quickly and does feature upgrades, instead of just Bug Fixes and Security Updates. When Red Hat discontinued Red Hat Linux, it branched two ways. Fedora and Red Hat Enterprise Linux. RHEL is, however, geared for high end systems and expensive.

CentOS has taken all of the Source RPMs provided by Red Hat for RHEL, removed Red Hat's trademarks, recompiled them, and then distribute the result for free. So you get a free OS that is going to be supported for as long as Red Hat supports RHEL 4. The only thing you lose out on is Red Hat Network, which won't matter for a single server. It supports SELinux. You should definately take a look. Also, if there is an RPM built for RHEL 4 (or even 3 or 2.1 most of the time) it will install flawlessly on CentOS 4.
 
Old 05-09-2005, 11:55 AM   #10
defa0009
Member
 
Registered: Jun 2003
Posts: 185

Original Poster
Rep: Reputation: 31
Thanks I'll look into this.... it's imperative that my server is VERY SECURE and VERY STABLE!

Sounds like debian is maybe what i am looking for.... stable and secure (well as secure as I can make it as the administrator).

Last edited by defa0009; 05-09-2005 at 11:59 AM.
 
Old 05-16-2005, 11:11 AM   #11
Black Raptor
Member
 
Registered: Feb 2005
Posts: 31

Rep: Reputation: 15
Now that Red Hat doesn't support RHL 9 anymore, and Fedora is a community driven version; would Fedora become less reliable than RHL 9? RHL 9 is quite stable.
 
Old 05-16-2005, 11:26 AM   #12
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
Quote:
Originally posted by Black Raptor
RHL 9 is quite stable.
ummm, it's more than stable - IT'S STATIC (R.I.P.)...

it would be ridiculous to use an unmaintained OS (like RH9) if you are concerned about security...

fedora isn't stable (and it's not supposed to be) - it will never be stable cuz you can't be bleeding-edge and stable at the same time - but at least it's actively maintained...


Last edited by win32sux; 05-16-2005 at 11:50 AM.
 
Old 05-16-2005, 12:37 PM   #13
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
If you dont want to run Fedora, you can always run the many RHEL clones out there. Yeah RH9 was a good distro but it is dead, its time for people to move on.
 
Old 05-16-2005, 11:05 PM   #14
defa0009
Member
 
Registered: Jun 2003
Posts: 185

Original Poster
Rep: Reputation: 31
How about Centos 4... I guess that's a clone for RHEL 4 rite?
 
Old 05-16-2005, 11:11 PM   #15
linux-rulz
Member
 
Registered: Dec 2004
Distribution: Windows XP Home, Ubuntu Hoary
Posts: 584

Rep: Reputation: 30
Quote:
How about Centos 4... I guess that's a clone for RHEL 4 rite?
Read the 9th post in this thread (which I posted). It is practically identical to RHEL4, except it is missing a few commercial packages like RealPlayer, Flash and Adobe (which can be downloaded from the respective companies' websites). There is also CentOS 3 and 2.1, which are rebuilds of RHEL 3 and 2.1 respectively.
 
  


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
VSFTPD with secure & non-secure logins Ricci Graham Linux - Software 6 02-24-2020 11:49 PM
Secure email (SSL vs. secure authentication) jrdioko Linux - Newbie 2 11-28-2004 01:39 PM
X11 forwarding, redhat9, secure crt strago Linux - Software 5 03-06-2004 04:09 PM
vsftpd very very secure, so secure i can't use it... baronsam Linux - Networking 4 10-06-2003 06:12 PM
How Secure parthi4u Linux - Security 3 03-10-2003 07:40 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat

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