Advertisement
Guest User

Untitled

a guest
Sep 14th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. root@debian:~/repos/local-server# sysctl -a | grep ipv6 | grep disable
  2. sysctl: reading key "net.ipv6.conf.all.stable_secret"
  3. sysctl: reading key "net.ipv6.conf.default.stable_secret"
  4. sysctl: reading key "net.ipv6.conf.docker0.stable_secret"
  5. net.ipv6.conf.all.disable_ipv6 = 1
  6. net.ipv6.conf.default.disable_ipv6 = 1
  7. sysctl: reading key "net.ipv6.conf.enp0s3.stable_secret"
  8. sysctl: reading key "net.ipv6.conf.lo.stable_secret"
  9. net.ipv6.conf.docker0.disable_ipv6 = 1
  10. net.ipv6.conf.enp0s3.disable_ipv6 = 1
  11. net.ipv6.conf.lo.disable_ipv6 = 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement