On 2011-03-14 ein <(E-Mail Removed)> wrote:
> > If you still see a reason to write iptables rules, please tell me,
> > otherwise thanks for your help.
>
> Of course you need a firewall. I see lots of reasons but I don't have
> time to explain this. Please for future read:
> http://www.google.pl/search?client=o...hannel=suggest
I have read many of the pages, but I have problems to define what I should be
protected from and what you think I need. A simple packet filter?
My knowledge so far:
I have two services open to the world. On these ports the packet filter is
useless, since the packets go unfiltered.
Then I have three services (cupsd, apache, postgres) that are accessible from
localhost only. Incoming packages should not harm in any way if the software
works correctly. A packet filter would not change anything.
On all other ports there are not services listening. With or without packet filter.
> Some basic script you find at:
> http://wiki.linuxquestions.org/wiki/...uration_script
As I mentioned before, I'm not an expert but my understanding is that this
script protects from:
1) Forwarded packets
2) Accepts packets for public services (as particular example ssh)
3) Drops any other incoming packets
My thoughts:
1) Forwarding is turned off, so packets aren't forwarded
2) So does my system
3) So does my system
If I'm mistaken, correct me. I read many of your links but as I mentioned I
still have problems to define what I should be protected from.
Marco