Hello,
I got a server from hetzner and three ip addresses and planned to have two KVM virtual machines(one Linux and one Windows) and assign separate IP for both VM's and one for the proxmox server itself.
I installed custom proxmox using command line on Debian 10 and i can login on the web interface and it is already using one of the ip addresses.
I requested separate MAC for the both additional IPs as noted in their tutorial but i experienced huge problem when trying to configure the bridge for the VMs
I know i need to edit /etc/network/interfaces as usual but i got this and have no idea how to proceed forward for this simple setup i want to achieve
I read the proxmox wiki it only has documentation for the old way using /etc/network/interfaces but the new systemd is like new world for me.
I would be very thankful if someone explains the procedure on systemd network or post configuration files. This will be extremely helpful to other users as well that aren't skilled with the new systemd networking way.
Thanks!
I got a server from hetzner and three ip addresses and planned to have two KVM virtual machines(one Linux and one Windows) and assign separate IP for both VM's and one for the proxmox server itself.
I installed custom proxmox using command line on Debian 10 and i can login on the web interface and it is already using one of the ip addresses.
I requested separate MAC for the both additional IPs as noted in their tutorial but i experienced huge problem when trying to configure the bridge for the VMs
I know i need to edit /etc/network/interfaces as usual but i got this and have no idea how to proceed forward for this simple setup i want to achieve
Code:
source /etc/network/interfaces.d/*
# Networking is setup using systemd-networkd, since /etc/network/interfaces can
# not match MAC addresses but requires an interface name which may be subject
# to change when upgrading to a newer systemd net naming scheme:
# https://www.freedesktop.org/software/systemd/man/systemd.net-naming-scheme.html
I read the proxmox wiki it only has documentation for the old way using /etc/network/interfaces but the new systemd is like new world for me.
I would be very thankful if someone explains the procedure on systemd network or post configuration files. This will be extremely helpful to other users as well that aren't skilled with the new systemd networking way.
Thanks!