Advertisement
Guest User

Untitled

a guest
Sep 29th, 2013
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1.  
  2. root@ras1:~# iptables --list
  3. Chain INPUT (policy ACCEPT)
  4. target prot opt source destination
  5. ACCEPT all -- 192.168.36.0/24 anywhere
  6.  
  7. Chain FORWARD (policy ACCEPT)
  8. target prot opt source destination
  9. ACCEPT all -- anywhere anywhere
  10.  
  11. Chain OUTPUT (policy ACCEPT)
  12. target prot opt source destination
  13. root@ras1:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement