Skip to content

Instantly share code, notes, and snippets.

@sc68cal
Created September 20, 2014 23:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sc68cal/3089573cd1daa831c48d to your computer and use it in GitHub Desktop.
Save sc68cal/3089573cd1daa831c48d to your computer and use it in GitHub Desktop.
Kimsufi generated rc.conf fix
# IPv6 configuration
ipv6_enable="YES"
ipv6_network_interfaces="em0"
ifconfig_em0_ipv6="inet6 2607:5300:60:13a2::1 prefixlen 128"
# The folowing is commented out, because it ends up overriding ipv6_defaultrouter
#ipv6_static_routes="ovhgw"
#ipv6_route_ovhgw="2607:5300:60:13ff:ff:ff:ff:ff -prefixlen 128 -interface em0"
ipv6_defaultrouter="2607:5300:60:13ff:ff:ff:ff:ff"
hostname="atlas.coreitpro.com"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment