Hi
I play with IPv6 on the Hezner hosting. According to
http://wiki.hetzner.de/index.php/Zusaetzliche_IP-Adressen/en information my
rc.conf have (FreeBSD 9.0-RELEASE/amd64):
---
ipv6_activate_all_interfaces="YES"
ipv6_static_routes="hetzner"
ipv6_route_hetzner="2a01:4f8:61:50c0::/59 -iface re0"
On Saturday 25 February 2012 22:47:50 Vlad Galu wrote:
> > Hi
> >
>
> You might need to add ipv6_default_interface="re0" to /etc/rc.conf. After
> you do that, it will have ACCEPT_RTADV and DEFAULTIF set.
Thanks for informations.
Ok - looks like FreeBSD still not have rc.conf variable for contro
On Saturday 25 February 2012 23:55:38 you wrote:
> The following configuration should work (although I use RELENG_9, rc.conf
variable naming is slightly different, but not by much):
( i just change variable from old declaration (ipv6_ifconfig_IF form) to new
style - ifconfig_IF_ipv6 according t