Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ShapeShifter499/59677ac917920b7b66b0b90dbd5a4ab6 to your computer and use it in GitHub Desktop.
Save ShapeShifter499/59677ac917920b7b66b0b90dbd5a4ab6 to your computer and use it in GitHub Desktop.
root@failserv-vpn:~# sysctl net.ipv6.conf.{all,ens3}.{autoconf,accept_ra,forwarding}
net.ipv6.conf.all.autoconf = 1
net.ipv6.conf.all.accept_ra = 1
net.ipv6.conf.all.forwarding = 2
net.ipv6.conf.ens3.autoconf = 0
net.ipv6.conf.ens3.accept_ra = 1
net.ipv6.conf.ens3.forwarding = 2
root@failserv-vpn:~#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment