sherdeadlock / systemd-iptables

Example of a persistent firewall based on systemd for Debian Jessie.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iptables/ip6tables systemd configuration

Example of a persistent firewall based on systemd for Debian Jessie.

Install Steps

cp -r etc/iptables /etc/iptables
cp -r etc/systemd/system/iptables.service /etc/systemd/system/
cp -r etc/systemd/system/ip6tables.service /etc/systemd/system/

systemctl daemon-reload

systemctl enable iptables.service
systemctl enable ip6tables.service

systemctl start iptables.service
systemctl start ip6tables.service

About

Example of a persistent firewall based on systemd for Debian Jessie.

License:MIT License


Languages

Language:Shell 100.0%