Re: ipv6 host inaccessible via route -inteface without ndp pairs

2012-02-26 Thread Hiroki Sato
Mr Dandy wrote in <201202252213.50760.sub...@gmail.com>: su> Hi su> su> I play with IPv6 on the Hezner hosting. According to su> http://wiki.hetzner.de/index.php/Zusaetzliche_IP-Adressen/en information my su> rc.conf have (FreeBSD 9.0-RELEASE/amd64): su> --- su> ipv6_activate_all_interfaces="YE

Re: ipv6 host inaccessible via route -inteface without ndp pairs

2012-02-25 Thread Mr Dandy
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

Re: ipv6 host inaccessible via route -inteface without ndp pairs

2012-02-25 Thread Vlad Galu
On Saturday, February 25, 2012 at 7:33 PM, Mr Dandy wrote: > 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 f

Re: ipv6 host inaccessible via route -inteface without ndp pairs

2012-02-25 Thread Mr Dandy
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

Re: ipv6 host inaccessible via route -inteface without ndp pairs

2012-02-25 Thread Vlad Galu
-- Good, fast and cheap: pick any two. On Saturday, February 25, 2012 at 6:13 PM, Mr Dandy wrote: > 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 host inaccessible via route -inteface without ndp pairs

2012-02-25 Thread Mr Dandy
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"