On Oct 12, 4:15 am, comph...@toddh.net (Todd H.) wrote:
> Leythos <v...@nowhere.lan> writes:
> > In article <470e921a$0$29265$ba620...@news.skynet.be>, goarilla <"kevin
> > DOT paulus AT skynet DOT be"> says...
> > > Leythos wrote:
> > > > In article <1192120303.414117.236...@g4g2000hsf.googlegroups. com>,
> > > > maniaqu...@gmail.com says...
> > > >> not true. the WRT54G can block outgoing connections based on any
> > > >> number of specified parameters, and then it has all those extra fancy
> > > >> features that I don't understand 
>
> > > > it's a NAT device that can block outbound ports - it has no clue what
> > > > those ports are and doesn't know the difference between HTTP and SMTP
> > > > except that they use different ports.
>
> > > just some questions with as goal to learn more
>
> > > so you call a firewall something with complex heuristics ?
> > > really does iptables provide more than filtering between protocol, port
> > > and state information, and do people actually use it. Because in essence
> > > iirc
> > > a nat router does the same it opens up a connection if somebody on the
> > > inside requests it
> > > and after that allows the connection untill it's broken down (FIN or RST)
> > > do i have a point here or not ?
>
> > Does the device, in the standard/default mode, block traffic in both
> > directions?
>
> A cat5 cable cut in half does. Is it a firewall?
>
> > Does the device know the difference between HTTP and SMTP or only
> > TCP 80 and TCP 25?
>
> Firewalls in the traditional definition never did, were they not
> firewalls? Application-level protocol recognition is only recently on
> the scene, yet we've had things people called "firewalls" existing for
> quite a while before that. I'd hate to think I didn't get the memo
> about someone changing the definition of "firewall" with the
> International Standards Organization.
>
> > Does the device understand being attacked and auto-block sources of
> > attacks or unauthorized traffic?
>
> So when did the definition of "firewall" start requiring it to also
> fit the definition of "network intrusion prevention device" or
> "network intrusion detection device?"
>
> Just curious.
>
> > Does the device use NAT or can it be setup with rules without using NAT?
> > If it forces NAT then I don't consider it a firewall unless it can do
> > all the others - since MOST of the devices that force NAT are
> > residential device (yea, not all inclusive, but you should get the idea
> > without us going off the deep end).
>
> Ah, okay here's where we come down to brass tacks--with the use of the
> word "I."
>
> Seme folks seem to have their own definition of a firewall that
> doesn't match that accepted by over the course of a lot of networking
> history inlcluding the present. This view categorically rejects those
> devices which don't fit a personally crafted unique definition of
> "firewalls."
>
> Unfortunately, it's pedantic and pointless. But then again, so it
> much of the banter by the more abusive posters here. To protect their
> identity, we won't mention Leythos and Sebastian by name.
>
> Now, that's not to say there isn't something to learn about the range
> of functionality one might want to consider in their border protection
> in the narrow definition such folks try to paint, but being so prickly
> about what to call a "firewall" and what to call a "NAT router" is
> just a freakin waste of time. Better to say "corporate grade border
> security appliance" which has built into the obvious fact that
> functionality and features of corporate grade hardware exceed that of
> $70 Linksys gear popular among home and small office users.
>
> And let's not forget that there was a time not very long ago where the
> fucntionality packed into your garden variety wrt54g (particularly one
> packing the fucntionality of third party firmware) took a HELL of alot
> of much more expensive hardware and was certainly considered a
> "firewall." And still is for that matter.
>
> Those with what I'll call this "modern purist" view may be shocked to
> see the breadth of defintions for our friend the firewall that are in
> existence that cast a much bigger net than his own:
> http://www.google.com/search?q=define%3Afirewall
>
> We now return you to your regularly scheduled semantic argument.
>
> Best Regards,
> --
> Todd H.http://www.toddh.net/-
unfortunately, those that make a point like the one you make , are
less vocal.
you mention
"
I'd hate to think I didn't get the memo about someone changing the
definition of "firewall" with the International Standards Organization
"
what is the ISO definition of firewall ? I couldn`t find it
can you name some of the firewalls you used in the past, that didn`t
do much more than the "traditional definition". And can you define the
traditional definition ?
What I would GUESS, is that a firewall is a packet filter and a packet
filter is a firewall. Same thing. Can be Device(network firewall) or
Software.
a packet filter controls a network by selectively allowing or blocking
packets.
packet filter is always Layer 3 (stateless/static packet filter)
and can be both Layers 3 and 4. (stateful / dynamic paclet filter )
(definition based on webopedia and the one given in the docs for the
openbsd pf program)
It rules out the broken cable you mentioned