Slashdot Mirror


Should You Fire Your Firewall?

Gsurface writes "A lengthy article over at Flexbeta.net focuses on firewall applications and how well they perform as far as securing your system. Four typical firewall applications were tested including two routers, one being the Cisco 831 SOHO, which performed rather well. In total, nine security test were conducted to measure how well each firewall performed."

25 of 50 comments (clear)

  1. I don't appreciate the hardware very much... by MrNerdHair · · Score: 5, Interesting

    Very interesting, although I'ven never been much for hardware firewalls. I grab an old machine, load it up with Slackware 9.1, and custom-configure the netfilter/iptables rules. I's a lot more versitile, and it's not just a firewall. It can be expanded to run every server known to man, such as ssh for remote control, or FreeS/WAN, for VPN.

    1. Re:I don't appreciate the hardware very much... by nocomment · · Score: 4, Insightful

      Same here. Most of my company firewalls are running OpenBSD with PF. There's 1 linux box that is getting replaced very soon. Typical setup is 4 or 5 nics, multiple NAT's yadda yadda. plus now that OpenBSD is giong to have CARP in 3.5, you will have an auto-failover with a maintained state to another machine. This plus transparent squid caching, allows us to have about 100 users per T-1 with no complaints.

      --
      /* oops I accidentally made a comment, sorry */
      /* http://allyourbasearebelongto.us */
    2. Re:I don't appreciate the hardware very much... by Creepy+Crawler · · Score: 4, Interesting

      Hardware firewalls are not meant for exquisite filtering or heavy duty VPN. What does make firewalls nice is that they have multiple ports (hence a router) and have a FULL bandwidth between any 2 channels.

      With your example, once that nice PCI bus gets saturated... Game Over. Too bad they dont make a 1 GBps card for the AGP slot

      --
    3. Re:I don't appreciate the hardware very much... by Micro$will · · Score: 3, Informative

      Actually most home cable/DSL routers run a small embedded Linux distro, though I've found most are less robust than my old Pentium. My friend has to restart his Linksys almost daily, while my machine (Red Hat 8.0 minimal install) has 200+ days uptime. I've never tested the Linksys, but my setup gets a thumbs up from Shields Up.

    4. Re:I don't appreciate the hardware very much... by nocomment · · Score: 4, Interesting

      Hardware firewalls are not meant for exquisite filtering or heavy duty VPN. What does make firewalls nice is that they have multiple ports (hence a router) and have a FULL bandwidth between any 2 channels.

      I agree with you, to a point. For a medium sized network like mine, where there are _no_ hubs except for the one at the firewall (so the snort box can listen) the switches will take care of keeping the bandwidth that the firewall actually hears to a minimum. The PCI bus can handle 127-ish MB/s nad 64 bit PCI can handle 508-ish. So unless you have a really high traffic system[1] this setup is not even noticable between a Cisco, or other heavy duty router.

      [1] I have a really high traffic FTP server on my DMZ that is accessed a lot from systems on one of my NAT's and from the internet. What I did was move this system (OBSD) in _front_ of the firewall, enable PF on the FTP server to firewall it. Then I added a 2nd NIC to the FTP server so it plugs directly into the LAN. This makes sure that almost _no_ traffic from that system actaully hits the firewall. If I didn't do this, the PCI bus, like you say, would slow things to a crawl.

      --
      /* oops I accidentally made a comment, sorry */
      /* http://allyourbasearebelongto.us */
    5. Re:I don't appreciate the hardware very much... by nocomment · · Score: 2, Insightful

      Actually most home cable/DSL routers run a small embedded Linux distro

      Linux isn't bad because the OS can't handle the job, but rather because they just don't have the really wide backplane like the Cisco's have. If you were able to get a linux box with a backplane like what cisco uses linux would be jsut as effective, albeit perhaps not as robust as IOS.

      --
      /* oops I accidentally made a comment, sorry */
      /* http://allyourbasearebelongto.us */
  2. Crap by Old+Uncle+Bill · · Score: 4, Insightful

    Any review of security/firewalls using Gibson's crappy analysis tools is beyond flawed. I would take all of this review with a grain or two of salt.

    --
    Yes, I am an agent of Satan, but my duties are largely ceremonial.
  3. The Shields Up! Test by Radical+Rad · · Score: 4, Interesting
    The D-Link router failed to stealth one port whiles the bare system shows how vulnerable we can be without a firewall.

    But the port it shows as closed is 113 which is sometimes needed to authenticate to ftp or web sites. The authors of the review are assuming that the best firewall stealths absolutely everything. But if a product completely protects your system why wouldn't that be good enough? Same for ZoneAlarm4 not stealthing several ports under Advanced Port Scanning.

    I like the way they bring up outbound filtering though. Most "personal" firewalls don't do anything with this.

    1. Re:The Shields Up! Test by boneshintai · · Score: 2, Insightful

      (For reference port 113 is the 'ident' identification protocol. Anyone using this for serious authentication should be shot.)

    2. Re:The Shields Up! Test by Quarters · · Score: 2, Informative

      Yeah, their comments about the D-Link and port 113 illustrate the basic nature of the review. It's very easy to configure the D-Link routers to stealth 113 if you really want to. Just use the advanced tab in the setup to create a virtual-server at an unassigned IP address in the router's 192.168.0.* range and shunt the port 113 traffic there.

    3. Re:The Shields Up! Test by Micro$will · · Score: 2, Interesting

      I'm not sure about the DI-604, but I had an old DI-704 that would stealth 113 given the proper tweaks. I'm also surprised the 604 didn't show up to ICMP scans since I had to manually set mine to not reply.

      The Zone Alarm results are confusing too. I just installed the free version on a friends machine, but had to disable it temporarily because it blocked the outbound request to access my file server. I assume there are many options you can configure to secure any hardware or software firewall, but you need to have the knowledge and patience to sit down for a day, preferably within a protected network, set them up and hammer on them with nmap.

    4. Re:The Shields Up! Test by nocomment · · Score: 2, Informative

      Re:The Shields Up! Test Re:The Shields Up! Test (Score:1) by Micro$will (592938) on Wednesday March 10, @08:54PM (#8529083) (http://www.vixenny.com/) I'm not sure about the DI-604, but I had an old DI-704 that would stealth 113 given the proper tweaks. I'm also surprised the 604 didn't show up to ICMP scans since I had to manually set mine to not reply. The Zone Alarm results are confusing too. I just installed the free version on a friends machine, but had to disable it temporarily because it blocked the outbound request to access my file server. I assume there are many options you can configure to secure any hardware or software firewall, but you need to have the knowledge and patience to sit down for a day, preferably within a protected network, set them up and hammer on them with nmap.

      I have zone alarm running on my wifes windoze box (only one in my house) and I set the preferences to prompt whenever something new requests a connection to the internet. Then when something hasn't been used before you get a popup asking for permission. I've caught spyware this way and simply denied it access and the pop-ups went away. I don't think it's a substitute for gateway firewalls, but they are very useful for situations like this.

      --
      /* oops I accidentally made a comment, sorry */
      /* http://allyourbasearebelongto.us */
    5. Re:The Shields Up! Test by Micro$will · · Score: 3, Insightful

      Don't a large number of ISPs have upstream firewalls anyway? I'm on Comcast, and I'm pretty sure that there is a firewall upstream.

      A lot of ISPs block certain ports, but which ones? Where are they blocked? Are they blocked all the time, or only during peak hours? You may be safe from a Shields Up scan, but are you safe from the 3|337 hax0r down the street?

      Trusting my ISP to keep my computer secure is like trusting public transportation to be on time. If I *must* be somewhere at a certain time, I'd rather leave a little early or drive just in case.

    6. Re:The Shields Up! Test by orthogonal · · Score: 3, Interesting

      For reference port 113 is the 'ident' identification protocol.

      For reference, it's used by sendmail.

      Before learning this firewall users who read their logs (me!) will have a paranoia induced moment or two when they notice their host/ISP apparently scanning their ports, and will be even more bemused when they notice the scanning follows a regular period matching the period of their email client's polling.

      Fun stuff!

    7. Re:The Shields Up! Test by dpilot · · Score: 2, Informative

      The ident request is being sent back to you by the UPSTREAM sendmail, and has nothing to do with what MTA you're using. Plus AFAIK sendmail isn't the only MTA that sends back an ident request, though I can't identify any others. I'm under the impression that some ftp servers send back ident requests, and that most IRC does, too.

      --
      The living have better things to do than to continue hating the dead.
  4. YRO? by winsk · · Score: 5, Insightful

    Does this really belong in the Your Rights Online section?

  5. Re:asdfas by Ayanami+Rei · · Score: 3, Informative


    Leak:
    1) Hardware firewalls _rarely_ block outbound traffic, so they implictly allow out (since they can't predict what you'll need).
    2) Internal software firewalls work by intercepting a request to send a packet if it matches a rule. If the rogue software actively looks for a way to bypass the filter (by talking directly to the network card itself and bypassing the operating system), then there is nothing that can stop it.

    Hence the all fail the leak test. That's to be expected. In general you cannot expect to be connected to the internet at all and NOT be _somewhat_ vulnerable about information being transmitted without your knowledge.

    Browser test:
    You're right. Firewalls shouldn't double as a content/URL filter. That's the job of an "application proxy". Many firewall vendors are functioning as both... which is fine for a consumer who doesn't know the difference.

    However, this is partially due to the fact that windows has this API called "NDIS".
    Firewalls are implemented by placing filters in the NDIS chain that check for incoming/outgoing IP addresses and stuff, and can process them. But the NDIS chain also allows you to intercept URLs and how they are parsed, control DNS lookup, and more. (This is a Windows-specific feature). So most firewall developers naturally decided to add URL/content filtering because it was an easy step from IP filtering, since they were using the same programming interfaces.
    It wasn't rocket science... it was right there in the programming manuals next to the other stuff. :-)

    Port scan:

    By default, ZoneAlarm is configured to allow ports 135-139 in (but ONLY for the "Local Zone", if they bothered to check) so you can use Windows File Sharing between computers. It's easily turned off making the computer invisible to everyone just like the rest of them.

    ZoneAlarm wanted to be friendlier to people who wanted to share files or printers inside their house.

    --
    THIS THING CAN TURN ON A DIME, MACROSSZERO STYLE ALSO FUCK BETA, ~NYORON
  6. TooLeaky test is BS by VarmintCong · · Score: 5, Interesting

    I decided to try some of these tests myself. When testing using TooLeaky, I got a notification that it sent the information to GRC.com and recieved information from GRC.com, even when I disabled my internet connection.

    Sounds like BS to me.

  7. My hw FW blocks outbound! by redelm · · Score: 2, Interesting
    I use a Siemens 2602. I could easily set up a Slack9.1 box to do the same thing, but the electricity consumption, noise, space and admin aren't worth it.

    Blocking outbound is an important feature. My kids run MS-Win boxen, and these are sure to get trojanned. One of the nastiest rather quietly acts as a spam relay. AOL (hardly authoritative) has claimed 1/3 of spam inbound is from DHCP broadband. So I'm a responsible netadmin and block outbound 25 from their machines. They get their mail via yahoo anyways.

    Now, if my son needs grounding (he hasn't), I may need to find out the AIM ports to block.

  8. 'personal' firewalls...and why you want one by Frennzy · · Score: 3, Informative

    In general, you should always use a dedicated device to filter incoming packets. Consider it 'first line' defense.

    Where things like ZoneAlarm and Kerio make a difference is that they filter outbound connections. Of particular note is that, if the user pays attention and doesn't randomly approve everything the software shows them, then a firewall application can not only block specific outbound ports, but it can maintain specific application+port rules. That way, rogue malware can't hijack commonly used ports, such as port 80. It also would prevent worms/viruses that use their own SMTP engine.

    Data security should always be a layered approach. Take care of different threats with different (appropriate) defenses.

  9. ShieldsUp doesn't go far enough to test servers. by Futurepower(R) · · Score: 2, Interesting


    He wasn't being careful in what he said, probably. There is nothing wrong with ShieldsUp! at GRC.com. (Scroll down to ShieldsUp, which cannot be linked directly.)

    However, ShieldsUp doesn't go far enough in testing for vulnerabilities. ShieldsUp is perfect for testing systems or LANs that have no servers, because you are only trying to verify that there is no response at a particular port. However, if there is a server, other attacks than those of ShieldsUp should be tried.

  10. Re:ShieldsUp doesn't go far enough to test servers by delus10n0 · · Score: 2, Interesting

    Check out http://www.grcsucks.com/ for info debunking GRC/ShieldsUp/Steve Gibson. He's a quack.

    --
    Not All Who Wander Are Lost
  11. "An In-depth Look at SMALL SYSTEM Firewalls" by Futurepower(R) · · Score: 4, Interesting


    This is just one more case where an excellent area of inquiry is ruined by the wording of a Slashdot article, and by people trying to show how much they know without saying anything that could actually be used by someone else.

    The article at Flexbeta should not be worded, "An In-depth Look at Firewalls", it should be "An In-depth Look at Small System Firewalls". Most single computers or small LANs have no servers.

    The parent post is considering an important issue for systems of 100 users. Systems that large are far out of the scope of the Flexbeta article.

    We need two Slashdot articles on firewalls, one for small systems, and one for more complex LANS.

    The Flexbeta article considered only Linksys (now owned by Cisco) and D-Link small system hardware firewalls. It did not consider Airlink Plus and Netgear.

    I got burned with poor technical support from Cisco. Also, Cisco stopped supporting its 675 router. I don't want to be involved with Cisco again, so Linksys is out, especially because of the confused Linksys web site. Cisco has an enormous conflict of interest. If Linksys sells good firewalls, it will mean Cisco sells fewer.

    So, which is the better hardware firewall, D-Link DI-604, or the Netgear RP614?

  12. Overblown language, but ShieldsUp tests ports. by Futurepower(R) · · Score: 2, Interesting


    While Steve Gibson is known for overblown language, his ShieldsUp does in fact test for open ports.

  13. how good is good enough by tanguyr · · Score: 2, Interesting

    One of the questions that this discussion doesn't take into account is just how good does a personal firewall on a home computer have to be in order to be effective?

    It seems to me that you have to take the "threat level" into account: are you looking for a solution to keep you one hundred percent safe in the face of a dedicated attack by an expert opponent or do you just want to deter random port scanning dorks from malasia? If you're not a convenient victim and your neighbor runs vanilla windows XP, doesn't have a firewall, doesn't apply security patches and, hey while we're at it, surfs porn from dodgy russian sites all day... chances are you're safe enough... for now. /t

    --
    #!/usr/bin/english