Hello, this is my first post in the forum. It's my pleasure to be part of this community.
I have recently deployed a Proxmox VE node and a Proxmox Backup Server. The hardware is a couple of HPE ProLiant DL180 Gen10. Besides the iLO NIC, both servers have an integrated double NIC.
Port 1 in both servers is used for the Datacenter VLAN (VLAN 12) and links to an access port to the VLAN 12 on the switch. The Port 2 on the PBS node is used to connect this node to the VLAN 23, VLAN Backup (no routable VLAN). It is linked to an access port to VLAN 23 on the switch. On the other hand, the Port 2 on the PVE node is managed by Open vSwitch. I have defined 3 OVSIntPorts: VLAN 23 (Backup), VLAN 31 (for VM) and VLAN 32 (for other VM). The VLAN23 interface on this PVE node has an IP address assigned.
I can ping from PVE (from the host) to PBS (and viceversa) to IP addresses on VLAN 12 as well as on VLAN 23. So I guess there is no communication problems in my setup.
When I started to configure the PBS, I realized that I was not able to configure a PBS datastore on the PVE node. Actually, I could define the PBS datastore but I could not use it to define a backup job because when I clicked the combobox to select the datastore I got and communication failure error. Until I started to use IP addreses from the VLAN12 (Datacenter VLAN).
Although I can ping the PBS node using its VLAN 23 IP address, I can not use it in order to reach the node within a backup job.
This is my /etc/netwotk/interfaces file:
auto lo
iface lo inet loopback
iface eno1 inet manual
allow-vmbr1 eno2
iface eno2 inet manual
ovs_type OVSPort
ovs_bridge vmbr1
allow-vmbr1 vlan23
iface vlan23 inet static
address 10.23.0.11/16
ovs_type OVSIntPort
ovs_bridge vmbr1
ovs_mtu 9000
ovs_options tag=23
#VLAN 23 - Backup (MTU 9000)
allow-vmbr1 vlan31
iface vlan31 inet manual
ovs_type OVSIntPort
ovs_bridge vmbr1
ovs_options tag=31
#VLAN 31 - Production
allow-vmbr1 vlan32
iface vlan32 inet manual
ovs_type OVSIntPort
ovs_bridge vmbr1
ovs_options tag=32
#VLAN 32 - Virtual PC
auto vmbr0
iface vmbr0 inet static
address 10.0.12.11/24
gateway 10.0.12.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
#VLAN 12 - Datacenter
allow-ovs vmbr1
iface vmbr1 inet manual
ovs_type OVSBridge
ovs_ports eno2 vlan23 vlan31 vlan32
ovs_mtu 9000
#Open vSwitch bridge
I guess there is something I am no doing well in networking but the working ping is driving me crazy. By the way, the Port 2 in PVE node is linked to a trunk port on the switch.
I have recently deployed a Proxmox VE node and a Proxmox Backup Server. The hardware is a couple of HPE ProLiant DL180 Gen10. Besides the iLO NIC, both servers have an integrated double NIC.
Port 1 in both servers is used for the Datacenter VLAN (VLAN 12) and links to an access port to the VLAN 12 on the switch. The Port 2 on the PBS node is used to connect this node to the VLAN 23, VLAN Backup (no routable VLAN). It is linked to an access port to VLAN 23 on the switch. On the other hand, the Port 2 on the PVE node is managed by Open vSwitch. I have defined 3 OVSIntPorts: VLAN 23 (Backup), VLAN 31 (for VM) and VLAN 32 (for other VM). The VLAN23 interface on this PVE node has an IP address assigned.
I can ping from PVE (from the host) to PBS (and viceversa) to IP addresses on VLAN 12 as well as on VLAN 23. So I guess there is no communication problems in my setup.
When I started to configure the PBS, I realized that I was not able to configure a PBS datastore on the PVE node. Actually, I could define the PBS datastore but I could not use it to define a backup job because when I clicked the combobox to select the datastore I got and communication failure error. Until I started to use IP addreses from the VLAN12 (Datacenter VLAN).
Although I can ping the PBS node using its VLAN 23 IP address, I can not use it in order to reach the node within a backup job.
This is my /etc/netwotk/interfaces file:
auto lo
iface lo inet loopback
iface eno1 inet manual
allow-vmbr1 eno2
iface eno2 inet manual
ovs_type OVSPort
ovs_bridge vmbr1
allow-vmbr1 vlan23
iface vlan23 inet static
address 10.23.0.11/16
ovs_type OVSIntPort
ovs_bridge vmbr1
ovs_mtu 9000
ovs_options tag=23
#VLAN 23 - Backup (MTU 9000)
allow-vmbr1 vlan31
iface vlan31 inet manual
ovs_type OVSIntPort
ovs_bridge vmbr1
ovs_options tag=31
#VLAN 31 - Production
allow-vmbr1 vlan32
iface vlan32 inet manual
ovs_type OVSIntPort
ovs_bridge vmbr1
ovs_options tag=32
#VLAN 32 - Virtual PC
auto vmbr0
iface vmbr0 inet static
address 10.0.12.11/24
gateway 10.0.12.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
#VLAN 12 - Datacenter
allow-ovs vmbr1
iface vmbr1 inet manual
ovs_type OVSBridge
ovs_ports eno2 vlan23 vlan31 vlan32
ovs_mtu 9000
#Open vSwitch bridge
I guess there is something I am no doing well in networking but the working ping is driving me crazy. By the way, the Port 2 in PVE node is linked to a trunk port on the switch.
Last edited: