Hi all,
I've read all relevant post about Hetzner & Proxmox network configuration but doesn't seem to work out on Proxmox 4 or I'm doing something wrong.
My interfaces file is (just changed the number of IPs):
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 276.9.58.231
netmask 255.255.255.224
gateway 276.9.58.225
up route add -net 276.9.58.224 netmask 255.255.255.224 gw 276.9.58.225 eth0
# default route to access subnet
auto vmbr0
iface vmbr0 inet static
address 276.9.249.145
netmask 255.255.255.248
bridge_ports none
bridge_stp off
bridge_fd 0
My subnet details are:
Subnet: 276.9.249.144 /29
Netmask: 255.255.255.248
Broadcast: 276.9.249.151
Usable IP addresses:
276.9.249.145 to 276.9.249.150
I've tried various configs but no luck, I'm able to create the VM either OpenVZ or KVM but VMs don't have access on Internet.
Any help is much appreciated.
I've read all relevant post about Hetzner & Proxmox network configuration but doesn't seem to work out on Proxmox 4 or I'm doing something wrong.
My interfaces file is (just changed the number of IPs):
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 276.9.58.231
netmask 255.255.255.224
gateway 276.9.58.225
up route add -net 276.9.58.224 netmask 255.255.255.224 gw 276.9.58.225 eth0
# default route to access subnet
auto vmbr0
iface vmbr0 inet static
address 276.9.249.145
netmask 255.255.255.248
bridge_ports none
bridge_stp off
bridge_fd 0
My subnet details are:
Subnet: 276.9.249.144 /29
Netmask: 255.255.255.248
Broadcast: 276.9.249.151
Usable IP addresses:
276.9.249.145 to 276.9.249.150
I've tried various configs but no luck, I'm able to create the VM either OpenVZ or KVM but VMs don't have access on Internet.
Any help is much appreciated.