Skip to content

boianmihailov/iptables-persistent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

# Based on Debian's iptables-persistent package that simply starts the rules using an /etc/iptables/rules file.
# This one is bit modified to save rules at stop and display status.
#
# Also config file added to put in /etc/defaults/

# To use copy iptables-persistent in /etc/init.d/ and default_conf-iptables-persistent to /etc/default/iptables-persistent

# cp iptables-persistent /etc/init.d/iptables-persistent
# chmod +x /etc/init.d/iptables-persistent
# cp default_conf-iptables-persistent /etc/default/iptables-persistent
# update-rc.d iptables-persistent defaults

About

init.d script for debin/ubuntu to keep persistent iptables rules

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages