I just can't figure this out! People have reported it works but i just cant figure it out!
Im using the "ready to use" Proxmox distro from OVH i just installed.
I've then installed Windows 2003 as a guest OS, then set up my failover IP under "network connections", then did the whole regedit thing to fix the netmask.
So Windows is set up right, but i can't get the IP from the host to the guest...
I've tried everthing - posts on the forum, the ovh help guides... I then just tried all combinations of NAT and the bridge with adding a "route" etc etc, but Windows just cant access the outside world.
I've undone any network edits i did, back to the defaults (shown below) - can someone please give me steps as to what i need to do?
In Poxmox "interface configuration" is:
Code:
eth0 yes 94.23.196.xxx 255.255.255.0
vmbr0 yes dummy0 94.23.196.xxx 255.255.255.0
(yes, the IPs are the same (the main IP for the server, not failover). it came set up that way)
"route" prints out:
Code:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
94.23.196.0 * 255.255.255.0 U 0 0 0 eth0
94.23.196.0 * 255.255.255.0 U 0 0 0 vmbr0
default 94.23.196.254 0.0.0.0 UG 0 0 0 eth0
my /etc/network/interfaces file
Code:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 94.23.196.xxx
netmask 255.255.255.0
network 94.23.196.0
broadcast 94.23.196.255
gateway 94.23.196.254
auto vmbr0
iface vmbr0 inet static
address 94.23.196.xxx
netmask 255.255.255.0
post-up /etc/pve/kvm-networking.sh
bridge_ports dummy0
bridge_stp off
bridge_fd 0
And for good measure - windows TCP/IP settings:
Thanks!