Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. iptables -A OUTPUT -m limit --limit 10/s -j ACCEPT
  2.  
  3. FATAL: Error inserting ip_tables (/lib/modules/3.2.0-67-generic/kernel/net/ipv4/netfilter/ip_tables.ko): Operation not permitted
  4. iptables v1.4.12: can't initialize iptables table `filter': Table does not exist (do you need to insmod?)
  5. Perhaps iptables or your kernel needs to be upgraded.
  6.  
  7. sudo iptables -A OUTPUT -m limit --limit 10/s -j ACCEPT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement