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.
Network Map I would like to achieve
Modem"issues wan ip from dhcp"-->WAN vSwitch-->Sophos-->LAN vSwitch-->16 port switch-->Clients
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
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