Re: Setting up IPv6 in /etc/rc.conf

2010-10-17 Thread Chris Ruiz
On Sat, Oct 16, 2010 at 3:15 AM, Mark Murray wrote: > "Bjoern A. Zeeb" writes: >> On Fri, 15 Oct 2010, Mark Murray wrote: >> >> > Alexey Shuvaev writes: >> >>> gifconfig_gif0_ipv6="2001:::::2 2001:::::1 >> >>> prefixlen 128" >> >>                                  

Re: Setting up IPv6 in /etc/rc.conf

2010-10-16 Thread Mark Murray
"Bjoern A. Zeeb" writes: > On Fri, 15 Oct 2010, Mark Murray wrote: > > > Alexey Shuvaev writes: > >>> gifconfig_gif0_ipv6="2001:::::2 2001:::::1 > >>> prefixlen 128" > >> > >> I suppose you should prefix it with "inet6" keyword. >

Re: Setting up IPv6 in /etc/rc.conf

2010-10-15 Thread Bjoern A. Zeeb
On Fri, 15 Oct 2010, Mark Murray wrote: Alexey Shuvaev writes: gifconfig_gif0_ipv6="2001:::::2 2001:::::1 prefixlen 128" I suppose you should prefix it with "inet6" keyword. There are 2 examples in rc.conf (search for "Sa

Re: Setting up IPv6 in /etc/rc.conf

2010-10-15 Thread Mark Murray
Alexey Shuvaev writes: > > gifconfig_gif0_ipv6="2001:::::2 2001:::::1 > > prefixlen 128" > > I suppose you should prefix it with "inet6" keyword. > There are 2 examples in rc.conf (search for "Sample IPv6"). Ah! It didn't

Re: Setting up IPv6 in /etc/rc.conf

2010-10-15 Thread Alexey Shuvaev
On Fri, Oct 15, 2010 at 07:04:47PM +0100, Mark Murray wrote: > Hi > > IPv6 gurus: what are the CURRENT /etc/rc.conf incantations to do the > following (which works): > > $ ifconfig gif0 create > $ ifconfig gif0 tunnel 192.168.0.2 11.22.33.44 > $ ifconfig gif0 inet6 2001:::::2 2001:111

Re: Setting up IPv6 in /etc/rc.conf

2010-10-15 Thread Mark Atkinson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/15/2010 11:04, Mark Murray wrote: > Hi > > IPv6 gurus: what are the CURRENT /etc/rc.conf incantations to do the > following (which works): > > $ ifconfig gif0 create > $ ifconfig gif0 tunnel 192.168.0.2 11.22.33.44 > $ ifconfig gif0 inet6 2001:

Re: Setting up IPv6 in /etc/rc.conf

2010-10-15 Thread Doug Barton
On 10/15/2010 11:04 AM, Mark Murray wrote: Hi IPv6 gurus: what are the CURRENT /etc/rc.conf incantations to do the following (which works): $ ifconfig gif0 create $ ifconfig gif0 tunnel 192.168.0.2 11.22.33.44 $ ifconfig gif0 inet6 2001:::::2 2001:::::1 prefixlen 128 $

Setting up IPv6 in /etc/rc.conf

2010-10-15 Thread Mark Murray
Hi IPv6 gurus: what are the CURRENT /etc/rc.conf incantations to do the following (which works): $ ifconfig gif0 create $ ifconfig gif0 tunnel 192.168.0.2 11.22.33.44 $ ifconfig gif0 inet6 2001:::::2 2001:::::1 prefixlen 128 $ route -n add -inet6 default 2001:::33