Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Computer Support > Top 3 firewalls, anti-virus apps, anti-spyware apps

Reply
Thread Tools

Top 3 firewalls, anti-virus apps, anti-spyware apps

 
 
The Master of The Known Universe
Guest
Posts: n/a
 
      05-09-2006
In your opinion/experience, what are the top 3 stand-alone firewalls,
anti-virus apps & anti-spyware apps?
Reasons/explanations for your choices would be welcome too.
Thanks.


 
Reply With Quote
 
 
 
 
Whiskers
Guest
Posts: n/a
 
      05-09-2006
On 2006-05-09, The Master of The Known Universe <> wrote:
> In your opinion/experience, what are the top 3 stand-alone firewalls,


1) hardware
2) Shorewall
3) 1+2

> anti-virus apps & anti-spyware apps?


1) Not using Windows
2) Still not using Windows
3) Never using Windows for anything requiring an internet connection or
exchanging data with anyone else.

> Reasons/explanations for your choices would be welcome too.
> Thanks.


A 'hardware' firewall is independent of whatever you might have running on
computers protected by it.

Shorewall runs on Linux and if you have it running on the only machine
directly connected to the internet then you very nearly have a hardware
firewall. Windows is inherently vulnerable, due to its basic design; it
can be made secure, but just not letting it get loose in the first place is
even better )

If you aren't using Windows, you do not need anti-virus or anti-spyware
tools at all. (Firms whose business is selling anti-virus and
anti-spyware products naturally don't want to admit that, because if
people stop using Windows then they'll stop needing anti-spyware and
anti-virus programs).

I don't use Windows, this machine has Shorewall installed, and it connects
to the internet via a router+firewall device. No viruses, no trojans, no
spyware )

(And before you ask, no rootkits either; I do know that Linux is not
invulnerable, even though it is invulnerable to things that can break
Windows).

--
-- ^^^^^^^^^^
-- Whiskers
-- ~~~~~~~~~~
 
Reply With Quote
 
 
 
 
Mitch
Guest
Posts: n/a
 
      05-09-2006
In article <>, The Master of The Known
Universe <> wrote:

> In your opinion/experience, what are the top 3 stand-alone firewalls,
> anti-virus apps & anti-spyware apps?


From reading in this group and others, you might see these most
strongly recommended:


Firewall:
Kerio
Outpost
Zone Alarm

Anti-virus:
Avast
AVG

Anti-spyware:
Ewido
Spybot S&D
Ad-Aware
 
Reply With Quote
 
Mitch
Guest
Posts: n/a
 
      05-09-2006
In article <5oi7j3->, Whiskers
<> wrote:

> Shorewall runs on Linux and if you have it running on the only machine
> directly connected to the internet then you very nearly have a hardware
> firewall.


I thought all Linux packages included a firewall as a basic tool --are
you saying that isn't true, or that there is a better one for your
Linux distro?
 
Reply With Quote
 
Duane Arnold
Guest
Posts: n/a
 
      05-09-2006
The Master of The Known Universe wrote:
> In your opinion/experience, what are the top 3 stand-alone firewalls,


A low-end FW appliance like WatchGuard, Cisco, SnapGear, Sonicwall and
others or a NAT FW router that's ICSA certified. Netgear makes an ICSA
certified router and there are others. You can get the FW appliances
used if that's a concerned that has a full warrantee and Netgear for
under $100.

Why, because they have a syslog where you can use something like
Wallwatcher or KWIW Syslog Daemon (both free) and the solutions above
meet the specs for what does an Internet FW do.

http://www.firewall-software.com/fir...rewall_do.html

As for a host based solution that's standalone, any solutions that use
two NIC with one connected to the modem the Internet facing NIC and the
other one facing the LAN the LAN facing NIC. One that ICSA certified if
possible.

> anti-virus apps & anti-spyware apps?


I like NOD32 and it's one of the best, because it has a top rating and
light on the resources.

Anti-spyware I don't use it and have no use for it.

Duane

 
Reply With Quote
 
Seatoller
Guest
Posts: n/a
 
      05-09-2006
It was on Tue, 09 May 2006 23:38:25 +0000, that Mitch wrote:

> In article <5oi7j3->, Whiskers
> <> wrote:
>
>> Shorewall runs on Linux and if you have it running on the only machine
>> directly connected to the internet then you very nearly have a hardware
>> firewall.

>
> I thought all Linux packages included a firewall as a basic tool --are you
> saying that isn't true, or that there is a better one for your Linux
> distro?


The OP was asking for a /standalone/ firewall, of which the Shorline
Firewall (aka Shorewall) is one. He wasn't asking about /integrated/
firewalls, which the majority of linux distros have as a standard feature.

--
The short life and hard times of a Linux virus
http://librenix.com/?inode=21
Linux vs. Windows Viruses
http://www.securityfocus.com/columnists/188
 
Reply With Quote
 
Whiskers
Guest
Posts: n/a
 
      05-10-2006
On 2006-05-09, Seatoller <> wrote:
> It was on Tue, 09 May 2006 23:38:25 +0000, that Mitch wrote:
>
>> In article <5oi7j3->, Whiskers
>> <> wrote:
>>
>>> Shorewall runs on Linux and if you have it running on the only machine
>>> directly connected to the internet then you very nearly have a hardware
>>> firewall.

>>
>> I thought all Linux packages included a firewall as a basic tool --are you
>> saying that isn't true, or that there is a better one for your Linux
>> distro?

>
> The OP was asking for a /standalone/ firewall, of which the Shorline
> Firewall (aka Shorewall) is one. He wasn't asking about /integrated/
> firewalls, which the majority of linux distros have as a standard feature.


For people running Linux, "iptables" (or the older "ipchains") is what does
the equivalent of a software firewall on a Windows system. Then,
"Shorewall" or "Guarddog" or many other such programs provide a GUI for
administering iptables - and appear to the user to be somewhat like the
'firewall' programs familiar to Windows users. It is of course possible
to configure iptables without using a GUI. Other tools also exist for
controlling access and egress, such as "TCP wrappers" and of course the
hosts file. Just not running as 'root' goes a long way.

--
-- ^^^^^^^^^^
-- Whiskers
-- ~~~~~~~~~~
 
Reply With Quote
 
The Master of The Known Universe
Guest
Posts: n/a
 
      05-10-2006
"Mitch" <> wrote in message
news:090520061304151260%...
> In article <>, The Master of The Known
> Universe <> wrote:
>
>> In your opinion/experience, what are the top 3 stand-alone firewalls,
>> anti-virus apps & anti-spyware apps?

>
> From reading in this group and others, you might see these most
> strongly recommended:
>
>
> Firewall:
> Kerio
> Outpost
> Zone Alarm
>
> Anti-virus:
> Avast
> AVG
>
> Anti-spyware:
> Ewido
> Spybot S&D
> Ad-Aware


Thanks to all for your replies.
Is it significant that all the above are free? (Well Ewido is sort-of free).
Are there any paid-for stand-alone apps you'd recommend for Windows in
addition to NOD32 that Duane mentioned?
Are there any websites that you consider knowledgeable and reliable that
compare different apps? I've seen loads of different sites recommending &
ranking loads of different apps, but I have no objective way of knowing how
reliable they are.
Thanks
(BTW Duane, how come you have no need for antispyware?)


 
Reply With Quote
 
The Master of The Known Universe
Guest
Posts: n/a
 
      05-10-2006
"The Master of The Known Universe" <> wrote in message
news:...
> In your opinion/experience, what are the top 3 stand-alone firewalls,
> anti-virus apps & anti-spyware apps?
> Reasons/explanations for your choices would be welcome too.


Oh, something I forgot to ask...
Am I right in thinking that you should only have 1 firewall and 1 anti-virus
app running at the same time on your PC? Or am I mistaken?
I think you can run multiple anti-spyware apps, but is there a chance any
could conflict with one another? Can you have too few or too many
anti-spyware programs running at the same time? Is there an optimum number?

 
Reply With Quote
 
Duane Arnold
Guest
Posts: n/a
 
      05-10-2006
The Master of The Known Universe wrote:
> "Mitch" <> wrote in message
> news:090520061304151260%...
>
>>In article <>, The Master of The Known
>>Universe <> wrote:
>>
>>
>>>In your opinion/experience, what are the top 3 stand-alone firewalls,
>>>anti-virus apps & anti-spyware apps?

>>
>>From reading in this group and others, you might see these most
>>strongly recommended:
>>
>>
>>Firewall:
>>Kerio
>>Outpost
>>Zone Alarm
>>
>>Anti-virus:
>>Avast
>>AVG
>>
>>Anti-spyware:
>>Ewido
>>Spybot S&D
>>Ad-Aware

>
>
> Thanks to all for your replies.
> Is it significant that all the above are free? (Well Ewido is sort-of free).
> Are there any paid-for stand-alone apps you'd recommend for Windows in
> addition to NOD32 that Duane mentioned?
> Are there any websites that you consider knowledgeable and reliable that
> compare different apps? I've seen loads of different sites recommending &
> ranking loads of different apps, but I have no objective way of knowing how
> reliable they are.
> Thanks
> (BTW Duane, how come you have no need for antispyware?)
>
>


1) http://www.claymania.com/safe-hex.html

However, I still use IE and OE and I don't have problems is using them,
as I am on top of what I am doing with them.

2) http://labmice.techtarget.com/articl...ychecklist.htm

3) I use the tools in the link and go look for myself.

Long

http://www.windowsecurity.com/articl...vironment.html

Short

http://tinyurl.com/klw1

4) I don't depend upon such solutions or a personal FW/personal host
based packet filter like a crutch, because they can be easily
circumvented and defeated.

Duane


 
Reply With Quote
 
 
 
Reply

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 On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
.NET 2.0 Web Apps / .NET 3.5 ASP.NET Apps - Differences/Similariti london1919 MCTS 1 12-08-2008 03:16 PM
Which do you prefer? MCTS: Web Apps or MCTS: Windows Apps? Willy David Jr MCTS 3 01-09-2007 05:49 AM
Running python apps from within python apps aph Python 4 01-14-2006 04:06 PM
Call windows apps from web apps anonymous ASP .Net Datagrid Control 4 02-28-2005 01:25 PM
Web enabled apps/Thin client apps Richard Choate ASP General 2 07-23-2003 02:28 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57