On Mon, May 3, 2010 at 9:16 AM, Mark Atkinson <atkin...@gmail.com> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> I updated a border gateway yesterday from a Feb 23 kernel to a May 2
> version kernel/world, and lost my connectivity to my gif0 HE tunnel.
>
> I've been using the following in /etc/rc.conf successfully for some time
> to establish the tunnel:

> ifconfig_gif0="inet6 [MY V6 ENDPOINT] [HE V6 ENDPOINT] prefixlen 128"

There's your problem, bad syntax.  Change it to this:

ifconfig_gif0_ipv6="inet6 [MY V6 ENDPOINT] [HE V6 ENDPOINT] prefixlen 128"


-- Chris

-----------------------------------------
http://twitter.com/chrisattack
http://chrisattack.com
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to