Hello,
following the installation of my network, I would like to update the routing table in my router to access my VMs
following the installation of my network, I would like to update the routing table in my router to access my VMs
Code:
Network Router: 192.168.1.0/24
#Network Physic
iface enp4s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.3
netmask 255.255.255.0
gateway 192.168.1.1
bridge-ports enp4s0
bridge-stp off
bridge-fd 0
#Network Promox to PFsense (2 IP MAX)
auto vmbr1
iface vmbr1 inet static
address 10.0.0.1
netmask 255.255.255.252
bridge-ports WAN
bridge-stp off
bridge-fd 0
#Reseau WAN - pfsense
#Network VM
auto vmbr2
iface vmbr2 inet static
address 192.168.10.1
netmask 255.255.255.0
bridge-ports LAN
bridge-stp off
bridge-fd 0
#Reseau WAN - VM