pyroman 0.5.0-1 source package in Ubuntu

Changelog

pyroman (0.5.0-1) unstable; urgency=medium


  * Upstream tagged final (no changes)
  * Improve systemd service file: check /etc/default/pyroman
  * Improve systemd service file: run inbetween network-pre and network
  * Do not autostat pyroman - usually not configured

 -- Erich Schubert <email address hidden>  Sun, 19 Oct 2014 19:06:44 +0200

Upload details

Uploaded by:
Erich Schubert
Uploaded to:
Sid
Original maintainer:
Erich Schubert
Architectures:
all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe admin
Xenial release universe admin

Builds

Vivid: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pyroman_0.5.0-1.dsc 1.8 KiB c3c53325aedae7673c9956c2ef45466e6b4de265b267c55831f90f57b037c169
pyroman_0.5.0.orig.tar.gz 31.3 KiB 200ba2441f50ae2ca17a79c63f3e6ffde8134992bef3293205f1ebf1aad00b6b
pyroman_0.5.0-1.debian.tar.xz 6.4 KiB b8e8439033172f80b00d841464fff3a1840ebf3cb538d4b14be8abbb96eaa491

Available diffs

No changes file available.

Binary packages built by this source

pyroman: Very fast firewall configuration tool

 Pyroman is a firewall tool written in Python for complex networks,
 but it can of course also handle simple single-host-single-link setups.
 .
 Interesting features:
  * Fast, due to use of iptables-restore for mass setting of rules
  * Rollback to previous firewall configuration on errors
  * Safety options to prevent mistakes in configuration (success confirmation
    prompt and/or scripted external verification)
  * Detailed error reporting
  * Lots of verification checks done before execution
  * Powerful yet clean configuration files (in Python and/or XML)
  * Designed for multiple hosts, firewalls, networks
  * Consistent firewalls for IPv4 and IPv6
  * Can print static rules in single-shot usage to load with other tools
    such as iptables-restore and iptables-persistent, or to manually adapt
 .
 Pyroman is inspired by Shorewall and FireHOL, but tries to improve upon them
 with respect to performance and ease of configuration.
 .
 Pyroman currently only configures iptables/netfilter firewalls, it does
 not include configuration utilities for setting up VPN or traffic shaping.