Advertisement
mokarenko772

Untitled

Mar 17th, 2022
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 KB | None | 0 0
  1. iptables -L -vn
  2. Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
  3. pkts bytes target prot opt in out source destination
  4. 72018 64M LIBVIRT_INP all -- * * 0.0.0.0/0 0.0.0.0/0
  5.  
  6. Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
  7. pkts bytes target prot opt in out source destination
  8. 5 1172 LIBVIRT_FWX all -- * * 0.0.0.0/0 0.0.0.0/0
  9. 5 1172 LIBVIRT_FWI all -- * * 0.0.0.0/0 0.0.0.0/0
  10. 5 1172 LIBVIRT_FWO all -- * * 0.0.0.0/0 0.0.0.0/0
  11. 0 0 ACCEPT all -- pan1 * 0.0.0.0/0 0.0.0.0/0
  12. 0 0 ACCEPT all -- * pan1 0.0.0.0/0 0.0.0.0/0
  13. 0 0 ACCEPT all -- pan1 * 0.0.0.0/0 0.0.0.0/0
  14.  
  15. Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
  16. pkts bytes target prot opt in out source destination
  17. 45322 6664K LIBVIRT_OUT all -- * * 0.0.0.0/0 0.0.0.0/0
  18.  
  19. Chain LIBVIRT_FWI (1 references)
  20. pkts bytes target prot opt in out source destination
  21. 0 0 ACCEPT all -- * virbr0 0.0.0.0/0 192.168.100.0/24 ctstate RELATED,ESTABLISHED
  22. 0 0 REJECT all -- * virbr0 0.0.0.0/0 0.0.0.0/0 reject-with icmp-port-unreachable
  23.  
  24. Chain LIBVIRT_FWO (1 references)
  25. pkts bytes target prot opt in out source destination
  26. 0 0 ACCEPT all -- virbr0 * 192.168.100.0/24 0.0.0.0/0
  27. 0 0 REJECT all -- virbr0 * 0.0.0.0/0 0.0.0.0/0 reject-with icmp-port-unreachable
  28.  
  29. Chain LIBVIRT_FWX (1 references)
  30. pkts bytes target prot opt in out source destination
  31. 0 0 ACCEPT all -- virbr0 virbr0 0.0.0.0/0 0.0.0.0/0
  32.  
  33. Chain LIBVIRT_INP (1 references)
  34. pkts bytes target prot opt in out source destination
  35. 0 0 ACCEPT udp -- virbr0 * 0.0.0.0/0 0.0.0.0/0 udp dpt:53
  36. 0 0 ACCEPT tcp -- virbr0 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:53
  37. 0 0 ACCEPT udp -- virbr0 * 0.0.0.0/0 0.0.0.0/0 udp dpt:67
  38. 0 0 ACCEPT tcp -- virbr0 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:67
  39.  
  40. Chain LIBVIRT_OUT (1 references)
  41. pkts bytes target prot opt in out source destination
  42. 0 0 ACCEPT udp -- * virbr0 0.0.0.0/0 0.0.0.0/0 udp dpt:53
  43. 0 0 ACCEPT tcp -- * virbr0 0.0.0.0/0 0.0.0.0/0 tcp dpt:53
  44. 0 0 ACCEPT udp -- * virbr0 0.0.0.0/0 0.0.0.0/0 udp dpt:68
  45. 0 0 ACCEPT tcp -- * virbr0 0.0.0.0/0 0.0.0.0/0 tcp dpt:68
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement