Categories
HyperV

pfSense on Hyper-V – slow network

I have encountered a slow network several times when we have pfsense installed on hyper-v. These two settings helped me restore full network bandwidth on two separate occasions.

  1. Change this in network cards properties.

2. Change virtual switch properties.

Get-VMSwitch | Set-VMSwitch -EnableSoftwareRsc:$FALSE

Get-VMSwitch -NameĀ NAMEĀ | Select-Object *RSC*