Advertisement
Guest User

iptables -nL

a guest
Jun 7th, 2013
7
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.58 KB | None | 0 0
  1. $ iptables -nL
  2. FATAL: Error inserting ip_tables (/lib/modules/3.4.43-43.43.amzn1.x86_64/kernel/net/ipv4/netfilter/ip_tables.ko): Operation not permitted
  3. iptables v1.4.18: can't initialize iptables table `filter': Table does not exist (do you need to insmod?)
  4. Perhaps iptables or your kernel needs to be upgraded.
  5.  
  6.  
  7. $ sudo iptables -nL
  8. Chain INPUT (policy ACCEPT)
  9. target     prot opt source               destination
  10.  
  11. Chain FORWARD (policy ACCEPT)
  12. target     prot opt source               destination
  13.  
  14. Chain OUTPUT (policy ACCEPT)
  15. target     prot opt source               destination
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement