What are your protips regarding optimizations for VyOS when being runned as VM-guest?
Something like:
set system option performance 'virtual-guest'
seems obvious but what else?
Would this considered be good or bad aswell?
set system option kernel cpu disable-nmi-watchdog
set system option kernel disable-hpet
set system option kernel disable-mce
set system option kernel disable-softlockup
And what about offloading per interface?
Should all offloading be turned off when runned as VM-guest or are there any offloading that still helps?
And what about firewall rules?
I will be using services local to the VyOS for my clients (NTP, DNS etc).
So in terms of filtering I would be happy with “screening router” aka regular ACL if compared to L2/L3-switch.
Would firewall rules with notrack be sufficient and how should they be written or will flowtables work here at all?
Differences between KVM (QEMU / Proxmox) and VMware or for that matter XCP-NG?
Im mainly thinking if someone perhaps already benchmarked this and can share your results?