Hi there,
I need your help here... Server is at Hetzner, Proxmox 5.1 using single IPs - no subnet - with MAC adresses.
I currently use this interface config:
The general network is okay but as soon as I add the vmbr0 config, the server boots but the interface enp0s31f6 (main network connection) doesn't come up anymore.
Can somebody help me with a valid configuration on Hetzner? I need a config that allows me to just add the MAC address in VM network settings and the VM then pulls the correct settings.
Your help is much appreciated.
Thanks!
I need your help here... Server is at Hetzner, Proxmox 5.1 using single IPs - no subnet - with MAC adresses.
I currently use this interface config:
Code:
auto lo
iface lo inet loopback
iface lo inet6 loopback
auto enp0s31f6
iface enp0s31f6 inet static
address <serverip>
netmask 255.255.255.192
gateway <gatewayip>
up route add -net <gatewayip but .0 is last number> netmask 255.255.255.192 gw <gatewayip> dev enp0s31f6
auto vmbr0
iface vmbr0 inet static
address <serverip>
netmask <servernetmask>
gateway <servergateway>
bridge_ports enp0s31f6
bridge_stp off
bridge_fd 0
The general network is okay but as soon as I add the vmbr0 config, the server boots but the interface enp0s31f6 (main network connection) doesn't come up anymore.
Can somebody help me with a valid configuration on Hetzner? I need a config that allows me to just add the MAC address in VM network settings and the VM then pulls the correct settings.
Your help is much appreciated.
Thanks!