Guest User

Untitled

a guest
Jun 22nd, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. root@k226741:/home/alexander# iptables -N foo
  2. root@k226741:/home/alexander# iptables -A foo -m state --state RELATED,ESTABLISHED -j ACCEPT
  3. iptables: No chain/target/match by that name
  4. root@k226741:/home/alexander# iptables -A foo -j ACCEPT
  5. root@k226741:/home/alexander# iptables -L foo
  6. Chain foo (0 references)
  7. target prot opt source destination
  8. ACCEPT all -- anywhere anywhere
  9. root@k226741:/home/alexander#
Add Comment
Please, Sign In to add comment