Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Simple init script to load iptables firewall rules with aid of m4 macro language.

License

Notifications You must be signed in to change notification settings

beli-sk/iptables-m4-init

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iptables-m4-init

Simple init script for loading iptables rules with M4 macro processing.

Requirements

  • GNU/Linux distribution supporting LSB Init Scripts (tested on Debian Wheezy and Ubuntu Precise, could also work on RedHat-based distributions)
  • GNU M4 (available as a package in all major GNU/Linux distributions, already installed in most cases)

Installation

cp -i default/iptables /etc/default/
cp -i init.d/iptables /etc/init.d/
mkdir /etc/iptables
cp -i iptables/* /etc/iptables/

About

Simple init script to load iptables firewall rules with aid of m4 macro language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages