Advertisement
ddan9

sysctl.conf

Sep 5th, 2023 (edited)
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. #disable ipv6
  2. net.ipv6.conf.all.disable_ipv6 = 1
  3. net.ipv6.conf.default.disable_ipv6 = 1
  4. net.ipv6.conf.lo.disable_ipv6 = 1
  5.  
  6. #kernel panic autoreboot
  7. kernel.panic = 30
  8. kernel.panic_timeout = 30
  9.  
  10. #activate kernel REISUB keys
  11. kernel.sysrq = 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement