Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 03 Jun 2016 11:23:38 +0200
From:      Michael Grimm <trashcan@ellael.org>
To:        freebsd-jail@freebsd.org
Subject:   Re: deploy multiple vnets with VIMAGE/VNET + Production Ready?
Message-ID:  <76a532eb68fc1ec4239be3e80ce519cc@mx1.enfer-du-nord.net>
In-Reply-To: <5750ADB7.8010409@gmail.com>
References:  <140851342.3380283.1464808961455.JavaMail.yahoo.ref@mail.yahoo.com> <140851342.3380283.1464808961455.JavaMail.yahoo@mail.yahoo.com> <2CD81649-9D95-44B8-B0E3-DA38B8C3F31B@ellael.org> <5750ADB7.8010409@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2016-06-03 0:05, Ernie Luzar wrote:
> Michael Grimm wrote:

>> I switched to VNET+epair/if_bridge jails starting 10.2-STABLE,
>> now 10.3-STABLE, and haven't seen any issues, sofar.

> You left out whether you had to compile the kernel with the vimage
> option or whether vimage was already included in the kernel?

Obviously, I had had to compile a custom kernel because I am running 
10.x-STABLE. And, because I am using IPSec, I have to do so anyway:

      include    GENERIC        # include GENERIC definitions, first
      ident      CUSTOM         # custom kernel name
      cpu        HAMMER         # amd64 and intel 64bit cpus

      device     crypto         # IPsec depends on this
      options    IPSEC          # IP security
      options    IPSEC_NAT_T    # IP security NAT-T in transport mode

      options    VIMAGE         # network virtualization

Regards,
Michael



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