Linux.com

Feature: Security

Review: Astaro Security Linux 5.1

By Dave Markowitz on March 09, 2005 (8:00:00 AM)

Share    Print    Comments   

One of the more popular uses for Linux is as a router/firewall to secure a local area network (LAN) against intruders and share an Internet connection. Several specialized distributions have sprung up to simplify this task. These range from small, diskette-based distros like the Linux Router Project and FREESCO to larger systems requiring a hard disk installation. Among the latter is Astaro Corp.'s Astaro Security Linux (ASL) 5.1, which I recently reviewed as part of ongoing research into content filtering products. ASL is an RPM-based distribution that allows an administrator to easily turn an x86 PC or server into a router/firewall appliance.

Unlike the firewall and router distros mentioned above, ASL is not entirely open source. Rather, ASL is built upon an open source base, but adds a well-designed but proprietary HTTPS graphical user interface that facilitates advanced system administration by users who aren't Linux gurus. Astaro provides technical support for configuration through the GUI but specifically disclaims support for changes made by root via Secure Shell login.

ASL is not distributed entirely under the GNU GPL. Obviously, Astaro cannot claim control over the base operating system, but in order to use ASL with the GUI you need to obtain a license. A license for use of the basic firewall and proxy features is available for free to home users, but commercial users need to buy a license at a cost that varies according to which options they use and how many users will be routing traffic through the box. A 10-user license for using the firewall, intrusion prevention, and virtual private networking feature starts at $290 per year. Adding Web content filtering tacks on another $390 per year, and email virus scanning another $310 per year. Multiple year subscriptions can bring the per-year price down a bit.

ASL's security features include:

  • A packet-filtering firewall
  • A caching proxy server
  • Multiple virtual local area networks (VLAN)
  • Intrusion detection and prevention
  • PPTP, IPSEC, and L2TP virtual private networks (VPNs)
  • POP3, IMAP4, and SMTP proxying and virus scanning, using Kaspersky Antivirus
  • Web content filtering using Proventia Web Filter (formerly Cobion)
  • Logs accessible via downloaded files, remote syslog servers, or HTML reports generated on the ASL box

ASL can also act as a DHCP and DNS server for the computers on your LAN.

To test ASL, I first downloaded an ISO image from Astaro's Web site, verified the MD5 sum, and burned it to CD using K3B on a Dell D600 laptop running SUSE 9.2 Professional. I registered with Astaro to obtain a 30-day evaluation license, which I saved as a text file to the laptop's hard disk.

My test box was a 2.4GHz Pentium 4-based Dell Dimension with 512MB of RAM, an IDE hard disk (6.4GB is the minimum required), an onboard Intel 10/100 Ethernet card, and an RTL8139-based Ethernet card scavenged from our storage closet. I connected an old Dell P/S2 keyboard and a Dell 15-inch LCD display for use during installation.

To install ASL you need to be able to boot from the installation CD, so you may need to switch the order of boot devices in your computer's BIOS. After booting into the text-mode installer, you must answer a few questions, including which network interface card (NIC) to use for management access. You can use the same NIC for management as you do for LAN access through the box, or you can install a separate NIC for this, further restricting administrative access.

I recommend you have all the hardware you plan to use installed in the machine when you load ASL. Although you can add hardware later, doing so requires you to log in via SSH and manually edit configuration files to get ASL to recognize them. Unless you do so, ASL's GUI won't recognize the new hardware. This is something I'd like to see rectified in future Astaro releases.

Installation took only about 12 minutes on my test machine. After the installer finished copying files from the CD, I ejected the disc and rebooted.

The system came back up quickly on reboot. The first time I accessed the Web GUI I was prompted to set passwords for the Web admin, root, and console login users. Upon logging in I found a system that was quite locked down. Very few services were running, and in fact, you need to manually activate the WAN interface. This is the kind of initial setup I like to see in a firewall, because it reduces the chance that an unneeded service will provide an exploitable hole to outside attackers.

I should note that while ASL provides an easy-to-administer interface to Linux's routing and firewalling capabilities, a slick GUI cannot substitute for an administrator's understanding of TCP/IP networking.

When activating the WAN interface you must specify which networks it's considered to be part of. Options include any, internal network, internet address, internal broadcast, external network, and external broadcast. Since I was configuring mine as a router and firewall protecting a LAN from the Internet, I assigned the WAN port to the external network.

The default configuration of the packet filter blocks all inbound and outbound traffic going through the router. If as in my setup you're using ASL to share one public IP address among the computers on your LAN, you'll have to enable IP masquerading. You can then create packet filter rules to allow applications running locally to access the Internet. For example, if you want to be able to use AOL Instant Messenger, you'll need to open outbound TCP port 5190.

The packet filter supports very granular rule sets. For example, a system administrator at a company running an ASL firewall could enable AIM for certain users while blocking it for other uses. This is useful in corporate environments where certain departments need more restricted Internet access than others, such as a stock brokerage.

My main reason for trying ASL was to evaluate its Web content filtering abilities. I am opposed to government censorship, but in my opinion it is appropriate for private companies to limit access to non-work related content. For example, companies may risk liability for sexual harassment if they fail to limit employees' access to online pornography. Even if liability isn't a concern, lost productivity can be.

ASL's Web content filtering engine is Internet Security Systems' Proventia Web Filter, which allows an administrator to set up filtering rules based on user, time of day, one or more of 17 Web site categories, and whether to block or permit access. Particular sites can be whitelisted, so that they'll be accessible even if they fall into an otherwise prohibited category. Aside from standard Web page blocking, the filter can also be configured to block objects like JavaScripts and ActiveX controls. So, besides being a way for a company to cover itself against liability or limit unproductive Internet usage, the content filtering can bolster security by blocking malicious content. Proventia logs the Web pages that users access, so the administrator can see how his bandwidth is being used.

To test the content filter I created a profile that blocked access to sites relating to weapons, pornography, and employment. Most of the "bad" sites that I attempted to access were blocked, and I got no false positives. However, I was a bit surprised to see that one or two URLs containing the F-word were not blocked. It's my understanding that URLs that pass through the filter and aren't blocked are forwarded to ISS for review, so as more users pass traffic through Proventia servers the various site classification lists should become more comprehensive. But this points to a fault shared by all list-based content filters: if a site isn't classified, access will be allowed. Other content filters that engage in on-the-fly content analysis may block sites that would not be blocked by list-based products, at the risk of false positives generated by incorrect analysis.

It's possible to set up the content filter so that different users are granted different levels of Web access. For example, a school running ASL could give very restricted access to freshmen and sophomores, less restricted access to upperclassmen, and unrestricted access to the Internet for faculty. Which profile is applied to a particular user is determined by user authentication, which can be handled by local accounts, RADIUS, Microsoft SAM, Active Directory, NTLM, or OpenLDAP.

I found the ASL Web GUI very responsive over my 100Mbps LAN when performing administrative tasks. Layout is logical and easy to navigate and worked well in Firefox, although the cursor became invisible when in some dialog boxes. I was able to use the GUI with equal facility from my D600 whether it was booted into SUSE or Windows XP.

It's important for an administrator to be able to get good information about what's happening on his systems, and Astaro's reporting features are excellent. For a lot of users, the Executive Summary report will provide enough detail without becoming overwhelming. If administrators need more detail they can obtain it via the GUI or by downloading the raw log files for off-box analysis.

My evaluation of ASL didn't encompass the mail proxying functions, due to my project's focus on content filtering. However, Astaro does make it relatively easy to protect email servers behind a proxy. A good use case for this would be to protect your network's main SMTP server behind an SMTP proxy handling antivirus and antispam filtering.

Another Astaro feature I didn't have the chance to try is VPN support, which enables an admin to grant remote access to a LAN via PPTP, IPSEC, or L2TP. Similarly, you can link two LANs at different locations via an encrypted tunnel over the Internet.

Overall, Astaro Security Linux is an impressive package which allows a network administrator to set up a secure firewall with advanced functions. Using the appropriate hardware it can support LANs ranging from small home setups to large corporate networks. ASL offers a comprehensive suite of security functions easily accessible through a well-designed graphical interface, which makes it accessible to network admins who aren't necessarily Linux gurus. Beyond that, ASL is backed by a company that's been in business since 1999 and which can provide technical support. This combination of open source and proprietary software with corporate backing may make it easier to sell ASL to managers otherwise leery of putting Linux systems into production use.

Dave Markowitz works in commercial product development for a large broadband ISP, and also provides LAN consulting to small businesses in the Philadelphia area. The opinions in this article are his entirely his own and not representative of his employer.

Share    Print    Comments   

Comments

on Review: Astaro Security Linux 5.1

Note: Comments are owned by the poster. We are not responsible for their content.

Other?

Posted by: Anonymous Coward on March 09, 2005 06:35 PM
What about smoothwall or m0n0wall?

The webpage access list is a bit extream for a router, I would offload that to squid or something.

#

Re:Other?

Posted by: Anonymous Coward on March 10, 2005 02:11 AM
<A HREF="http://www.ipcop.org/" title="ipcop.org">ipcop</a ipcop.org> is another dedicated firewall distro that has the same capabilities as Astaro, including an easy to use GUI, Snort, Squid, etc., and it's free. Why would I fork out $$$ for a non-free product that does the same thing?

#

Re:Other?

Posted by: Anonymous Coward on March 10, 2005 08:05 PM
I beg your pardon, but IPcop, SmoothWall and such are far far inferior to Astaro and they definitely do not have the same abilities, they are not even in the same league. I especially find SmoothWall's and IPcop's lacking support for any sort of advanved packet filter rule set editing very disturbing.

Astaro is so vastly superior. If you want to compare it with something, you should compare it with CheckPoint or Raptor and other professional products.

IPCop & Co. are OK for home users, I agree with that. But this article was clearly referring to company use, where you may require content filtering and other advanced features that only a professional product such as Astaro (and others in that segment, e.g. CheckPoint, Raptor, SmoothWall Ltd., SonicWall<nobr> <wbr></nobr>...) offer.

Regards,

DJM.

#

Re:Other?

Posted by: Anonymous Coward on March 10, 2005 10:15 PM
Note that he didnt say anything about m0nowall.

#

Sponsors

Posted by: Anonymous Coward on March 09, 2005 06:57 PM
Isn't Astaro one of the companies that sponsors LWN and the netfilter developers?

I'd say that is another worthwhile "feature".

#

about VPNs and Sponsoring...

Posted by: Anonymous Coward on March 09, 2005 09:36 PM
Hi all,

we use Astaro here since Version 3, and the VPNs work like a charm. Sometimes we have to consult other admins with Checkpoints etc. how to set up tunnels, but they work pretty well together. The same goes for other IPSec-capable devices.

And yes, Astaro is sponsoring lwn.net and some others, too.

IMHO it's an excellent product with an unbeatable price, if you consider the built-in functionality.

kind regards,
wjl

#

Astaro is impressive

Posted by: mt_nixnut on March 09, 2005 10:15 PM
We have been using here for several months now. It is head and shoulders above any homegrown or personal firewall solutions. This does just about everything from anti-virus, anti-spyware, anti-porn, anti-spam, good reable reporting, etc etc. You pay but you get what you pay for. Excellent support too. We have had configuration problems (we messed up) and they have been very helpful.

#

This review has some factual errors

Posted by: Anonymous Coward on March 10, 2005 08:01 AM
The author did not spend enough time checking his facts. The two obvious mistakes that came to mind as I read the article are #1 the pricing is not accurate, $290 per 10 users is correct but that is not an annual cost, rather it is a one time cost.
Also, the web content filter does not allow pages through if they have not been classified. That the author mentions this as a weakness of all web content filters make me thing he has not spent much time working with any of them. Almost all content filters (Astaro included) will by default *block* any site that has not been classified. In the Astaro case, the site is then submitted to the company that maintains the classification database and is supposed to be classified within 24 hours. This is typical of all the filtering software I have worked with.
There may be other factual errors in this article, so read with caution and check the facts.
All in all, I am glad to see that the Astaro is getting some more attention, it is really an excellent product.

#

Astaro 5.2 is already out

Posted by: Anonymous Coward on March 10, 2005 08:05 AM
version 5.2 adds to 5.1 several ways to filter spyware for the entire network using the web proxy
also, why no mention of the great IDS built in to ASL, based on snort??

#

Astaro is available through Novell

Posted by: Anonymous Coward on March 11, 2005 04:01 AM
Thought that some might find interesting that Novell is Selling Astaro as Novell Security Manager http://www.novell.com/products/securitymanager/

L8ter

#

This story has been archived. Comments can no longer be posted.



 
Tableless layout Validate XHTML 1.0 Strict Validate CSS Powered by Xaraya