Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jan 2013 23:27:52 +0000
From:      Ben Morrow <ben@morrow.me.uk>
To:        Shawn Webb <lattera@gmail.com>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: IPv6 Tunnel Shared With Jails via epair Devices
Message-ID:  <20130115232751.GA2420@anubis.morrow.me.uk>
In-Reply-To: <CADt0fhwJVTu-93ehPRmzaUru_9eoWmkSm9jkd-k1FwUQpjQO0Q@mail.gmail.com>
References:  <CADt0fhxG-EqZq_cYq3YvkYGd=yY4o7FTxW6fmra0Zt06oyAO=A@mail.gmail.com> <20130115052937.GA44328@anubis.morrow.me.uk> <CADt0fhxCuy8xrahJAcGTSqXWFd4DHT7TwcXYtYYLV77BSFUsqw@mail.gmail.com> <20130115195444.GA92522@anubis.morrow.me.uk> <CADt0fhwEia10jT3nrz=nbCO%2Bw5JZdUsTcrX83AMKRYWm4XxGrg@mail.gmail.com> <20130115215159.GA93174@anubis.morrow.me.uk> <CADt0fhwJVTu-93ehPRmzaUru_9eoWmkSm9jkd-k1FwUQpjQO0Q@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
At  5PM -0500 on 15/01/13 you (Shawn Webb) wrote:
> 
> I figured it out. In my jail initialization scripts, I'm running '/bin/sh
> /bin/rc' after doing initial network setup. The rc script puts the
> interface in IFDISABLED mode. So if I run the ifconfig command to remove
> the flag, I'm golden.

Yes, that's what I thought. You should be able to avoid this by
specifying either

    ifconfig_epair0b_ipv6="inet6 auto_linklocal"

or

    ipv6_activate_all_interfaces="YES"

in the jail's rc.conf. This is cleaner than running ifconfig explicitly
outside the jail.

Ben




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130115232751.GA2420>