Hey there,
I installed Proxmox on my new dedicated Server, but I'm having problems with the bridging:
My dedicated maschine has the IP
xxx.xxx.xx.191
Interfaces configuration Host / dedicated:
Now I installed a VM with Debian 9.
Interfaces configuration VM:
with this configuration the VM has a connection (testing via apt-get update).
But when I'm trying to assign a IP to the VM it doesnt work:
VM Interface with assigned IP (doesnt work):
Important information:
I did that on both the dedicated Host + the VM (to get back eth0):
When I'm changing bridge_ports enp2s0 to bridge_ports eth0, the Web Panel doesnt show up and I have to set it to enp2s0 again via KVM
I installed Proxmox on my new dedicated Server, but I'm having problems with the bridging:
My dedicated maschine has the IP
xxx.xxx.xx.191
Interfaces configuration Host / dedicated:
Code:
auto lo
iface lo inet loopback
iface enp2s0 inet manual
auto vmbr0
iface vmbr0 inet static
address xxx.xxx.xx.191
netmask 255.255.255.0
gateway xxx.xxx.xx.1
bridge_ports enp2s0
bridge_stp off
bridge_fd 0
Now I installed a VM with Debian 9.
Interfaces configuration VM:
Code:
allow-hotplug eth0
iface eth0 inet dhcp
with this configuration the VM has a connection (testing via apt-get update).
But when I'm trying to assign a IP to the VM it doesnt work:
VM Interface with assigned IP (doesnt work):
Code:
iface eth0 inet static
address xxx.xxx.xx.192
netmask 255.255.255.0
gateway xxx.xxx.xx.1
Important information:
I did that on both the dedicated Host + the VM (to get back eth0):
Code:
GRUB_CMDLINE_LINUX="net.ifnames=0 biosdevname=0"
grub-mkconfig -o /boot/grub/grub.cfg
reboot
When I'm changing bridge_ports enp2s0 to bridge_ports eth0, the Web Panel doesnt show up and I have to set it to enp2s0 again via KVM