-
-
firewall
Bash scripts for setting up your firewall
Setup your tc-rules in:
tc//root
tc//classes
Setup your iptables-rules in:
iptables//
To setup firewall, run:
bin/setup-iptables
-
SL-Firewall
iptables
usefull IPT script for Debian linux server as FirewallBox.
- must be firewall
- some terminal connection
- must work VPN
-
firewall-auth
IITK firewall auth
# firewall-auth
This repository is now archived. It's been over a decade since I was a student at IITK.
-
firewall
... with examples from a blog post
Quick code example for blog post located here: http://code.mixpanel.com/automating-your-firewall-with-django-and-fabric
Usage: python iptables.py
Dependencies: django
Sample iptables templates are located in templates/
...
-
firewall-compiler
... a mechanism for individual software packages to describe
their own firewall requirements (and allow the system administrator a
convenient means ... will not be intercepted.
Create a file in ``/etc/firewall/rules.d`` called ``proxy.rules`` with
the following ...
-
Linux-Firewall
Simple firewall using iptables and ports.allow
This needs to be filled in when i find the time...
Kind regards,
Michael
-
-
DT-Firewall
Simple shell script soon to be robust firewall handler for IPTables
#Dumb Terminal Firewall Script
DTfw - Firewall
a simple to robust script to make using IPTables http://www.netfilter.org/projects/iptables/ easier.
by: MikereDD & Veekahn
Syntax ...
-
puppet-firewall
... has been left intact to allow users to easily migrate from one provider to the other.
##Usage
###iptables
firewall { "0001-example-rule":
iniface => 'lo',
chain => 'INPUT',
jump => 'ACCEPT'
}
##Future Work
- Determine ...
-
puppetlabs-firewall
... if you already have a version of the firewall module installed.
#### From version 0.2.0 and ... :table:protocol
firewallchain { 'MY_CHAIN:filter:IPv4':
ensure => present,
}
firewall { '100 my rule':
chain => 'MY_CHAIN',
action => 'accept',
proto ...
-