Hello,
we got a new server from hetzner. Installed proxmox on it.
Host is running fine and in network with openvz guest machine but for kvm guest there are some problems.i want to run this server on public IP to use as a VPS.
I'm struck at assigning IPs to KVM machine.i am trying with bridge networking still not get success please suggest how to assign public IP to KVM guest machine to use as VPS in proxmox hetzner server.
my host machine settings for /etc/network/interface
### Hetzner Online AG - installimage
# Loopback device:
auto lo
iface lo inet loopback
# device: eth0
auto eth0
iface eth0 inet static
address 176.9.117.167
broadcast 176.9.117.191
netmask 255.255.255.224
gateway 176.9.117.161
# default route to access subnet
up route add -net 176.9.117.160 netmask 255.255.255.224 gw 176.9.117.161 eth0
auto vmbr0
iface vmbr0 inet static
address 176.9.117.167
netmask 255.255.255.224
gateway 176.9.117.167
bridge_ports none
bridge_stp off
bridge_fd 0
iface eth0 inet6 static
address 2a01:4f8:151:71ac::2
netmask 64
gateway fe80::1
Any help is greatly appreicated.
we got a new server from hetzner. Installed proxmox on it.
Host is running fine and in network with openvz guest machine but for kvm guest there are some problems.i want to run this server on public IP to use as a VPS.
I'm struck at assigning IPs to KVM machine.i am trying with bridge networking still not get success please suggest how to assign public IP to KVM guest machine to use as VPS in proxmox hetzner server.
my host machine settings for /etc/network/interface
### Hetzner Online AG - installimage
# Loopback device:
auto lo
iface lo inet loopback
# device: eth0
auto eth0
iface eth0 inet static
address 176.9.117.167
broadcast 176.9.117.191
netmask 255.255.255.224
gateway 176.9.117.161
# default route to access subnet
up route add -net 176.9.117.160 netmask 255.255.255.224 gw 176.9.117.161 eth0
auto vmbr0
iface vmbr0 inet static
address 176.9.117.167
netmask 255.255.255.224
gateway 176.9.117.167
bridge_ports none
bridge_stp off
bridge_fd 0
iface eth0 inet6 static
address 2a01:4f8:151:71ac::2
netmask 64
gateway fe80::1
Any help is greatly appreicated.