Hello,
yesterday i tried to seperate my proxmox management network from some other network (LAN / DMZ / telephone). To do this i set up a Linux bridge for every network port in my host. There is a onboard nic which is used actualy and a PCIe card (Intel 350 4 port) which i want to user the other networks. But as soon as i apply the config the proxmox GUI isn't reachable anymore. Here is the interface file:
Ping to the vmbr0 IP address is possible and from the host i can ping the PCs in the 192.168.177 Network. Can you tell me what is wrong here?
Kind regards Jochen
yesterday i tried to seperate my proxmox management network from some other network (LAN / DMZ / telephone). To do this i set up a Linux bridge for every network port in my host. There is a onboard nic which is used actualy and a PCIe card (Intel 350 4 port) which i want to user the other networks. But as soon as i apply the config the proxmox GUI isn't reachable anymore. Here is the interface file:
Code:
auto lo
iface lo inet loopback
iface enp5s0 inet manual
iface enp6s0f0 inet manual
iface enp6s0f1 inet manual
iface enp6s0f2 inet manual
iface enp6s0f3 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.177.182/24
gateway 192.168.177.1
bridge-ports enp5s0
bridge-stp off
bridge-fd 0
#extern .177
auto vmbr1
iface vmbr1 inet static
address 192.168.77.0/24
bridge-ports enp6s0f3
bridge-stp off
bridge-fd 0
#intern .77
Ping to the vmbr0 IP address is possible and from the host i can ping the PCs in the 192.168.177 Network. Can you tell me what is wrong here?
Kind regards Jochen
Last edited: