Hey guys,
I'm kind of newbie on Proxmox, and I bought an Dedicated Server from Hetzner. I've got the main IP address and one suplimentar IP Address. I've also bought an /29 subnet IP Addresses but I am not able to configure it.
I am not able to configure them in order to allocate them to a VM or CT in Proxmox. i am able to use only the main ip address (ending in x.66).
My /etc/network/interfaces looks like this:
Any ideea/help would be really appreciated
Thanks!
I'm kind of newbie on Proxmox, and I bought an Dedicated Server from Hetzner. I've got the main IP address and one suplimentar IP Address. I've also bought an /29 subnet IP Addresses but I am not able to configure it.
I am not able to configure them in order to allocate them to a VM or CT in Proxmox. i am able to use only the main ip address (ending in x.66).
My /etc/network/interfaces looks like this:
Code:
### Hetzner Online GmbH installimage
source /etc/network/interfaces.d/*
auto lo
iface lo inet loopback
iface lo inet6 loopback
auto enp0s31f6
iface enp0s31f6 inet static
address 138.x.x.66
netmask 255.255.255.192
gateway 138.x.x.65
# route 138.x.x.64/26 via 138.x.x.65
up route add -net 138.x.x.64 netmask 255.255.255.192 gw 138.x.x.65 dev enp0s31f6
iface enp0s31f6 inet6 static
address 2a01:4f8:172:3f01::2
netmask 64
gateway fe80::1
auto vmbr0
iface vmbr0 inet static
address 138.x.x.x
netmask 255.255.255.192
bridge_ports none
bridge_stp off
bridge_fd 0
up ip route add 138.x.x.214/26 dev vmbr0
auto vmbr1
iface vmbr1 inet static
address 5.x.x.x
netmask 255.255.255.248
bridge_ports none
bridge_stp off
bridge_fd 0
Any ideea/help would be really appreciated
Thanks!
Last edited: