Answer the question
In order to leave comments, you need to log in
How to set up a network on two windows7 virtual machines with network access?
On a dedicated server in the OVH DC, using proxmox, two virtual KVM Windows 7 servers are installed, one of which has a network, the connection is implemented as follows:
VDS assigned ip 1.1.1.1
Game server ip 3.3.3.3
*****Interfaces settings*** ****
auto lo
iface lo inet loopback
# device: eth0
auto eth0
iface eth0 inet manual
auto vmbr0
iface vmbr0 inet static
address 1.1.1.1
netmask 255.255.255.0
gateway 1.1.1.254
bridge_ports eth0
bridge_stp off
bridge_fd 0
auto vmbr0:1
iface vmbr0:1 inet static
address 2.2.2.2
netmask 255.255.255.0
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question