dvl@
Developer
So far, the
I also tried a simple
Before starting [the only] jail:
Then I start the jail and txcsum comes back:
My workaround at present: configuring
ifconfig suggestions have not allowed DNS to work within my vnet jail.I also tried a simple
ifconfig bge0 -rxcsum first, and that yielded the same results as below.Before starting [the only] jail:
Code:
[11:58 r7425-01 dvl ~] % sudo ifconfig bge0 -rxcsum -txcsum -vlanhwcsum -vlanhwtso -tso4 promisc
[11:58 r7425-01 dvl ~] % ifconfig bge0
bge0: flags=1028943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST,PPROMISC,LOWER_UP> metric 0 mtu 1500
options=80098<VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,LINKSTATE>
ether b0:26:28:b3:5b:38
media: Ethernet autoselect (1000baseT <full-duplex>)
status: active
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
Then I start the jail and txcsum comes back:
Code:
[11:47 r7425-01 dvl ~] % sudo jail -c pkg02
epair47a
pkg02: created
[11:58 r7425-01 dvl ~] % ifconfig bge0
bge0: flags=1028943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST,PPROMISC,LOWER_UP> metric 0 mtu 1500
options=8009a<TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,LINKSTATE>
ether b0:26:28:b3:5b:38
media: Ethernet autoselect (1000baseT <full-duplex>)
status: active
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
My workaround at present: configuring
unbound on the jail host and configuring the jail to use it instead of an off-server DNS resource.