Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jan 2023 17:28:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        jail@FreeBSD.org
Subject:   [Bug 240106] VNET issue with ARP and routing sockets in jails
Message-ID:  <bug-240106-29815-DNP60nVadv@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-240106-29815@https.bugs.freebsd.org/bugzilla/>
References:  <bug-240106-29815@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=3D240106

Nikita Olenets <zeon@zeon.kiev.ua> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zeon@zeon.kiev.ua

--- Comment #21 from Nikita Olenets <zeon@zeon.kiev.ua> ---
In the mean time you can try "workaround" to create ng_bridge interface to =
your
parent and then use than newly created interface as a member to your manage=
ment
bridge.

Assuming you have em0 as your parent interface

em0: flags=3D8963<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 =
mtu
1500
=20=20=20=20=20=20=20
options=3D4e527bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCS=
UM,TSO4,TSO6,LRO,WOL_MAGIC,VLAN_HWFILTER,VLAN_HWTSO,RXCSUM_IPV6,TXCSUM_IPV6=
,NOMAP>
        ether 58:9c:fc:10:f1:16
        media: Ethernet autoselect (1000baseT <full-duplex>)
        status: active
        nd6 options=3D29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>

/bin/sh /usr/share/examples/jails/jng bridge main em0
Will create ng0_main interface:

ng0_main: flags=3D8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metr=
ic 0
mtu 1500
        options=3D28<VLAN_MTU,JUMBO_MTU>
        ether 02:60:c8:08:84:9b
        hwaddr 58:9c:fc:10:ff:ff
        media: Ethernet autoselect (1000baseT <full-duplex>)
        status: active
        nd6 options=3D29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>

Now you can add ng0_main interface instead your em0. Will work like a charm.

--=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-240106-29815-DNP60nVadv>