Hi, kindly seeking help with configuring a separate NIC port so that I can manage the host from a different subnet.
I can perform host management through 192.168.1.2 at the moment. I'm trying to be able to access it from a machine from 192.168.100.x/24
Thanks in advance
Code:
auto lo
iface lo inet loopback
iface eno1 inet manual
iface eno2 inet manual
iface eno3 inet static
address 192.168.100.3
iface eno4 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.2
gateway 192.168.1.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
I can perform host management through 192.168.1.2 at the moment. I'm trying to be able to access it from a machine from 192.168.100.x/24
Thanks in advance