[PVE-User] Add IP address to Windows KVM
Hector Suarez Planas
hector.suarez at codesa.co.cu
Mon May 26 14:04:55 CEST 2014
Hi, Ikenna.
> ----- Original Message -----
> From: Ikenna Okpala
> To: Eneko Lacunza
> Cc: pve-user at pve.proxmox.com
> Sent: Monday, May 26, 2014 4:51 AM
> Subject: Re: [PVE-User] Add IP address to Windows > KVM
> Can you give me an example...
> Sent from my iPhone
An example:
Phisical configuration
Switch VLAN : VLAN 14 ---> 10.0.3.0/25
Proxmox Network configuration:
(...)
iface eth1 inet manual
auto eth1.14
iface eth1.14 inet manual
auto vmbr14
iface vmbr14 inet manual
bridge_ports eth1.14
bridge_stp off
bridge_fd 0
(...)
Windows KVM-VM:
Network device on PRX: Bridge ---> vmbr14
Network configuration:
(...)
IP: 10.0.3.2
Netmask: 255.255.255.128
Gateway: 10.0.3.1
DNS 1: 127.0.0.1
(bla,bla,bla)
(...)
More information about the pve-user
mailing list