Guest User

iptables mangle

a guest
Sep 28th, 2018
372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.25 KB | None | 0 0
  1. Chain PREROUTING (policy ACCEPT)
  2. target prot opt source destination
  3. PREROUTING_direct all -- anywhere anywhere
  4. PREROUTING_ZONES_SOURCE all -- anywhere anywhere
  5. PREROUTING_ZONES all -- anywhere anywhere
  6.  
  7. Chain INPUT (policy ACCEPT)
  8. target prot opt source destination
  9. INPUT_direct all -- anywhere anywhere
  10.  
  11. Chain FORWARD (policy ACCEPT)
  12. target prot opt source destination
  13. FORWARD_direct all -- anywhere anywhere
  14.  
  15. Chain OUTPUT (policy ACCEPT)
  16. target prot opt source destination
  17. OUTPUT_direct all -- anywhere anywhere
  18.  
  19. Chain POSTROUTING (policy ACCEPT)
  20. target prot opt source destination
  21. CHECKSUM udp -- anywhere anywhere udp dpt:bootpc CHECKSUM fill
  22. POSTROUTING_direct all -- anywhere anywhere
  23.  
  24. Chain FORWARD_direct (1 references)
  25. target prot opt source destination
  26.  
  27. Chain INPUT_direct (1 references)
  28. target prot opt source destination
  29.  
  30. Chain OUTPUT_direct (1 references)
  31. target prot opt source destination
  32.  
  33. Chain POSTROUTING_direct (1 references)
  34. target prot opt source destination
  35.  
  36. Chain PREROUTING_ZONES (1 references)
  37. target prot opt source destination
  38. PRE_internal all -- anywhere anywhere [goto]
  39. PRE_cameras all -- anywhere anywhere [goto]
  40. PRE_internal all -- anywhere anywhere [goto]
  41.  
  42. Chain PREROUTING_ZONES_SOURCE (1 references)
  43. target prot opt source destination
  44. PRE_cameras all -- 192.168.1.4 anywhere [goto]
  45.  
  46. Chain PREROUTING_direct (1 references)
  47. target prot opt source destination
  48.  
  49. Chain PRE_cameras (2 references)
  50. target prot opt source destination
  51. PRE_cameras_log all -- anywhere anywhere
  52. PRE_cameras_deny all -- anywhere anywhere
  53. PRE_cameras_allow all -- anywhere anywhere
  54.  
  55. Chain PRE_cameras_allow (1 references)
  56. target prot opt source destination
  57.  
  58. Chain PRE_cameras_deny (1 references)
  59. target prot opt source destination
  60.  
  61. Chain PRE_cameras_log (1 references)
  62. target prot opt source destination
  63.  
  64. Chain PRE_internal (2 references)
  65. target prot opt source destination
  66. PRE_internal_log all -- anywhere anywhere
  67. PRE_internal_deny all -- anywhere anywhere
  68. PRE_internal_allow all -- anywhere anywhere
  69.  
  70. Chain PRE_internal_allow (1 references)
  71. target prot opt source destination
  72.  
  73. Chain PRE_internal_deny (1 references)
  74. target prot opt source destination
  75.  
  76. Chain PRE_internal_log (1 references)
  77. target prot opt source destination
Advertisement
Add Comment
Please, Sign In to add comment