1
22.1 Legacy Series / Re: OPNsense as VM in Xen: Network interfaces down after Debian dom0 updates
« on: January 20, 2023, 08:32:34 am »I'm now at kernel 5.10.0-20-amd64 and OPNsense 22.7.11, and everything is working flawlessly. You state that you are on OPNsense 22.7. Perhaps upgrading OPNsense helps? As I've written, for me, it only started working again with later versions of OPNsense (e. g. 22.7.7).
If that doesn't help, perhaps trying a newer kernel (e. g. 5.x) is also worth a try?
I'm also on latest OPNsense 22.7.11-amd64. The next downtime I can try a more recent Debian kernel version.
Have you experienced a change between 4.x and 5.x Debian kernel versions?
Beside updating Debian kernel and opnsense - have you changed any other settings?
Since I virtualize pfsense or opnsense I need to switch off tx checksumming on every opnsense interface on the host opnsense is running, so for instance if opnsense has several virtual interfaces every time I start opnsense I need to run
Code: [Select]
ethtool -K ${int} tx off
on the host for every single opnsense interface. With this issue discussed here there is no difference if I disable tx checksumming or not, but that's one of the changes I need to keep in mind.Update:
I updated my virtualization host to kernel version 5.10.0-20-amd64 as well and can confirm that there are no more issues regarding "reconfiguring interface due to feature change".