Guest User

iptables raw

a guest
Sep 28th, 2018
374
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 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 OUTPUT (policy ACCEPT)
  8. target prot opt source destination
  9. OUTPUT_direct all -- anywhere anywhere
  10.  
  11. Chain OUTPUT_direct (1 references)
  12. target prot opt source destination
  13.  
  14. Chain PREROUTING_ZONES (1 references)
  15. target prot opt source destination
  16. PRE_internal all -- anywhere anywhere [goto]
  17. PRE_cameras all -- anywhere anywhere [goto]
  18. PRE_internal all -- anywhere anywhere [goto]
  19.  
  20. Chain PREROUTING_ZONES_SOURCE (1 references)
  21. target prot opt source destination
  22. PRE_cameras all -- 192.168.1.4 anywhere [goto]
  23.  
  24. Chain PREROUTING_direct (1 references)
  25. target prot opt source destination
  26.  
  27. Chain PRE_cameras (2 references)
  28. target prot opt source destination
  29. PRE_cameras_log all -- anywhere anywhere
  30. PRE_cameras_deny all -- anywhere anywhere
  31. PRE_cameras_allow all -- anywhere anywhere
  32.  
  33. Chain PRE_cameras_allow (1 references)
  34. target prot opt source destination
  35.  
  36. Chain PRE_cameras_deny (1 references)
  37. target prot opt source destination
  38.  
  39. Chain PRE_cameras_log (1 references)
  40. target prot opt source destination
  41.  
  42. Chain PRE_internal (2 references)
  43. target prot opt source destination
  44. PRE_internal_log all -- anywhere anywhere
  45. PRE_internal_deny all -- anywhere anywhere
  46. PRE_internal_allow all -- anywhere anywhere
  47.  
  48. Chain PRE_internal_allow (1 references)
  49. target prot opt source destination
  50.  
  51. Chain PRE_internal_deny (1 references)
  52. target prot opt source destination
  53.  
  54. Chain PRE_internal_log (1 references)
  55. target prot opt source destination
Advertisement
Add Comment
Please, Sign In to add comment