Advertisement
Guest User

Untitled

a guest
Nov 2nd, 2012
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. sudo iptables -L
  2. Chain INPUT (policy ACCEPT)
  3. target prot opt source destination
  4.  
  5. Chain FORWARD (policy ACCEPT)
  6. target prot opt source destination
  7. ACCEPT all -- anywhere 192.168.2.0/24
  8. ACCEPT all -- 192.168.2.0/24 anywhere
  9.  
  10. Chain OUTPUT (policy ACCEPT)
  11. target prot opt source destination
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement