Skip to content

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

License

Notifications You must be signed in to change notification settings

steven-smpct/systemd-iptables

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%