Skip to content

Instantly share code, notes, and snippets.

@einarjh
Created August 2, 2017 18:12
Show Gist options
  • Save einarjh/bff9bf3e3bac43402c5dcbed0d3b5dd5 to your computer and use it in GitHub Desktop.
Save einarjh/bff9bf3e3bac43402c5dcbed0d3b5dd5 to your computer and use it in GitHub Desktop.
Set static IPv6 address on Debian and disable RA and privacy extensions
iface eth0 inet6 static
address 2001:700:1d00:beef::13
netmask 64
gateway 2001:700:1d00:beef::1
accept_ra 0
privext 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment