Hi,
new to proxmox, have one testserver installed from .ISO which have 2 VM's running ok.
Second server i installed from Debian 9 and then Proxmox via APT, attached to same cluster as 2nd server, everything ok.
Then adding first VM for second server and cannot get network to work with it. I compare installations and see that second one was missing vmbr0 Linux Bridge. I added that via GUI and make first network card as Ports/Slaves. Didn't help.
I have rebooted VM and mainserver but that VM still does not have network ?
-----------------------------------------------------
Looking from Proxmox itself, both looks ok:
root@px-ve2:~# cat /etc/network/interfaces
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage parts of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT read its network
# configuration from sourced files, so do not attempt to move any of
# the PVE managed interfaces into external files!
source /etc/network/interfaces.d/*
auto lo
iface lo inet loopback
allow-hotplug enp4s0
iface enp4s0 inet manual
iface enp5s2 inet manual
auto vmbr0
iface vmbr0 inet static
address 84.XXX.XXX.129
netmask 255.255.255.0
gateway 84.XXX.XXX.254
bridge-ports enp4s0
bridge-stp off
bridge-fd 0
root@px-ve2:~#
-----------------------------------------------------
Attached image from VM im trying to get to network.
Any ideas ?
new to proxmox, have one testserver installed from .ISO which have 2 VM's running ok.
Second server i installed from Debian 9 and then Proxmox via APT, attached to same cluster as 2nd server, everything ok.
Then adding first VM for second server and cannot get network to work with it. I compare installations and see that second one was missing vmbr0 Linux Bridge. I added that via GUI and make first network card as Ports/Slaves. Didn't help.
I have rebooted VM and mainserver but that VM still does not have network ?
-----------------------------------------------------
Looking from Proxmox itself, both looks ok:
root@px-ve2:~# cat /etc/network/interfaces
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage parts of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT read its network
# configuration from sourced files, so do not attempt to move any of
# the PVE managed interfaces into external files!
source /etc/network/interfaces.d/*
auto lo
iface lo inet loopback
allow-hotplug enp4s0
iface enp4s0 inet manual
iface enp5s2 inet manual
auto vmbr0
iface vmbr0 inet static
address 84.XXX.XXX.129
netmask 255.255.255.0
gateway 84.XXX.XXX.254
bridge-ports enp4s0
bridge-stp off
bridge-fd 0
root@px-ve2:~#
-----------------------------------------------------
Attached image from VM im trying to get to network.
Any ideas ?