Advertisement
Guest User

NAT settings Oracle

a guest
Feb 12th, 2021
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.67 KB | None | 0 0
  1. sudo iptables -t nat -L -n -v
  2. Chain PREROUTING (policy ACCEPT 1533 packets, 84100 bytes)
  3. pkts bytes target prot opt in out source destination
  4. 1533 84100 PREROUTING_direct all -- * * 0.0.0.0/0 0.0.0.0/0
  5. 1533 84100 PREROUTING_ZONES_SOURCE all -- * * 0.0.0.0/0 0.0.0.0/0
  6. 1533 84100 PREROUTING_ZONES all -- * * 0.0.0.0/0 0.0.0.0/0
  7.  
  8. Chain INPUT (policy ACCEPT 1533 packets, 84100 bytes)
  9. pkts bytes target prot opt in out source destination
  10.  
  11. Chain OUTPUT (policy ACCEPT 16755 packets, 1342K bytes)
  12. pkts bytes target prot opt in out source destination
  13. 16755 1342K OUTPUT_direct all -- * * 0.0.0.0/0 0.0.0.0/0
  14.  
  15. Chain POSTROUTING (policy ACCEPT 16755 packets, 1342K bytes)
  16. pkts bytes target prot opt in out source destination
  17. 16755 1342K POSTROUTING_direct all -- * * 0.0.0.0/0 0.0.0.0/0
  18. 16755 1342K POSTROUTING_ZONES_SOURCE all -- * * 0.0.0.0/0 0.0.0.0/0
  19. 16755 1342K POSTROUTING_ZONES all -- * * 0.0.0.0/0 0.0.0.0/0
  20.  
  21. Chain OUTPUT_direct (1 references)
  22. pkts bytes target prot opt in out source destination
  23.  
  24. Chain POSTROUTING_ZONES (1 references)
  25. pkts bytes target prot opt in out source destination
  26. 16755 1342K POST_public all -- * + 0.0.0.0/0 0.0.0.0/0 [goto]
  27.  
  28. Chain POSTROUTING_ZONES_SOURCE (1 references)
  29. pkts bytes target prot opt in out source destination
  30.  
  31. Chain POSTROUTING_direct (1 references)
  32. pkts bytes target prot opt in out source destination
  33.  
  34. Chain POST_public (1 references)
  35. pkts bytes target prot opt in out source destination
  36. 16755 1342K POST_public_log all -- * * 0.0.0.0/0 0.0.0.0/0
  37. 16755 1342K POST_public_deny all -- * * 0.0.0.0/0 0.0.0.0/0
  38. 16755 1342K POST_public_allow all -- * * 0.0.0.0/0 0.0.0.0/0
  39.  
  40. Chain POST_public_allow (1 references)
  41. pkts bytes target prot opt in out source destination
  42.  
  43. Chain POST_public_deny (1 references)
  44. pkts bytes target prot opt in out source destination
  45.  
  46. Chain POST_public_log (1 references)
  47. pkts bytes target prot opt in out source destination
  48.  
  49. Chain PREROUTING_ZONES (1 references)
  50. pkts bytes target prot opt in out source destination
  51. 1533 84100 PRE_public all -- + * 0.0.0.0/0 0.0.0.0/0 [goto]
  52.  
  53. Chain PREROUTING_ZONES_SOURCE (1 references)
  54. pkts bytes target prot opt in out source destination
  55.  
  56. Chain PREROUTING_direct (1 references)
  57. pkts bytes target prot opt in out source destination
  58.  
  59. Chain PRE_public (1 references)
  60. pkts bytes target prot opt in out source destination
  61. 1533 84100 PRE_public_log all -- * * 0.0.0.0/0 0.0.0.0/0
  62. 1533 84100 PRE_public_deny all -- * * 0.0.0.0/0 0.0.0.0/0
  63. 1533 84100 PRE_public_allow all -- * * 0.0.0.0/0 0.0.0.0/0
  64.  
  65. Chain PRE_public_allow (1 references)
  66. pkts bytes target prot opt in out source destination
  67.  
  68. Chain PRE_public_deny (1 references)
  69. pkts bytes target prot opt in out source destination
  70.  
  71. Chain PRE_public_log (1 references)
  72. pkts bytes target prot opt in out source destination
  73.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement