Created
August 2, 2017 18:12
-
-
Save einarjh/bff9bf3e3bac43402c5dcbed0d3b5dd5 to your computer and use it in GitHub Desktop.
Set static IPv6 address on Debian and disable RA and privacy extensions
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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