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:
i think i'm doing some thing wrong. I hope you can help.
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.