I need to be able to SSH into the Windows VM from the other servers. To make the Windows VM appear as an independent server on the network, do I use "Bridged networking"? Is this the most optimum way?
Sim, a interligação em rede fornecerá à sua máquina virtual um endereço IP do seu servidor DHCP na sua rede ou permitirá que você forneça à sua VM um IP estático na sua faixa de WAN / LAN. A rede somente de host cria conectividade apenas entre sua caixa fedora e sua VM do Windows. O NAT fará a conversão NAT da sua caixa fedora para sua VM. Então, o Bridged é o caminho a seguir (isso criará uma interface virtual em cima da sua física)
Para o aplicativo SSH, eu procuraria no Google por "+ windows + ssh server". Nunca usei nenhuma dessas aplicações.
Also, I have a piece of command line software I'll be using through SSH that needs to run on the Windows machine. This software expects some files to be in a default location and this cannot be changed. I have the Windows VM auto-mounting the RAID storage to the "E" drive and the CLI software needs to operate on some of these files.
Eu criaria um atalho em c: \ Arquivos comuns (exemplo nomeado) e redirecionaria isso para a unidade E: \. Parece a solução mais rápida.