ShapeShifter499

Untitled

Jun 7th, 2013
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. lance@lance-AcerOne:~$ sysctl -a |grep forw
  2. sysctl: permission denied on key 'fs.protected_hardlinks'
  3. sysctl: permission denied on key 'fs.protected_symlinks'
  4. sysctl: permission denied on key 'kernel.cad_pid'
  5. sysctl: permission denied on key 'kernel.usermodehelper.bset'
  6. sysctl: permission denied on key 'kernel.usermodehelper.inheritable'
  7. net.ipv4.conf.all.forwarding = 1
  8. net.ipv4.conf.all.mc_forwarding = 0
  9. net.ipv4.conf.default.forwarding = 1
  10. net.ipv4.conf.default.mc_forwarding = 0
  11. net.ipv4.conf.dns0.forwarding = 1
  12. net.ipv4.conf.dns0.mc_forwarding = 0
  13. net.ipv4.conf.dns1.forwarding = 1
  14. net.ipv4.conf.dns1.mc_forwarding = 0
  15. net.ipv4.conf.dns2.forwarding = 1
  16. net.ipv4.conf.dns2.mc_forwarding = 0
  17. net.ipv4.conf.eth0.forwarding = 1
  18. net.ipv4.conf.eth0.mc_forwarding = 0
  19. net.ipv4.conf.lo.forwarding = 1
  20. net.ipv4.conf.lo.mc_forwarding = 0
  21. net.ipv4.conf.mon/wlan0.forwarding = 1
  22. net.ipv4.conf.mon/wlan0.mc_forwarding = 0
  23. net.ipv4.conf.wlan0.forwarding = 1
  24. net.ipv4.conf.wlan0.mc_forwarding = 0
  25. net.ipv4.ip_forward = 1
  26. sysctl: permission denied on key 'net.ipv4.tcp_fastopen_key'
  27. net.ipv6.conf.all.forwarding = 0
  28. net.ipv6.conf.all.mc_forwarding = 0
  29. net.ipv6.conf.default.forwarding = 0
  30. net.ipv6.conf.default.mc_forwarding = 0
  31. net.ipv6.conf.eth0.forwarding = 0
  32. net.ipv6.conf.eth0.mc_forwarding = 0
  33. net.ipv6.conf.lo.forwarding = 0
  34. net.ipv6.conf.lo.mc_forwarding = 0
  35. net.ipv6.conf.mon/wlan0.forwarding = 0
  36. net.ipv6.conf.mon/wlan0.mc_forwarding = 0
  37. net.ipv6.conf.wlan0.forwarding = 0
  38. net.ipv6.conf.wlan0.mc_forwarding = 0
  39. lance@lance-AcerOne:~$ sudo sysctl -a |grep forw
  40. [sudo] password for lance:
  41. net.ipv4.conf.all.forwarding = 1
  42. net.ipv4.conf.all.mc_forwarding = 0
  43. net.ipv4.conf.default.forwarding = 1
  44. net.ipv4.conf.default.mc_forwarding = 0
  45. net.ipv4.conf.dns0.forwarding = 1
  46. net.ipv4.conf.dns0.mc_forwarding = 0
  47. net.ipv4.conf.dns1.forwarding = 1
  48. net.ipv4.conf.dns1.mc_forwarding = 0
  49. net.ipv4.conf.dns2.forwarding = 1
  50. net.ipv4.conf.dns2.mc_forwarding = 0
  51. net.ipv4.conf.eth0.forwarding = 1
  52. net.ipv4.conf.eth0.mc_forwarding = 0
  53. net.ipv4.conf.lo.forwarding = 1
  54. net.ipv4.conf.lo.mc_forwarding = 0
  55. net.ipv4.conf.mon/wlan0.forwarding = 1
  56. net.ipv4.conf.mon/wlan0.mc_forwarding = 0
  57. net.ipv4.conf.wlan0.forwarding = 1
  58. net.ipv4.conf.wlan0.mc_forwarding = 0
  59. net.ipv4.ip_forward = 1
  60. net.ipv6.conf.all.forwarding = 0
  61. net.ipv6.conf.all.mc_forwarding = 0
  62. net.ipv6.conf.default.forwarding = 0
  63. net.ipv6.conf.default.mc_forwarding = 0
  64. net.ipv6.conf.eth0.forwarding = 0
  65. net.ipv6.conf.eth0.mc_forwarding = 0
  66. net.ipv6.conf.lo.forwarding = 0
  67. net.ipv6.conf.lo.mc_forwarding = 0
  68. net.ipv6.conf.mon/wlan0.forwarding = 0
  69. net.ipv6.conf.mon/wlan0.mc_forwarding = 0
  70. net.ipv6.conf.wlan0.forwarding = 0
  71. net.ipv6.conf.wlan0.mc_forwarding = 0
  72. lance@lance-AcerOne:~$
Advertisement
Add Comment
Please, Sign In to add comment