[root@20gw /root]# cd /boot/[root@20gw:/boot # fetch https://updates.sunnyvalley.io/opnsense/updates/netmap-kernel/kernel-12.1-0805-2.tar.gz kernel-12.1-0805-2.tar.gz 45 MB 4980 kBps 10s[root@20gw /boot]# mv kernel kernel.stock.save[root@20gw /boot]# tar zxf kernel-12.1-0805-2.tar.gz [root@20gw /boot]# reboot
root@20gw:~ # uname -aFreeBSD 20gw.local 12.1-RELEASE-p7-HBSD FreeBSD 12.1-RELEASE-p7-HBSD #2 5742b25c4(master)-dirty: Wed Aug 5 22:20:24 PDT 2020 root@sunnyvalley12.localdomain:/usr/obj/usr/src/amd64.amd64/sys/SMP amd64root@20gw:~ #
# cd /boot# rm -rf kernel# mv kernel.stock.save kernel# reboot
I cannot enable Sensei as the LAN interface is not available for selection. Only the underlying vtnet1 of the WAN PPPoE is available.
It first alerted that Suricata was in use on the LAN Interface, so I moved Suricata to WAN Interface to resolve this.Just Disabling Intrusion Detection was not enough.
Quote from: binaryanomaly on August 05, 2020, 12:40:58 pmQuote from: Voodoo on August 03, 2020, 12:34:13 pmnetmap with 20.7 release for vnet driver (virtio) is working, the kernel panic is gone.I still do observe pagefaults with virtio vtnet interfaces...Yes, this is expected as of now. Fix is on upstream.
Quote from: Voodoo on August 03, 2020, 12:34:13 pmnetmap with 20.7 release for vnet driver (virtio) is working, the kernel panic is gone.I still do observe pagefaults with virtio vtnet interfaces...
netmap with 20.7 release for vnet driver (virtio) is working, the kernel panic is gone.