Re: New IPv6 settings in rc.conf

2010-04-26 Thread Bruce Cran
On Monday 26 April 2010 03:01:39 Doug Barton wrote: On 04/25/10 00:00, Bruce Cran wrote: On Sunday 25 April 2010 02:55:16 Doug Barton wrote: On 04/24/10 17:54, Bruce Cran wrote: # if_bridge doesn't have a link-local address by default, so add one ifconfig_bridge0_ipv6=fe80::2%bridge0

Re: New IPv6 settings in rc.conf

2010-04-25 Thread Bruce Cran
On Sunday 25 April 2010 02:55:16 Doug Barton wrote: On 04/24/10 17:54, Bruce Cran wrote: # if_bridge doesn't have a link-local address by default, so add one ifconfig_bridge0_ipv6=fe80::2%bridge0 prefixlen 64 It's likely that you need to add inet6 before fe80 there:

Re: New IPv6 settings in rc.conf

2010-04-25 Thread Doug Barton
On 04/25/10 00:00, Bruce Cran wrote: On Sunday 25 April 2010 02:55:16 Doug Barton wrote: On 04/24/10 17:54, Bruce Cran wrote: # if_bridge doesn't have a link-local address by default, so add one ifconfig_bridge0_ipv6=fe80::2%bridge0 prefixlen 64 It's likely that you need to add inet6

New IPv6 settings in rc.conf

2010-04-24 Thread Bruce Cran
I updated my router to the latest -CURRENT yesterday and now I'm getting an error on startup from ifconfig saying the the IPv6 addresses I've configured are wrong (bad value). The settings I've got in rc.conf are: # IPv4 setup defaultrouter=a.b.c.d gateway_enable=YES ifconfig_vr0=a.b.c.d

Re: New IPv6 settings in rc.conf

2010-04-24 Thread Doug Barton
On 04/24/10 17:54, Bruce Cran wrote: I updated my router to the latest -CURRENT yesterday Did you run mergemaster after you upgraded? How old/what version of FreeBSD did you upgrade from? and now I'm getting an error on startup from ifconfig saying the the IPv6 addresses I've configured