Guest User

Untitled

a guest
Jun 4th, 2014
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. berlioz ~ # sysctl -a | grep forward
  2. net.ipv4.conf.all.forwarding = 1
  3. net.ipv4.conf.all.mc_forwarding = 0
  4. net.ipv4.conf.br100.forwarding = 1
  5. net.ipv4.conf.br100.mc_forwarding = 0
  6. net.ipv4.conf.default.forwarding = 1
  7. net.ipv4.conf.default.mc_forwarding = 0
  8. net.ipv4.conf.docker0.forwarding = 1
  9. net.ipv4.conf.docker0.mc_forwarding = 0
  10. net.ipv4.conf.enp2s0.forwarding = 1
  11. net.ipv4.conf.enp2s0.mc_forwarding = 0
  12. net.ipv4.conf.lo.forwarding = 1
  13. net.ipv4.conf.lo.mc_forwarding = 0
  14. net.ipv4.conf.virbr0.forwarding = 1
  15. net.ipv4.conf.virbr0.mc_forwarding = 0
  16. net.ipv4.conf.vnet0.forwarding = 1
  17. net.ipv4.conf.vnet0.mc_forwarding = 0
  18. net.ipv4.ip_forward = 1
  19. net.ipv4.ip_forward_use_pmtu = 0
  20. net.ipv6.conf.all.forwarding = 0
  21. net.ipv6.conf.br100.forwarding = 0
  22. net.ipv6.conf.default.forwarding = 0
  23. net.ipv6.conf.docker0.forwarding = 0
  24. net.ipv6.conf.enp2s0.forwarding = 0
  25. net.ipv6.conf.lo.forwarding = 0
  26. net.ipv6.conf.virbr0.forwarding = 0
  27. net.ipv6.conf.vnet0.forwarding = 0
Advertisement
Add Comment
Please, Sign In to add comment