| Author |
Message |
peterb
Joined: 17 Apr 2004
Posts: 8
|
| Posted: Sat May 08, 2004 10:17 am Post subject: Newbie - Firewalls |
|
|
Hi all,
I have a linode (running debian) mainly used for small services (apache, mail, ftp etc), and was wondering if I needed to set up a firewall, or is that automatically done when the image is created?
If so, what do I have to do to get a firewall in place?
Regards,
Peter. |
|
| Back to top |
|
rhashimoto
Joined: 13 Aug 2003
Posts: 55
|
| Posted: Mon May 10, 2004 9:59 am Post subject: Re: Newbie - Firewalls |
|
|
peterb wrote: If so, what do I have to do to get a firewall in place?
I don't think there are any unnecessary services running in the default Debian install, but there is no firewall as far as I know. I believe the easiest way to get one running is 'apt-get install bastille' which will tighten up a number of things besides activating some iptables rules. |
|
| Back to top |
|
sufehmi
Joined: 13 May 2004
Posts: 27
|
| Posted: Tue Jun 08, 2004 5:57 am Post subject: |
|
|
I'm using FireHOL myself - http://firehol.sourceforge.net
The config file can be as easy as :
Code:
version 5
interface eth0 internet
server "ssh www" accept
client "dns" accept
and then running firehol.sh try will enable those rules above, |
|
| Back to top |
|
| |