This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Can I Run Sophos in a Win10 Hyper V VM

Network Map I would like to achieve

 

Modem"issues wan ip from dhcp"-->WAN vSwitch-->Sophos-->LAN vSwitch-->16 port switch-->Clients



This thread was automatically locked due to age.
Parents
  • Hi Jordan 

    Yes, you can as long as you have enough memory, you need at least 1Gb memory for the VM to start. 

    I use it for test et demo. 

    You may need to create an internal vswitch with a vnetworkadapter on the host computer so you can access to your Sophos.

     

    PS>new-vmswitch -name SophosInternal -AllowManagementOS $false

    PS> Add-VMNetworkAdapter -ManagementOS -SwitchName SophosInternal  -name SophosLan

     

Reply
  • Hi Jordan 

    Yes, you can as long as you have enough memory, you need at least 1Gb memory for the VM to start. 

    I use it for test et demo. 

    You may need to create an internal vswitch with a vnetworkadapter on the host computer so you can access to your Sophos.

     

    PS>new-vmswitch -name SophosInternal -AllowManagementOS $false

    PS> Add-VMNetworkAdapter -ManagementOS -SwitchName SophosInternal  -name SophosLan

     

Children
No Data