• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Solved Iptables!

Ethrex

Member
Joined
Jul 6, 2012
Messages
314
Reaction score
18
Location
Sweden
Hello,

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
 
Back
Top