Paketname | dtc-xen-firewall |
Beschreibung | A small firewall script for your dom0 |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.5.13-3 |
Sektion | web |
Priorität | optional |
Installierte Größe | 88 Byte |
Hängt ab von | debconf (>= 0.5) | debconf-2.0, debconf, iptables |
Empfohlene Pakete | |
Paketbetreuer | Thomas Goirand |
Quelle | dtc-xen |
Paketgröße | 11922 Byte |
Prüfsumme MD5 | bf956138cc43847e39a8936aa253f131 |
Prüfsumme SHA1 | 13f33e3fc743aba3af8df970375a4ac546f3e34a |
Prüfsumme SHA256 | c052cf74437409f0dbd11f1d5f8b8949fb13f06552f145e58041367d02787efb |
Link zum Herunterladen | dtc-xen-firewall_0.5.13-3_all.deb |
Ausführliche Beschreibung | If running in a production environment, you might want to have a basic
firewall running on your dom0 to avoid having DoS attack. This is not the
state-of-the-art, but just another attempt to make things a bit more smooth.
Comments and contribution are more than welcome!
.
The main principle of this firewall script is to rate limit connections to
both your dom0 and your VPSes. It's principle is NOT block any connection. For
example, dtc-xen-firewall denies ssh for 300 seconds after 10 attempts on your
dom0, rate limit ping to 5 per seconds on your dom0 and to 50/s globally for
all your VPS, and does the same kind of thing for SYN flood attacks. Take
care, it also blocks any connection to the port 25, as in a normal dom0, you
would install a mail server to send system messages to the administrators, but
you don't want to accept any incoming message.
|