V
V
VA2016-01-22 16:01:56
Virtualization
VA, 2016-01-22 16:01:56

Windows Server 2012 R2, KVM, CentOS 6?

Hi all!

How to optimally and concisely deploy Windows Server 2012 R2 remotely (via SSH) on CentOS 6 using KVM + VMM application.
And on Windows Server 2012 R2 from the outside to come on RDP?

Searched the entire Internet, did not find information.
Thank you in advance for your replies.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
igortiunov, 2016-01-22
@igortiunov

1. Install libvirt and qemu-kvm on CentOS (sudo yum install libvirt qemu-kvm)
2. Create a "virtual" network or use the existing one created by default after installing libvirt. (sudo virsh net-list --all)
3. Create a virtual machine, install the operating system virt-install.
4. Set up a static nat rule using iptables for port 3389.
As you can see, each item requires a separate instruction, but you can try it yourself:
https://www.centos.org/docs/5/html/yum/sn- managing...
wiki.libvirt.org/page/Networking
linux.die.net/man/1/virt-install
www.netfilter.org/documentation/HOWTO/NAT-HOWTO-6.html

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question