kvm netowrking and windows 2003

  • Thread starter Thread starter Illuminat23
  • Start date Start date
I

Illuminat23

Guest
Hi,
i have a little problem.
I'm trying to get an windows server online with his own ip and own gateway!
#info
I'm on a hetzner root server.

I want to have the ip directly connect to the windows machine.

The question is how.
Can i create a vmbr and set it to the server?
I tried it but the server hast still a 10.2.*.* IP.
And if i go to a browser and check my online ip i have the ip from the proxmox host.

my vmbr0 has this config:
Code:
auto vmbr0
iface vmbr0 inet static
        address  178.1.1.1 <- this is the same as eth0
        netmask  255.255.255.1 <- this is the same as eth0
        broadcast  178.1.1.199 <- this is the same as eth0
        bridge_ports none
        bridge_stp off
        bridge_fd 0
        up ip route add 178.1.1.165/32 dev vmbr0  <- this is the ip for the host

i think i'm doing some thing wrong. I hope you can help.
 
as far as I know there is Proxmox VE configuration howto in the hetzner wiki. Each hoster uses a custom network setup, so I suggest you take a look on their pages.
 
I have done that ;)

But there is a problem. I can't set the ip in the windows 2003 maschine.

Here is my config:

Code:
pve-manager: 1.6-2 (pve-manager/1.6/5087)
running kernel: 2.6.32-4-pve
proxmox-ve-2.6.32: 1.6-19
pve-kernel-2.6.32-4-pve: 2.6.32-19
pve-kernel-2.6.18-2-pve: 2.6.18-5
qemu-server: 1.1-18
pve-firmware: 1.0-8
libpve-storage-perl: 1.0-14
vncterm: 0.9-2
vzctl: 3.0.24-1pve4
vzdump: 1.2-7
vzprocps: 2.0.11-1dso2
vzquota: 3.0.11-1
pve-qemu-kvm: 0.12.5-1
ksm-control-daemon: 1.0-4

Code:
# network interface settings
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
        address  178.63.101.139
        netmask  255.255.255.192
        gateway  178.63.101.129
        broadcast  178.63.101.191
        pointopoint 178.63.101.129


auto vmbr0
iface vmbr0 inet static
        address  178.63.101.165
        netmask  255.255.255.192
        broadcast  178.63.101.91
        gateway 178.63.101.129
Now i can use the vmbr0 in the proxmox menu.

And if i add an network card for the windows maschine with vmbr0 i don't get an ip adress and if i set the same address and gateway as vmbr0 i become a message that a adapter has this ip already. But i don't become a connection.
 
Last edited by a moderator:
I have done that ;)

But there is a problem. I can't set the ip in the windows 2003 maschine.
...

what do you mean with "can´t setup the IP"? which network card do you use in win2003? If you use e1000, you need the latest drivers from intel, the internal drivers does not work (but the device managers says yes)
 
I use the virtio card. With the latest driver.
I'm trying to set up the network card with the public ip. But the machine told me that i have already an adapter with that ip. But i can't see the adapter.
 
go to device manager, right click and select "View/Show hidden devices".
 
Last edited: