Advertisement
Guest User

Untitled

a guest
Nov 5th, 2019
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.51 KB | None | 0 0
  1. root@ovirtnode1]# ebtables -t nat -L
  2. Bridge table: nat
  3.  
  4. Bridge chain: PREROUTING, entries: 1, policy: ACCEPT
  5. -j PREROUTING_direct
  6.  
  7. Bridge chain: OUTPUT, entries: 1, policy: ACCEPT
  8. -j OUTPUT_direct
  9.  
  10. Bridge chain: POSTROUTING, entries: 1, policy: ACCEPT
  11. -j POSTROUTING_direct
  12.  
  13. Bridge chain: PREROUTING_direct, entries: 1, policy: ACCEPT
  14. -j RETURN
  15.  
  16. Bridge chain: POSTROUTING_direct, entries: 1, policy: ACCEPT
  17. -j RETURN
  18.  
  19. Bridge chain: OUTPUT_direct, entries: 1, policy: ACCEPT
  20. -j RETURN
  21. root@ovirtnode1]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement