Advertisement
Guest User

Untitled

a guest
Feb 1st, 2015
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. root@NAS:~# iptables -L chain-name -n -v
  2. iptables: No chain/target/match by that name.
  3. root@NAS:~# iptables -L -n
  4. Chain INPUT (policy ACCEPT)
  5. target prot opt source destination
  6.  
  7. Chain FORWARD (policy ACCEPT)
  8. target prot opt source destination
  9.  
  10. Chain OUTPUT (policy ACCEPT)
  11. target prot opt source destination
  12. root@NAS:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement