Advertisement
Guest User

iptables -vnL

a guest
Dec 30th, 2014
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.51 KB | None | 0 0
  1. Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
  2. pkts bytes target prot opt in out source destination
  3. 0 0 ACCEPT udp -- virbr0 * 0.0.0.0/0 0.0.0.0/0 udp dpt:53
  4. 0 0 ACCEPT tcp -- virbr0 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:53
  5. 0 0 ACCEPT udp -- virbr0 * 0.0.0.0/0 0.0.0.0/0 udp dpt:67
  6. 0 0 ACCEPT tcp -- virbr0 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:67
  7. 1939 707K ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
  8. 1 84 ACCEPT all -- lo * 0.0.0.0/0 0.0.0.0/0
  9. 1786 209K INPUT_direct all -- * * 0.0.0.0/0 0.0.0.0/0
  10. 1786 209K INPUT_ZONES_SOURCE all -- * * 0.0.0.0/0 0.0 .0.0/0
  11. 1786 209K INPUT_ZONES all -- * * 0.0.0.0/0 0.0.0.0/0
  12. 1 48 ACCEPT icmp -- * * 0.0.0.0/0 0.0.0.0/0
  13. 1775 209K REJECT all -- * * 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited
  14.  
  15. Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
  16. pkts bytes target prot opt in out source destination
  17. 0 0 ACCEPT all -- * virbr0 0.0.0.0/0 192.168.122. 0/24 ctstate RELATED,ESTABLISHED
  18. 0 0 ACCEPT all -- virbr0 * 192.168.122.0/24 0.0.0.0/0
  19. 0 0 ACCEPT all -- virbr0 virbr0 0.0.0.0/0 0.0.0.0/0
  20. 0 0 REJECT all -- * virbr0 0.0.0.0/0 0.0.0.0/0 reject-with icmp-port-unreachable
  21. 0 0 REJECT all -- virbr0 * 0.0.0.0/0 0.0.0.0/0 reject-with icmp-port-unreachable
  22. 0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
  23. 0 0 ACCEPT all -- lo * 0.0.0.0/0 0.0.0.0/0
  24. 0 0 FORWARD_direct all -- * * 0.0.0.0/0 0.0.0.0 /0
  25. 0 0 FORWARD_IN_ZONES_SOURCE all -- * * 0.0.0.0/0 0.0.0.0/0
  26. 0 0 FORWARD_IN_ZONES all -- * * 0.0.0.0/0 0.0.0 .0/0
  27. 0 0 FORWARD_OUT_ZONES_SOURCE all -- * * 0.0.0.0/0 0.0.0.0/0
  28. 0 0 FORWARD_OUT_ZONES all -- * * 0.0.0.0/0 0.0. 0.0/0
  29. 0 0 ACCEPT icmp -- * * 0.0.0.0/0 0.0.0.0/0
  30. 0 0 REJECT all -- * * 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited
  31.  
  32. Chain OUTPUT (policy ACCEPT 503 packets, 59037 bytes)
  33. pkts bytes target prot opt in out source destination
  34. 1963 237K OUTPUT_direct all -- * * 0.0.0.0/0 0.0.0.0/ 0
  35.  
  36. Chain FORWARD_IN_ZONES (1 references)
  37. pkts bytes target prot opt in out source destination
  38. 0 0 FWDI_public all -- virbr0 * 0.0.0.0/0 0.0.0.0/0 [goto]
  39. 0 0 FWDI_public all -- enp0s3 * 0.0.0.0/0 0.0.0.0/0 [goto]
  40. 0 0 FWDI_public all -- + * 0.0.0.0/0 0.0.0.0/0 [goto]
  41.  
  42. Chain FORWARD_IN_ZONES_SOURCE (1 references)
  43. pkts bytes target prot opt in out source destination
  44.  
  45. Chain FORWARD_OUT_ZONES (1 references)
  46. pkts bytes target prot opt in out source destination
  47. 0 0 FWDO_public all -- * virbr0 0.0.0.0/0 0.0.0.0/0 [goto]
  48. 0 0 FWDO_public all -- * enp0s3 0.0.0.0/0 0.0.0.0/0 [goto]
  49. 0 0 FWDO_public all -- * + 0.0.0.0/0 0.0.0.0/0 [goto]
  50.  
  51. Chain FORWARD_OUT_ZONES_SOURCE (1 references)
  52. pkts bytes target prot opt in out source destination
  53.  
  54. Chain FORWARD_direct (1 references)
  55. pkts bytes target prot opt in out source destination
  56.  
  57. Chain FWDI_public (3 references)
  58. pkts bytes target prot opt in out source destination
  59. 0 0 FWDI_public_log all -- * * 0.0.0.0/0 0.0.0. 0/0
  60. 0 0 FWDI_public_deny all -- * * 0.0.0.0/0 0.0.0 .0/0
  61. 0 0 FWDI_public_allow all -- * * 0.0.0.0/0 0.0. 0.0/0
  62.  
  63. Chain FWDI_public_allow (1 references)
  64. pkts bytes target prot opt in out source destination
  65.  
  66. Chain FWDI_public_deny (1 references)
  67. pkts bytes target prot opt in out source destination
  68.  
  69. Chain FWDI_public_log (1 references)
  70. pkts bytes target prot opt in out source destination
  71.  
  72. Chain FWDO_public (3 references)
  73. pkts bytes target prot opt in out source destination
  74. 0 0 FWDO_public_log all -- * * 0.0.0.0/0 0.0.0. 0/0
  75. 0 0 FWDO_public_deny all -- * * 0.0.0.0/0 0.0.0 .0/0
  76. 0 0 FWDO_public_allow all -- * * 0.0.0.0/0 0.0. 0.0/0
  77.  
  78. Chain FWDO_public_allow (1 references)
  79. pkts bytes target prot opt in out source destination
  80.  
  81. Chain FWDO_public_deny (1 references)
  82. pkts bytes target prot opt in out source destination
  83.  
  84. Chain FWDO_public_log (1 references)
  85. pkts bytes target prot opt in out source destination
  86.  
  87. Chain INPUT_ZONES (1 references)
  88. pkts bytes target prot opt in out source destination
  89. 0 0 IN_public all -- virbr0 * 0.0.0.0/0 0.0.0.0/0 [goto]
  90. 1734 198K IN_public all -- enp0s3 * 0.0.0.0/0 0.0.0.0/0 [goto]
  91. 1 328 IN_public all -- + * 0.0.0.0/0 0.0.0.0/0 [goto]
  92.  
  93. Chain INPUT_ZONES_SOURCE (1 references)
  94. pkts bytes target prot opt in out source destination
  95.  
  96. Chain INPUT_direct (1 references)
  97. pkts bytes target prot opt in out source destination
  98.  
  99. Chain IN_public (3 references)
  100. pkts bytes target prot opt in out source destination
  101. 1786 209K IN_public_log all -- * * 0.0.0.0/0 0.0.0.0/ 0
  102. 1786 209K IN_public_deny all -- * * 0.0.0.0/0 0.0.0.0 /0
  103. 1786 209K IN_public_allow all -- * * 0.0.0.0/0 0.0.0. 0/0
  104.  
  105. Chain IN_public_allow (1 references)
  106. pkts bytes target prot opt in out source destination
  107. 10 556 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:22 ctstate NEW
  108.  
  109. Chain IN_public_deny (1 references)
  110. pkts bytes target prot opt in out source destination
  111.  
  112. Chain IN_public_log (1 references)
  113. pkts bytes target prot opt in out source destination
  114.  
  115. Chain OUTPUT_direct (1 references)
  116. pkts bytes target prot opt in out source destination
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement