Is the firewall in the wireless router enough?

9

4

I got an ADSL internet connection that goes into a Linksys wireless router that features a built-in firewall. Are those kinds of firewalls typically good enough for regular use, or should look into securing the computers on our home network more tightly?

Fredrik Mörk

Posted 2009-07-15T19:22:44.527

Reputation: 455

Answers

14

I generally use a hardware and a software firewall. Hardware firewalls are great at blocking all incoming connections, except for those allowed. However, they do a very poor job at trying to decipher traffic going out. There are often many applications that will connect through port 80 going out, which should be entirely allowed by the hardware firewall. A software firewall here will help decipher which of those programs should be allowed to go out, which will help prevent botnets/trojans/other virii from phoning home, so long as you keep your firewall up-to-date. Because you can easily give yourself malware with a good hardware firewall in place, a software firewall is necessary to catch some of the "Whoops" factor.

Eric

Posted 2009-07-15T19:22:44.527

Reputation: 276

This is assuming that the software firewall you use has per program settings. – Brad Gilbert – 2009-07-16T02:42:57.630

@Brad: What firewall doesn't, these days? – Sasha Chedygov – 2009-09-01T19:02:03.530

2

it will protect you from outside attacks reasonably well.
It doesn't protect you from something on another computer on your network, it also wont tell you if you have something nasty that is calling out - for these you need local software firewalls.

Martin Beckett

Posted 2009-07-15T19:22:44.527

Reputation: 6 073

2

The firewall that your network router offers can be seen as a first line of defense but should not be seen as the only defense you need. As long as you do not enable port forwarding and do not put your computer in what some router call a DMZ, incoming connection from the internet will be denied by default. However, this only protects you from one kind of potential harm that can come to your computers.

Viruses and malware can reach you from questionnable website, email, friends USB keys, etc. You will want to run virus and malware protection on your computer.

Also, your router connected to your ADSL connection only protects you from connection coming from the internet. What about friends or family laptop? Enabling the firewall on the individual computers (or using third party firewall software) will help prevent malware from roaming the computers on your network.

Finally, if you have wireless connections enabled on your router, you'll want to think about securing it. Your router vendor as most likely information on the subject. Make sure to select WPA2 or WPA as the protection and not WEP as the later can be easily bypassed and, once bypass, any wireless computer is now sitting behind your firewall. As with friends computer, enabling the OS firewall or installing a third party software firewall will help you avoid the problem if your wireless security is indeed breached.

Pierre-Luc Simard

Posted 2009-07-15T19:22:44.527

Reputation: 771

1

Well, 90% of the problems with wireless routers are leaving it open (such as using WEP), or using weak encryption. If someone can get on to the network, they can read all the unencrypted internet traffic using certain DHCP attacks. It is, however, very important to look online for security vulnerabilities for the router you are using, and make sure that you get the latest security updates.

Other than that, though, the default firewall and the firewalls on the computers should suffice. If you're particularly concerned about security, try installing Tomato on your router, and then using the firewall in that. I've heard very good things about it.

user1607

Posted 2009-07-15T19:22:44.527

Reputation: 81

0

I use ShieldsUP! for the UPnP exposure test. Good way to see if your system responds to UPnP probing.

https://www.grc.com/intro.htm

y_m_o

Posted 2009-07-15T19:22:44.527

Reputation: 1