Re: Linux Is A Bore

From: name (user_at_host.domain)
Date: 10/19/04


Date: Tue, 19 Oct 2004 01:46:05 -0000

On 2004-10-18, Dan Kumen <spiced@regulous.net> wrote:
> In article <u90d42-344.ln1@news.heiming.de>
> Michael Heiming <michael+USENET@www.heiming.de> wrote:
>>
>> In comp.os.linux.misc Dan Kumen <spiced@regulous.net>:
>>
>> > versions, etc.; but with linux, Guarddog was installed, and I
>> ^^^^^^^^
>> What's that, never heard?
>
> It's a firewall, nice gui interface. Are you going to tell me I
> don't need that either!?

How are you connected to outside?

If you have an internal LAN, which has a gateway through a router, you're
not likely to get any outside intrusion, especially if the router does
Network Address Translation (NATing router...). The likelihood of things
getting out is probably greater than the outside getting in. Iptables
addresses that.

If you are connected directly to the router, whether or not there is a
difference depends on your setup.

If you are connected via a bridge, rather than a router, there is no
protection from the outside if you are connected 1) via a static IP, or 2)
are connected for an extended time via a dynamic IP.

Modem, same thing, depending on whether you are connected long enough to get
spotted. And that can happen almost instantly at times.

In any of the latter cases, iptables is the way to go. It's basically a
packet filter that is highly configurable. The syntax is pretty
straightforward, and if you go about it systematically, you can configure it
to protect your box quite well.

There are those who will tell you that you don't need a firewall if you keep
all your ports closed. If you keep all your ports closed, then why are you
connected in the first place! Fact is that we have to have some ports open
just to communicate.

The issue is what those ports will and will not accept, which is established
by inspecting the incoming packets and having iptables decide whether or not
they should be accepted. There's a lot more to it than that, but that's the
basics. Simply, you do not want to accept packets that are not an
appropriate response to stuff you send out.

Incidentally, note also that this has nothing to do with the loopback
network, unless you are stupid enough to make it available externally.

>>
>> > installed f-prot, and at this point, I have nothing to do.
>>
>> Having used some sort of this on a linux MTA with a bunch of M$
>> clients behind ages ago. If you run Linux only, you don't need
>> it.
>>
>
> OK, but I better learn how to play some of the games that came
> with the OS.

Or if you really get bored, write your own! lol!!

-- 
Email is wtallman at olypen dot com


Relevant Pages

  • PPPOE xDSL Firewall with IPTABLES
    ... don't know how to modify my firewall to account for this. ... Starts and stops the IPTABLES packet filter \ ... # Kill malformed XMAS packets ... # server/client to server query or response ...
    (comp.os.linux.networking)
  • Re: possible problem with iptables/ip_conntrack in 2.6.9-22 kernel
    ... It works fine with the firewall off. ... I have no problems with the 2.4.21-40 kernel ... I assume that you omited part of your iptables script. ... before packets are dropped. ...
    (RedHat)
  • Re: Im I being targeted?
    ... But the packets did not occur at the correct time, ... As far as IPv6... ... firewall and Internet Connection Firewall can't block IP version 6 ... causing a lockup of my home DSL and/or router, ...
    (comp.security.firewalls)
  • Re: port 80 is open
    ... you said above would be true if a software firewall is used since that is ... the PC so the ISP's router would see the hardware firewall but not the PC ... ISP would know that I am active since it would see packets coming from me ... If you have a connection to your ISP at all (you have a piece ...
    (comp.security.firewalls)
  • Re: Cable Modem, DHCP and IP Tables
    ... >> Any pointers on setting up RH 7.3 as a firewall between my ... > As far as the iptables coding, I have the iptables kick off ... Not that their is anything wrong with useing RH as the a router between your ... internal and the external network. ...
    (comp.os.linux.security)