Re: not listening



In article <4g2ekkF1kko3pU1@xxxxxxxxxxxxxx>,
Ansgar -59cobalt- Wiechers <usenet-2006@xxxxxxxxxxxxxxxx> wrote:
Frank wrote:
if I have a computer that is not listening to ANY port, would I need a
firewall?

In general: no.

Correction: In general, YES.


If you want to prevent access to accidentally opened ports (e.g. some
application listens on a port without you noticing) you may still want
to implement a firewall, though. However, this doesn't necessarily
prevent malicious applications from receiving inbound traffic, and has
the disadvantage of additional code that may contain exploitable bugs of
its own.

Although those are good points, they don't address the other 200-ish
IP protocols that do not have ports.

In particular, although one might not have any SOCK_DGRAM or SOCK_STREAM
sockets in LISTEN state, one might still be completely vulnerable to
The Ping Of Death, or to IP fragmentation attacks, or exploits of,
say, PPTP (which is based upon GRE).
.



Relevant Pages

  • Personalised tcp port not listening connections from outside RH7.3
    ... I made a Java application that listens on tcp/9696 (which of ... I know this sounds a firewall problem, ... i have is Giptables.org that uses iptables and i have tried adding ... I configured my program to connect through port telnet/23 (with ...
    (RedHat)
  • Stateful Packet Inspection Firewall
    ... I just got a DSL Router which includes an SPI firewall. ... >external ports to be closed until an internal request is made, ... and listens on port 400 for portscans, ...
    (comp.security.firewalls)
  • Re: Firewall on SunOS 5.5?
    ... >JUst because a given port is closed doesn't mean a firewall is running. ... >More likely is the daemon that listens on that port simply isn't ... no firewall, I just messed up the daemon ...
    (comp.sys.sun.admin)
  • Firewall port config question
    ... I am not a network admin nor security admin, ... that listens on port #X1. ... When port #X1 is closed on firewall, ...
    (comp.security.firewalls)
  • Re: not listening
    ... If you want to prevent access to accidentally opened ports (e.g. some ... application listens on a port without you noticing) you may still want ... to implement a firewall, though. ...
    (comp.security.firewalls)