Skip to content

Instantly share code, notes, and snippets.

@marcusandre
Created November 1, 2015 17:34
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcusandre/cb21628b16b5147ac505 to your computer and use it in GitHub Desktop.
Save marcusandre/cb21628b16b5147ac505 to your computer and use it in GitHub Desktop.
Configure IPv6 on netcup.de FreeBSD Servers

IPv6 on FreeBSD

ifconfig_em0_ipv6="<IP>"
ifconfig_vtnet0_aliases="inet6 <IP> prefixlen 64"
ifconfig_vtnet0_ipv6="inet6 accept_rtadv"
ipv6_default_interface="em0"
ipv6_defaultrouter="fe80::1%em0"
rtsold_enable="YES"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment