Go Back   Hardware Forums > Computer Forums > Networking and Computer Security

Reply
 
LinkBack Thread Tools
Old 21-02-2006, 10:29 AM   #1 (permalink) Top
Nonconformist Geek
 
Anti-Trend's Avatar
 
Join Date: Oct 2003
Age: 27 Male
Posts: 4,882
Times Helpful: 538
Status: Offline

My Computer

Lightbulb All-in-one network appliance

SME Server



I believe I have come across the best all-in-one server solution for even a Linux newbie: SME Sever. SME Server is a CentOS-based Linux distro targeted at small and medium-sized businesses. Ease of use is a high priority, and as a result all management and administration is handled through an elegant, secure web GUI. Here is a list of features:
  • Ridiculously simple installation procedure - no Linux experience necessary
  • Automatic software RAID 1, 5, and 6 construction at installation time
  • Effortless administration via secure web interface
  • Sharing of a single Internet connection between multiple computers
  • A network firewall to protect against Internet intruders
  • A secure and robust email server, which includes virus/spam filtering and webmail
  • File and print sharing with Windows, Linux, and Mac clients
  • Windows domain compatibility, including floating profiles
  • Full LDAP support for contact sharing
  • Web application server, including support for MySQL, Perl and PHP
  • Simple, secure VPN remote access via PPTP
  • Supported languages: Deutsch, English, Español, Français and Italiano, with more on the way
  • Complete binary compatibility with the leading Linux server distribution (CentOS, RHEL)
  • And much more...

Since it is based on the Linux operating system, virus infection is not a consideration and the installation should last as long as the hardware its running on. Also, it is released under the open source GNU GPL software license so it is totally free in its complete form. And of course, it is a full-on Linux distro, you can always add more software and/or functionality to your server should you posses the desire and knowledge to do so.

All SME Server requires is at least a Pentium1 with a minimum of 128mb RAM. I personally recommend at least a 500MHz CPU with 256mb RAM or greater for best quality of service under load. Of course, the more workload is placed on the system, the higher its specs should be. Two HDDs are required for a RAID-1, three to five for a RAID-5, and six or more for a RAID 6.

Send a message via ICQ to Anti-Trend Send a message via AIM to Anti-Trend   Reply With Quote
The Following 2 Users Say Thank You to Anti-Trend For This Useful Post: Show me >>
Whats this? diNovo Edge Bluetooth Wireless Keyboard
diNovo Edge Bluetooth Wireless Keyboard
Seller Price (inc. VAT) Delivery Total Price Availability Seller Rating
Dell £114.33 Free £114.33 In Stock Rated: 0 out of 5 - Number of votes: 0
IT247.com £102.94 Free £102.94 In Stock Rated: 4 out of 5 - Number of votes: 38
Dell Business £104.65 £8.23 £112.88 In Stock Rated: 0 out of 5 - Number of votes:
Old 21-02-2006, 11:07 AM   #2 (permalink) Top
The King

 
Addis's Avatar
 
Join Date: Jan 2004
Age: 18 Male
Posts: 5,255
Times Helpful: 403
My Mood: Drunk
Status: Offline

My Computer

I'm curious as to how you actually use this server. It looks like it runs a server with no X/GUI so you adminstrate the server remotely via web interface I guess? Or do you adminstrate with a GUI and then switch to CLI to run the server?
__________________
Never trust a program you don't have the source code for.

My website | Powerful Desktop Linux | Linux for human beings | Linux for power users | Linux for ricers
Send a message via MSN to Addis   Reply With Quote
Old 21-02-2006, 07:04 PM   #3 (permalink) Top
Nonconformist Geek
 
Anti-Trend's Avatar
 
Join Date: Oct 2003
Age: 27 Male
Posts: 4,882
Times Helpful: 538
Status: Offline

My Computer

Quote:
Originally Posted by Addis
I'm curious as to how you actually use this server. It looks like it runs a server with no X/GUI so you adminstrate the server remotely via web interface I guess? Or do you adminstrate with a GUI and then switch to CLI to run the server?
You set it up with an easy-to-use ncurses-based ASCII GUI, but once it's installed the system itself is CLI only. However, after the initial setup all interaction is performed remotely via the encrypted web GUI, so there's no reason to use the CLI unless you want to.
Send a message via ICQ to Anti-Trend Send a message via AIM to Anti-Trend   Reply With Quote
Old 22-02-2006, 02:36 AM   #4 (permalink) Top
lol, Internet!
 
StimpE's Avatar
 
Join Date: Jun 2005
Age: 19 Male
Posts: 683
Times Helpful: 38
Status: Offline

My Computer

Very nice, I'll download and try it at work tomorrow.
__________________
Send a message via AIM to StimpE Send a message via MSN to StimpE Send a message via Yahoo to StimpE   Reply With Quote
Old 01-05-2006, 09:42 PM   #5 (permalink) Top
Nonconformist Geek
 
Anti-Trend's Avatar
 
Join Date: Oct 2003
Age: 27 Male
Posts: 4,882
Times Helpful: 538
Status: Offline

My Computer

Here's a few pointers about deploying SME Servers. People accustomed to setting up Windows domains will already be familiar with some of these tips:
  1. Due to more anti-competitive practices by Microsoft, Windows XP Pro clients don't like joining Samba domain controllers. You must patch the registry before they'll join your SME Server. The registry patch is already included on your SME Server; the path is HTTP://SERVERNAME/server-resources/regedit/ The XP system will require a reboot before the patch will go into effect.
  2. Windows XP Home clients cannot join a domain at all, sorry. All other versions of Windows should have no problems, however note the caveat above regarding XP Pro.
  3. Don't forget, only a Domain Admin can join a machine to the domain.
  4. Floating profiles are typically more trouble then they're worth, since Windows has a nasty habit of corrupting profiles. Unless you have a very compelling reason to do so, don't use floating profiles.
  5. SME Server is a Linux system and as such makes a pretty decent firewall in a pinch. However, if you are interested in a robust, dedicated firewall appliance you should be looking at other free distros like IPCop, m0n0wall or redWall instead. They are designed to act as a firewall, so they have many more firewalling/routing features and capabilites than SME.
  6. When a Windows client signs on to a domain controller, it executes a file called netlogon.bat. Using this batch file to automate certain things on your network, you can seriously cut back on 'sneaker administration' such as mapping network drives, syncronizing the system clock, and perhaps other things like clearing out IE's cache/cookies. You can edit the Netlogon.bat as an administrator - it can be found using the following path: \\SERVERNAME\netlogon\
  7. By default, domain users will have "User" privileges on the domain as well as any machine they log into. If you want to delegate Administrator privileges to certain users, create a group with the description "Domain Admins" and add those users to it. For elevated privileges on the local machine without elevated privileges accross the domain, try adding a group with the description "Power Users".
  8. A nice way to give your users easy-access to webmail, change their password, etc is to build a simple front-page for your SME Server (see the attached image below for an example).

I may add more tips and tutorials later if time allows.

-AT
Attached Thumbnails
all-one-network-appliance-admin_interface.png  
Send a message via ICQ to Anti-Trend Send a message via AIM to Anti-Trend   Reply With Quote
Old 09-07-2006, 01:20 AM   #6 (permalink) Top
Nonconformist Geek
 
Anti-Trend's Avatar
 
Join Date: Oct 2003
Age: 27 Male
Posts: 4,882
Times Helpful: 538
Status: Offline

My Computer

Version 7.0 of SMEserver has been released as of July 1, 2006! The new release represents the culmination of months of hard work by numerous developers and beta testers and is sure to impress those that select it as their server distribution.

SME Server 7.0 features:

Type

Distribution

Feature
Alignment with Source Packages

* Completely aligned with CentOS 4.3 (2.6.x kernel) and Mitel packages
* Packages which come from CentOS 4.3 and Mitel are used unmodified
* All other packages taken from stable upstream repositories (e.g.atrpms) whenever possible
* Packages for CentOS 4.3 and RHEL 4.3 can be used unmodified |


Type

System

Feature
Hard Disk improvements

* Automated installation as RAID
* 1 disk: One-way RAID1 mirror
* 2 disks: Two-way RAID1 mirror
* 3-5 disks: RAID5
* 6+ disks: RAID6
* NOTE: All disks must be the same size in 7.0


Type

eMail

Feature
Secure eMail

* POP3/SSL, IMAP/SSL, SMTP/SSL
* SMTP AUTH over SMTP/SSL


Type

eMail

Feature
Webmail Upgrade

* Horde/IMP3 based Webmail


Type

eMail

Feature
qpsmtpd enabled

* SMTP reception via qpsmtpd
* Loads of plugins available, many enabled
* Full user/domain filtering to block mail to invalid user/domain combinations
* Many other mail sanity checks - see /var/service/qpsmtpd/config/plugins
* Lots of other plugins also exist - see /var/service/qpsmtpd/plugins/


Type

eMail

Feature
Antivirus eMail scanning

* Virus scanning with ClamAV
* Virus laden mail rejected during SMTP transaction
* Automated pattern files download
* Engine download via yum (see Software installer)
* Optional weekly/daily filesystem scan
* Optional quarantining of infected files during scan
* Plugins for plenty of virus scanners exist - see /var/service/qpsmtpd/plugins/virus/

.

aveclient - Kaspersky
bitdefender - BitDefender
check_for_hi_virus - clamav
clamav - clamav
clamdscan - clamd
hbedv - AntiVir
kavscanner - Kaspersky
klez_filter
pattern_filter
uvscan - McAfee


Type

eMail

Feature
eMail Attachment handling

* Attachment blocking - e.g. to block EXE, ZIP, PIF, ...
* Attachment conversion from TNEF or UUENCODE to MIME


Type

eMail

Feature
Spam Assassin

* Spam filtering with SpamAssassin
* Automatic tagging with X-Spam-Status: header
* Optional filtering to junkmail folder
* Optional Subject tagging
* Selectable tagging levels
* Optional rejection during SMTP transaction of spam exceeding a configurable level


Type

User Accounts

Feature
Pseudonyms

* Pseudonyms panel:
* Ability to send (e.g.) support@domain1 and support@domain2 to different places
* Can enter pseudonyms of pseudonyms


Type

Distribution

Feature
Contribs and Updates distribution

* Yum based software installation
* Standard/safe yum "channels" enabled
* Additional channels can be enabled from the panel, and others added to the db and then enabled/disabled
Send a message via ICQ to Anti-Trend Send a message via AIM to Anti-Trend   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Network burner ninja fetus Networking and Computer Security 1 11-10-2005 07:31 AM
Help with network whitewidow Networking and Computer Security 2 11-03-2005 02:17 AM
Network only works one way powerfreak Networking and Computer Security 5 08-02-2005 04:06 AM
network disconnecting afidelino Networking and Computer Security 2 06-01-2005 12:39 AM
Network Problem ProcalX Networking and Computer Security 4 04-11-2004 06:58 AM


All times are GMT +1. The time now is 09:05 AM.


Copyright © 2000 - 2008 · HARDWAREFORUMS.COM · All rights reserved