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

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Mark Atkinson
Date: Friday, October 15, 2010 - 11:28 am

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 10/15/2010 11:04, Mark Murray wrote:

I found that my ipv6 tunnel setup needed to be dead last in startup.  I
could not get it to configure properly via rc.conf and come up.   So I
just  setup the following script to run after the system comes up (using
your ip examples):

/etc/rc.d/rtadvd stop
ifconfig gif0 inet6  2002001:1111:2222:3333::2 2001:1111:2222:3333::1
prefixlen 128
ifconfig gif0 inet6 -ifdisabled
route add -inet6 default 2001:1111:2222:3333::1
ifconfig internal inet6  2001:1111:4444:3333::/64 eui64
ifconfig internal inet6 -ifdisabled
/etc/rc.d/rtadvd start
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.16 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAky4nTMACgkQrDN5kXnx8yYbSwCgl34QIrmZwCVF+em+ZoeJPOi0
S/cAnAzmCVxrsoiubNWEW8QWcR1dRlBN
=rM+v
-----END PGP SIGNATURE-----

_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Setting up IPv6 in /etc/rc.conf, Mark Murray, (Fri Oct 15, 11:04 am)
Re: Setting up IPv6 in /etc/rc.conf, Doug Barton, (Fri Oct 15, 11:14 am)
Re: Setting up IPv6 in /etc/rc.conf, Mark Atkinson, (Fri Oct 15, 11:28 am)
Re: Setting up IPv6 in /etc/rc.conf, Alexey Shuvaev, (Fri Oct 15, 12:18 pm)
Re: Setting up IPv6 in /etc/rc.conf, Mark Murray, (Fri Oct 15, 1:24 pm)
Re: Setting up IPv6 in /etc/rc.conf, Bjoern A. Zeeb, (Fri Oct 15, 1:51 pm)
Re: Setting up IPv6 in /etc/rc.conf, Mark Murray, (Sat Oct 16, 1:15 am)
Re: Setting up IPv6 in /etc/rc.conf, Chris Ruiz, (Sun Oct 17, 11:11 am)