Networking Forums

Networking Forums > Computer Networking > Broadband > router firewall disabling

Reply
Thread Tools Display Modes

router firewall disabling

 
 
steve church
Guest
Posts: n/a

 
      01-09-2005, 07:46 PM
Can the firewalls in routers be turned off if I wish to use those in my PCs
instead.

Steve


 
Reply With Quote
 
 
 
 
Tiscali Tim
Guest
Posts: n/a

 
      01-09-2005, 08:06 PM
In an earlier contribution to this discussion,
steve church <(E-Mail Removed)> wrote:

> Can the firewalls in routers be turned off if I wish to use those in
> my PCs instead.
>
> Steve


Most routers have a config option which enable you to turn off the firewall.

Perceived wisdom says you should use a software firewell in your PC *as well
as* rather than *instead of* the one in the router. For one thing, when your
PC boots, the internet connection may be live before the firewall gets
going - so the only protection is the router.
--
Cheers,
Tim
______
Please reply to newsgroup. Reply address is invalid.


 
Reply With Quote
 
Ivor Jones
Guest
Posts: n/a

 
      01-09-2005, 08:38 PM
steve church wrote:
> Can the firewalls in routers be turned off if I wish to use those
> in my PCs instead.


Yes, but why would you want to..? Best to use both. Belt & braces is a
phrase that springs to mind, one might catch something the other misses.

Ivor


 
Reply With Quote
 
johnydeath
Guest
Posts: n/a

 
      01-09-2005, 09:22 PM

> steve church <(E-Mail Removed)> wrote:
>
>
>>Can the firewalls in routers be turned off if I wish to use those in
>>my PCs instead.
>>
>>Steve

>


whats your router ip address )
 
Reply With Quote
 
stephen
Guest
Posts: n/a

 
      01-09-2005, 09:54 PM
"steve church" <(E-Mail Removed)> wrote in message
news:crs54l$30p$(E-Mail Removed)...
> Can the firewalls in routers be turned off if I wish to use those in my

PCs
> instead.


maybe - depends which kind of router and what type of firewall if any it
contains.

If the box is a conventional router as used in a corporate network - where
the router connect 2 or more subnets together, and all address are visible,
then the router just forwards IP packets, and doesnt track connections.

most SOHO routers are intended for use on an ISP connection where only a
single address is provided - in this config the router has to map addresses
(using address translation or NAT), so has to track connections to figure
out where each packet should go.

if you have to use NAT - i.e. you only get 1 IP from your ISP, then unless
you explicitly force the router to forward connection requests from outside
to 1 specific machine, then you still get protected from connection requests
coming from outside.

many of the routers sold for SOHO use doesnt really have a firewall as
such - they depend on the characteristics of NAT to limit access.
>
> Steve

--
Regards

Stephen Hope - return address needs fewer xxs


 
Reply With Quote
 
steve church
Guest
Posts: n/a

 
      01-10-2005, 07:22 AM
Thanks for the replies everyone.
I'm in the process of acquiring a router to run 2 PC's (wired) on broadband.
Thinking of Netgear GD834 or DLink504. I'm completely ignorant of
networking/broadband technology so can't pretend to understand a lot of
what's being said. Any good 'idiots guide' sites I should look at? I feel I
need to understand what it's all about.

Steve

"stephen" <(E-Mail Removed)> wrote in message
news:OCiEd.271$%(E-Mail Removed)...
> "steve church" <(E-Mail Removed)> wrote in message
> news:crs54l$30p$(E-Mail Removed)...
>> Can the firewalls in routers be turned off if I wish to use those in my

> PCs
>> instead.

>
> maybe - depends which kind of router and what type of firewall if any it
> contains.
>
> If the box is a conventional router as used in a corporate network - where
> the router connect 2 or more subnets together, and all address are
> visible,
> then the router just forwards IP packets, and doesnt track connections.
>
> most SOHO routers are intended for use on an ISP connection where only a
> single address is provided - in this config the router has to map
> addresses
> (using address translation or NAT), so has to track connections to figure
> out where each packet should go.
>
> if you have to use NAT - i.e. you only get 1 IP from your ISP, then unless
> you explicitly force the router to forward connection requests from
> outside
> to 1 specific machine, then you still get protected from connection
> requests
> coming from outside.
>
> many of the routers sold for SOHO use doesnt really have a firewall as
> such - they depend on the characteristics of NAT to limit access.
>>
>> Steve

> --
> Regards
>
> Stephen Hope - return address needs fewer xxs
>
>



 
Reply With Quote
 
Mark McIntyre
Guest
Posts: n/a

 
      01-10-2005, 07:40 PM
On Sun, 9 Jan 2005 20:46:59 -0000, "steve church"
<(E-Mail Removed)> wrote:

>Can the firewalls in routers be turned off if I wish to use those in my PCs
>instead.


Don't do that. You should use both. They do different things, and will
trap different crack attempts / nasties.

 
Reply With Quote
 
ian
Guest
Posts: n/a

 
      01-10-2005, 10:02 PM

"steve church" <(E-Mail Removed)> wrote in message
news:crs54l$30p$(E-Mail Removed)...
> Can the firewalls in routers be turned off if I wish to use those in my

PCs
> instead.
>
> Steve
>
>


Am I right in thinking that they way that NAT works, it drops inbound WAN
packets if not specifically requested by a LAN host? And so is a "firewall"
in that sense? So if a router NATs the "firewall" can't be switched off?

Ian


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.832 / Virus Database: 566 - Release Date: 10/01/2005


 
Reply With Quote
 
stephen
Guest
Posts: n/a

 
      01-14-2005, 08:57 PM
"ian" <(E-Mail Removed)> wrote in message
news:SPDEd.894$(E-Mail Removed)...
>
> "steve church" <(E-Mail Removed)> wrote in message
> news:crs54l$30p$(E-Mail Removed)...
> > Can the firewalls in routers be turned off if I wish to use those in my

> PCs
> > instead.
> >
> > Steve
> >
> >

>
> Am I right in thinking that they way that NAT works, it drops inbound WAN
> packets if not specifically requested by a LAN host?


Sort of - some allow you to configure an address to send either all
"unmatched" packets to, or just those on specific ports or ranges.

this often gets called a DMZ, although a "real" firewall would have a DMZ
configured on a separate physical port or VLAN.

And so is a "firewall"
> in that sense?


thats how it should behave by default.

> So if a router NATs the "firewall" can't be switched off?


As usual - it depends. Often you can disable NAT completely, but the config
options / manuals often dont make reference to NAT and which options get rid
of it.
>
> Ian
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.832 / Virus Database: 566 - Release Date: 10/01/2005

--
Regards

Stephen Hope - return address needs fewer xxs


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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
cannot access a specific site evenafter disabling firewall pandi Linux Networking 0 05-24-2007 12:55 PM
disabling SSID broadcast in router Z.K. Wireless Networks 6 12-04-2005 10:22 PM
Disabling XP firewall Geoff Wireless Networks 3 04-05-2005 02:16 PM
Disabling the firewall - MN700 Veraxus Broadband Hardware 0 06-05-2004 08:20 AM
Disabling the Firewall Tony Broadband Hardware 2 05-18-2004 11:55 PM



1 2 3 4 5 6 7 8 9 10 11