Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Nov 2018 08:37:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 233622] panic: page not present fault when stopping VIMAGE jail on 12.0-RC2, netgraph
Message-ID:  <bug-233622-227-tSXN6cFaE2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-233622-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-233622-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233622

--- Comment #2 from Jordan Boland <jordantboland@live.com> ---
Yes, I can go into some more detail about the networking.

On the host system, only igb1 is currently active.  It is a trunk interface=
, so
on the host I have igb1.1 configured.

I am utilizing Devin Teske's jng to create a netgraph bridge to igb1, expos=
ing
the trunked interface to the jail.  This jail only needs 1 VLAN, but I
anticipate adding others later that will utilize more, and this seemed more
elegant than cloning the VLAN interfaces individually.

In the jail, I am replicate the same setup as the host to access the tagged
interface.

host rc.conf:
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
ifconfig_igb1=3D"up"
vlans_igb1=3D"1"
ifconfig_igb1_1=3D"192.168.1.2 netmask 255.255.255.0"
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D


jail rc.conf:
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
vlans_ng0_unifi=3D"1"
ifconfig_ng0_unifi=3D"up"
ifconfig_ng0_unifi_1=3D"inet 192.168.1.3 netmask 255.255.255.0"
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D


For this particular jail the configuration is overkill (I suppose I could j=
ust
bridge to igb1.1 on the host).  But I am proving out this strategy for some=
 of
the other services that I will need to host on this machine later.  Otherwi=
se,
I will have to go back to the strategy of mangling multiple FIBs.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233622-227-tSXN6cFaE2>