PDA

View Full Version : [ubuntu] webserver behind monowall safe enough?


Adina
August 12th, 2009, 04:39 PM
Hi, I have up a webserver at home behind a monowall and I got inbound nat working so the web site is available from internet. Is this setup secure enough or do I need more security on my server?
The server is a new install of ubuntu 8.04 with only sshd and apache2 installed and the monowall only has open port 80 that is natted to the lan ip of the server.

alastair
August 12th, 2009, 05:21 PM
Hard to say - without knowing the monowall security system (but I have also considered a monowall mini-pc/router/firewall). I think if you keep things fully patched (8.04 and monowall) and take care with secure config (and watch logs), it's possible. Tighten things up and keep an eye open ...

Adina
August 12th, 2009, 05:58 PM
Thanks for your reply, I will try to read logs like you said. Is it /var/log/apache2/ you meant? I will also try to learn more about ubuntu server security. Thanks again I really appreciate it!

alastair
August 12th, 2009, 06:20 PM
Keep your install up to date - watch for package/security updates.

Plus :

Ubuntu Security
http://ubuntuforums.org/showthread.php?t=510812

Securing Debian
http://www.debian.org/doc/manuals/securing-debian-howto/index.en.html

Adina
August 13th, 2009, 02:37 AM
Thanks again! I will read more about security.