Tag: iptables
Tag: iptables
Saving iptables rules in Linux
iptables is a user space application program that allows a system administrator to configure the tables provided by the Linux kernel firewall (implemented as different Netfilter modules) and the chains and rules it stores. By default iptables rules gets get flushed upon reboot. Follow the steps bellow to make iptables rules reload after a reboot. To
Details