@binaryanomaly, thanks for the feedback. vtnet seems to be doing even better than 20.1.
I do not think that Suricata is operational on my WAN (PPPoE) interface, although it has enabled without errors.
@mbIs 20.7.1 fixing the netmap issues adressed in the test kernel or would it set me back to the state before?
Quote from: binaryanomaly on August 13, 2020, 06:07:25 pm@mbIs 20.7.1 fixing the netmap issues adressed in the test kernel or would it set me back to the state before?No, read the changelog. That is not fix the netmap issues.
Small update here with security advisories, multicast fixes and logging reliability patches amongst others.
"amongst others" references the full change log below. It's intentionally ambiguous in the sense that the actual changes are listed below. If you don't see your issue there it's probably just that.The second paragraph is more loose in terms of content from release to release. It is meant to hint at past and future events. In this case it unambiguously states that Sensei and IPS issues are not yet resolved in the release.I'm not sure how to make this any clearer other than: don't panic and use 20.1 if you must. Cheers,Franco
I'm not sure how to make this any clearer other than: don't panic and use 20.1 if you must.
@sorano, it does not seem to be related.Please follow below steps and see if this kernel is of help:Code: [Select][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]# rebootAfter the reboot, you should be able to see this kernel information:Code: [Select]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:~ # To restore stock OPNsense kernel:Code: [Select]# cd /boot# rm -rf kernel# mv kernel.stock.save kernel# reboot
[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