Hello,
I do not got iptables installed on my
I tried to do this:
but no success i get this error:
Please help!
EDIT: Solved:
By doing this command:
I do not got iptables installed on my
Code:
Ubuntu Server 10.04 LTS
I tried to do this:
Code:
sudo apt-get install iptables
but no success i get this error:
Code:
E: Couldn't find package iptables
Please help!
EDIT: Solved:
By doing this command:
Code:
apt-get update && apt-get install iptables