Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.57 KB | None | 0 0
  1. [root@CentOS-55-64-minimal ~]# sysctl -a|grep forward
  2. net.ipv6.conf.eth0.forwarding = 0
  3. net.ipv6.conf.default.forwarding = 0
  4. net.ipv6.conf.all.forwarding = 0
  5. net.ipv6.conf.lo.forwarding = 0
  6. net.ipv4.conf.venet0.mc_forwarding = 0
  7. net.ipv4.conf.venet0.forwarding = 1
  8. net.ipv4.conf.eth0.mc_forwarding = 0
  9. net.ipv4.conf.eth0.forwarding = 1
  10. net.ipv4.conf.lo.mc_forwarding = 0
  11. net.ipv4.conf.lo.forwarding = 1
  12. net.ipv4.conf.default.mc_forwarding = 0
  13. net.ipv4.conf.default.forwarding = 1
  14. net.ipv4.conf.all.mc_forwarding = 0
  15. net.ipv4.conf.all.forwarding = 1
  16. net.ipv4.ip_forward = 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement