Advertisement
Guest User

iptables -L

a guest
May 1st, 2015
393
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.67 KB | None | 0 0
  1. iptables -L
  2. Chain INPUT (policy ACCEPT)
  3. target prot opt source destination
  4. ACCEPT udp -- anywhere anywhere udp dpt:domain
  5. ACCEPT tcp -- anywhere anywhere tcp dpt:domain
  6. ACCEPT udp -- anywhere anywhere udp dpt:bootps
  7. ACCEPT tcp -- anywhere anywhere tcp dpt:bootps
  8. ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
  9. ACCEPT all -- anywhere anywhere
  10. INPUT_direct all -- anywhere anywhere
  11. INPUT_ZONES_SOURCE all -- anywhere anywhere
  12. INPUT_ZONES all -- anywhere anywhere
  13. ACCEPT icmp -- anywhere anywhere
  14. DROP all -- anywhere anywhere ctstate INVALID
  15. REJECT all -- anywhere anywhere reject-with icmp-host-prohibited
  16.  
  17. Chain FORWARD (policy ACCEPT)
  18. target prot opt source destination
  19. ACCEPT all -- anywhere 192.168.122.0/24 ctstate RELATED,ESTABLISHED
  20. ACCEPT all -- 192.168.122.0/24 anywhere
  21. ACCEPT all -- anywhere anywhere
  22. REJECT all -- anywhere anywhere reject-with icmp-port-unreachable
  23. REJECT all -- anywhere anywhere reject-with icmp-port-unreachable
  24. ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
  25. ACCEPT all -- anywhere anywhere
  26. FORWARD_direct all -- anywhere anywhere
  27. FORWARD_IN_ZONES_SOURCE all -- anywhere anywhere
  28. FORWARD_IN_ZONES all -- anywhere anywhere
  29. FORWARD_OUT_ZONES_SOURCE all -- anywhere anywhere
  30. FORWARD_OUT_ZONES all -- anywhere anywhere
  31. ACCEPT icmp -- anywhere anywhere
  32. DROP all -- anywhere anywhere ctstate INVALID
  33. REJECT all -- anywhere anywhere reject-with icmp-host-prohibited
  34.  
  35. Chain OUTPUT (policy ACCEPT)
  36. target prot opt source destination
  37. ACCEPT udp -- anywhere anywhere udp dpt:bootpc
  38. OUTPUT_direct all -- anywhere anywhere
  39.  
  40. Chain FORWARD_IN_ZONES (1 references)
  41. target prot opt source destination
  42. FWDI_FedoraWorkstation all -- anywhere anywhere [goto]
  43. FWDI_FedoraWorkstation all -- anywhere anywhere [goto]
  44. FWDI_FedoraWorkstation all -- anywhere anywhere [goto]
  45.  
  46. Chain FORWARD_IN_ZONES_SOURCE (1 references)
  47. target prot opt source destination
  48.  
  49. Chain FORWARD_OUT_ZONES (1 references)
  50. target prot opt source destination
  51. FWDO_FedoraWorkstation all -- anywhere anywhere [goto]
  52. FWDO_FedoraWorkstation all -- anywhere anywhere [goto]
  53. FWDO_FedoraWorkstation all -- anywhere anywhere [goto]
  54.  
  55. Chain FORWARD_OUT_ZONES_SOURCE (1 references)
  56. target prot opt source destination
  57.  
  58. Chain FORWARD_direct (1 references)
  59. target prot opt source destination
  60.  
  61. Chain FWDI_FedoraWorkstation (3 references)
  62. target prot opt source destination
  63. FWDI_FedoraWorkstation_log all -- anywhere anywhere
  64. FWDI_FedoraWorkstation_deny all -- anywhere anywhere
  65. FWDI_FedoraWorkstation_allow all -- anywhere anywhere
  66.  
  67. Chain FWDI_FedoraWorkstation_allow (1 references)
  68. target prot opt source destination
  69.  
  70. Chain FWDI_FedoraWorkstation_deny (1 references)
  71. target prot opt source destination
  72.  
  73. Chain FWDI_FedoraWorkstation_log (1 references)
  74. target prot opt source destination
  75.  
  76. Chain FWDO_FedoraWorkstation (3 references)
  77. target prot opt source destination
  78. FWDO_FedoraWorkstation_log all -- anywhere anywhere
  79. FWDO_FedoraWorkstation_deny all -- anywhere anywhere
  80. FWDO_FedoraWorkstation_allow all -- anywhere anywhere
  81.  
  82. Chain FWDO_FedoraWorkstation_allow (1 references)
  83. target prot opt source destination
  84.  
  85. Chain FWDO_FedoraWorkstation_deny (1 references)
  86. target prot opt source destination
  87.  
  88. Chain FWDO_FedoraWorkstation_log (1 references)
  89. target prot opt source destination
  90.  
  91. Chain INPUT_ZONES (1 references)
  92. target prot opt source destination
  93. IN_FedoraWorkstation all -- anywhere anywhere [goto]
  94. IN_FedoraWorkstation all -- anywhere anywhere [goto]
  95. IN_FedoraWorkstation all -- anywhere anywhere [goto]
  96.  
  97. Chain INPUT_ZONES_SOURCE (1 references)
  98. target prot opt source destination
  99.  
  100. Chain INPUT_direct (1 references)
  101. target prot opt source destination
  102.  
  103. Chain IN_FedoraWorkstation (3 references)
  104. target prot opt source destination
  105. IN_FedoraWorkstation_log all -- anywhere anywhere
  106. IN_FedoraWorkstation_deny all -- anywhere anywhere
  107. IN_FedoraWorkstation_allow all -- anywhere anywhere
  108.  
  109. Chain IN_FedoraWorkstation_allow (1 references)
  110. target prot opt source destination
  111. ACCEPT udp -- anywhere 224.0.0.251 udp dpt:mdns ctstate NEW
  112. ACCEPT udp -- anywhere anywhere udp dpt:netbios-ns ctstate NEW
  113. ACCEPT udp -- anywhere anywhere udp dpt:netbios-dgm ctstate NEW
  114. ACCEPT tcp -- anywhere anywhere tcp dpt:ssh ctstate NEW
  115. ACCEPT udp -- anywhere anywhere udp dpts:blackjack:65535 ctstate NEW
  116. ACCEPT tcp -- anywhere anywhere tcp dpts:blackjack:65535 ctstate NEW
  117.  
  118. Chain IN_FedoraWorkstation_deny (1 references)
  119. target prot opt source destination
  120.  
  121. Chain IN_FedoraWorkstation_log (1 references)
  122. target prot opt source destination
  123.  
  124. Chain OUTPUT_direct (1 references)
  125. target prot opt source destination
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement