Re: Understanding NAT, Firewalls, TCP/IP
- From: "Dag Sunde" <me@xxxxxxxxxxxx>
- Date: Thu, 12 Jan 2006 01:31:31 GMT
"Roedy Green" <my_email_is_posted_on_my_website@xxxxxxxxxxxxxx> wrote in
message news:nbvas11g6mtk6npudpqdi60rvoea55c3nh@xxxxxxxxxx
> On Wed, 11 Jan 2006 10:56:18 +0100, Thomas Weidenfeller
> <nobody@xxxxxxxxxxxxxxxx> wrote, quoted or indirectly quoted someone
> who said :
>
<snipped />
> Some of the clients will be relatively computer naive people working
> on home computers in remote parts of the globe as language
> translators. They may have a home router firewall, or some software
> firewall, which they will not understand. They will have just plugged
> it in and left it to defaults.
>
> I want wondering if there are firewalls that might by default block
> outgoing tcp/ip connections to anything other than port 80 or FTP
> ports.
Well... to give you an example... My firewall usually have these
settings (and so do all the firewalls of my computer
illiterate friends):
# Access via SSH for administration
pass in quick on xl1 proto tcp from any to any port = 22 keep state
# General statefull connection out
pass out quick on xl1 proto tcp/udp from any to any keep state
pass out quick on xl1 proto icmp from any to any keep state
# webserver inside DMZ
pass in quick on xl1 proto tcp from any to any port = 80 flags S keep
state keep frags
pass in quick on xl1 proto tcp from any to any port = 21 flags S keep
state keep frags
pass in quick on xl1 proto tcp from any to any port = 8080 flags S keep
state keep frags
# General denial og incoming connections
block in quick on xl1
Which means, except for SSH, FTP and my web-servers, *everything* is
blocked!
(And no, I'm not worried after posting my settings here :-D )
Bottom line is that all the people with a "friend with knowledge" probably
have very strict incoming policy. (The "friend" want to avoid extra work).
But connections initiated from them (any port) will be allowed, including
subsequent incoming responses to the actual port.
--
Dag.
.
- References:
- Understanding NAT, Firewalls, TCP/IP
- From: Roedy Green
- Re: Understanding NAT, Firewalls, TCP/IP
- From: Mark H
- Re: Understanding NAT, Firewalls, TCP/IP
- From: Roedy Green
- Re: Understanding NAT, Firewalls, TCP/IP
- From: Thomas Weidenfeller
- Re: Understanding NAT, Firewalls, TCP/IP
- From: Roedy Green
- Understanding NAT, Firewalls, TCP/IP
- Prev by Date: listener problem in netbeans
- Next by Date: Re: importing and using .class file
- Previous by thread: Re: Understanding NAT, Firewalls, TCP/IP
- Next by thread: Re: Understanding NAT, Firewalls, TCP/IP
- Index(es):
Relevant Pages
|