Thank you!<br><br>That definitely gets me about halfway to getting my VPS to speak IPv6.<div><br></div><div>Any idea how to "use router discovery" to automatically set the IPv6 default router?</div><div><br></div><div>I'll try your example, and also just enabling rtsold and see if that does the trick.</div><div><div><br></div></div><br><div class="gmail_quote">On Sat Jan 31 2015 at 8:50:49 AM Edward Berger <<a href="mailto:edwberger@gmail.com">edwberger@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Here's an example of what I have in /etc/rc.conf on one of my machines.<br>Your interfaces and addresses should be different.<br><br>#static network configuration<br>ipv6_enable="YES"<br>network_interfaces="lo0 igb0"<br>ipv6_network_interfaces="lo0 igb0"<br>#<br>ifconfig_igb0="inet 128.182.145.59 netmask 0xffffff00"<br>ifconfig_igb0_alias0="inet6 2001:5e8:1:91:225:90ff:fe05:1dc2 prefixlen 64"<br><br>defaultrouter="128.182.145.1"<br>ipv6_defaultrouter="2001:5e8:1:91::1"<br>#<br><div class="gmail_extra"><br><br></div></div>
</blockquote></div>