Hello,
does Sophos XG include virtio-NIC-Drivers?
If no, is there a way to install virtio-Drivers?
Virtio-Drivers are needed for better performance in proxmox.
Thank you!
Tony
This thread was automatically locked due to age.
Hello,
does Sophos XG include virtio-NIC-Drivers?
If no, is there a way to install virtio-Drivers?
Virtio-Drivers are needed for better performance in proxmox.
Thank you!
Tony
Hi Anton,
I'm running my XG on a Proxmox Machine with virtio Drivers. It's perfectly fine and very stable.
It's also running with the famous unsupported I219 chipset: community.sophos.com/.../356409
Best Regards
Dom Nik
Hello Nik,
thank you for your Answer.
How did you install the Virtio-Drivers?
I have Installed my Sophos XG without Virtio-Drivers on a Proxmox-Host.
But if I change the NIC-Drivers to virtio I get no Web-Admin-Console.
Thank you!
Anton
Hello Nik,
thank you for your Answer.
How did you install the Virtio-Drivers?
I have Installed my Sophos XG without Virtio-Drivers on a Proxmox-Host.
But if I change the NIC-Drivers to virtio I get no Web-Admin-Console.
Thank you!
Anton
Hi Anton,
I used the normal software installer (not the kvm prebuild one) and installed with virtio configured on the hypervisor.
You can check if the drivers are available with the following commands in the advanced shell:
SFVH_SO01_SFOS 17.0.5 MR-5# lsmod | grep virtio_net
virtio_net 16191 0
SFVH_SO01_SFOS 17.0.5 MR-5# ethtool -i Port1 | grep virtio_net
driver: virtio_net
SFVH_SO01_SFOS 17.0.5 MR-5# ethtool -i Port2 | grep virtio_net
driver: virtio_net
Maybe the change afterwards is the problem... but I cannot help you with that. :-(
Best Regards
Dom Nik