Advertisement
Guest User

Untitled

a guest
Feb 1st, 2015
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. iptables --list
  2. Chain INPUT (policy ACCEPT)
  3. target prot opt source destination
  4. ACCEPT udp -- anywhere anywhere udp dpt:https
  5. ACCEPT udp -- anywhere anywhere udp dpt:https
  6.  
  7. Chain FORWARD (policy ACCEPT)
  8. target prot opt source destination
  9. ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
  10. ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
  11. ACCEPT all -- 10.8.0.0/24 anywhere
  12. REJECT all -- anywhere anywhere reject-with icmp-port-unreachable
  13. ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
  14. ACCEPT all -- 10.8.0.0/24 anywhere
  15. REJECT all -- anywhere anywhere reject-with icmp-port-unreachable
  16. ACCEPT all -- 10.8.0.0/24 anywhere
  17. ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
  18. ACCEPT all -- anywhere anywhere
  19. ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
  20. ACCEPT all -- 10.8.0.0/24 anywhere
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement