Advertisement
Guest User

Untitled

a guest
Dec 23rd, 2020
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. Chain FORWARD (policy ACCEPT)
  2. target prot opt source destination
  3. LIBVIRT_FWX all -- 0.0.0.0/0 0.0.0.0/0
  4. LIBVIRT_FWI all -- 0.0.0.0/0 0.0.0.0/0
  5. LIBVIRT_FWO all -- 0.0.0.0/0 0.0.0.0/0
  6. ACCEPT tcp -- 0.0.0.0/0 192.168.122.20 tcp dpt:8000
  7. ACCEPT tcp -- 0.0.0.0/0 192.168.122.20 tcp dpt:22
  8. DROP all -- 0.0.0.0/0 192.168.122.0/24
  9. DROP all -- 0.0.0.0/0 10.100.0.0/24
  10. DROP all -- 0.0.0.0/0 192.168.1.0/24
  11.  
  12. Chain OUTPUT (policy ACCEPT)
  13. target prot opt source destination
  14. LIBVIRT_OUT all -- 0.0.0.0/0 0.0.0.0/0
  15.  
  16. Chain LIBVIRT_FWI (1 references)
  17. target prot opt source destination
  18. ACCEPT all -- 0.0.0.0/0 192.168.122.0/24 ctstate RELATED,ESTABLISHED
  19. REJECT all -- 0.0.0.0/0 0.0.0.0/0 reject-with icmp-port-unreachable
  20.  
  21. Chain LIBVIRT_FWO (1 references)
  22. target prot opt source destination
  23. ACCEPT all -- 192.168.122.0/24 0.0.0.0/0
  24. REJECT all -- 0.0.0.0/0 0.0.0.0/0 reject-with icmp-port-unreachable
  25.  
  26. Chain LIBVIRT_FWX (1 references)
  27. target prot opt source destination
  28. ACCEPT all -- 0.0.0.0/0 0.0.0.0/0
  29.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement