Hi!
We are migrating from VMware to Proxmox 6.4.x
We have a default Network setup on our Proxmox that works but need a secondary Nic, we call DMZ.
The setup in VMware works with the same connected network cables so I'm missing something config wise on the secondary Nic. I want it to use an alternative GW like the setup in VMWare without changing in the current FW/Route setup. I'm a newbe to this, sorry.
From /etc/network/interfaces
We are migrating from VMware to Proxmox 6.4.x
We have a default Network setup on our Proxmox that works but need a secondary Nic, we call DMZ.
The setup in VMware works with the same connected network cables so I'm missing something config wise on the secondary Nic. I want it to use an alternative GW like the setup in VMWare without changing in the current FW/Route setup. I'm a newbe to this, sorry.
Code:
Proxmox ---> LAN ---> 192.168.100.x GW 192.168.100.2
---> DMZ ---> 192.168.200.x GW 192.168.200.2
From /etc/network/interfaces
Code:
auto eno2
iface eno2 inet manual
#LAN
auto vmbr0
iface vmbr0 inet static
address 192.168.100.17/24
gateway 192.168.100.2
bridge-ports eno1
bridge-stp off
bridge-fd 0
#DMZ
auto vmbr1
iface vmbr1 inet static
address 192.168.200.70/24
bridge-ports eno2
bridge-stp off
bridge-fd 0