Hi all,
I am new to Proxmox /coming from Vsphere/ and want to setup 2 separate Bridges on two physical NICs.
First NIC /10G Mellanox/ - vmbr0 - local LAN VMs /bridge IP 192.168.4.200/ - working fine, have 4 VMs with local IPs + its management network
Second NIC /onboard 1G Realtek/ - vmbr1 - external static IPs for VMs /188.167.212.226-229/- connecting to Hitron ISP router in bridge mode
Third NIC - future addon vmbr2, need similar config as vmbr1 - external static IPs in this bridge for VMs
My config for first bridge /Proxmox 6.09/ :
auto vmbr0
iface vmbr0 inet static
address 192.168.4.200
netmask 255.255.255.0
gateway 192.168.4.1
bridge-ports enp3s0
bridge-stp off
bridge-fd 0
I have trouble setting up second bridge /and later third/. When I setup second bridge and set static IP /188.167.212.227/ in VM on vmbr1, its internal network interface is always DOWN. There should be VMs with static IPs /I have 4 IPs from my ISP/ reachable directly from internet on vmbr1. How to configure vmbr1 IP/gateway ? I need both bridges be able to connect to internet.
Anybody can help me setup second/third NIC/bridge - like model config for vmbr1 ?
Thanks for your help and effort.
Peter
I am new to Proxmox /coming from Vsphere/ and want to setup 2 separate Bridges on two physical NICs.
First NIC /10G Mellanox/ - vmbr0 - local LAN VMs /bridge IP 192.168.4.200/ - working fine, have 4 VMs with local IPs + its management network
Second NIC /onboard 1G Realtek/ - vmbr1 - external static IPs for VMs /188.167.212.226-229/- connecting to Hitron ISP router in bridge mode
Third NIC - future addon vmbr2, need similar config as vmbr1 - external static IPs in this bridge for VMs
My config for first bridge /Proxmox 6.09/ :
auto vmbr0
iface vmbr0 inet static
address 192.168.4.200
netmask 255.255.255.0
gateway 192.168.4.1
bridge-ports enp3s0
bridge-stp off
bridge-fd 0
I have trouble setting up second bridge /and later third/. When I setup second bridge and set static IP /188.167.212.227/ in VM on vmbr1, its internal network interface is always DOWN. There should be VMs with static IPs /I have 4 IPs from my ISP/ reachable directly from internet on vmbr1. How to configure vmbr1 IP/gateway ? I need both bridges be able to connect to internet.
Anybody can help me setup second/third NIC/bridge - like model config for vmbr1 ?
Thanks for your help and effort.
Peter