I tried to install the Linux firewall iptable but it did not work I tried
sudo apt-get install iptable and that did not work.
41 Answer
That package name is iptables not iptable use command :
sudo apt-get install iptables 0
I tried to install the Linux firewall iptable but it did not work I tried
sudo apt-get install iptable and that did not work.
4That package name is iptables not iptable use command :
sudo apt-get install iptables 0