Hi all,
I've installed ProxMox VE 5 into a computer with 2 ethernet card, 1 is connected to my FreeBox (router Off) : enp1s0 ; the second to my local switch hub enp2s0.
I have a pfSense VM for firewall configuring with vmbr0->enp1s0 and vmbr1->enp2s0.
I have internet under my computer connecting toi the hub and under pfSense ; but my ProxMox host don't.
/etc/network/interfaces :
Is it possible for my ProxMox host to connect internet throw the vmbr1 (connect to LAN interface of my pfsense) ?
Regards
I've installed ProxMox VE 5 into a computer with 2 ethernet card, 1 is connected to my FreeBox (router Off) : enp1s0 ; the second to my local switch hub enp2s0.
I have a pfSense VM for firewall configuring with vmbr0->enp1s0 and vmbr1->enp2s0.
I have internet under my computer connecting toi the hub and under pfSense ; but my ProxMox host don't.
/etc/network/interfaces :
auto lo
iface lo inet loopback
auto enp1s0
iface enp1s0 inet dhcp
iface enp2s0 inet manual
auto vmbr0
iface vmbr0 inet manual
bridge_ports enp1s0
bridge_stp off
bridge_fd 0
auto vmbr1
iface vmbr1 inet static
address 192.168.1.254
netmask 255.255.255.0
bridge_ports enp2s0
bridge_stp off
bridge_fd 0
auto vmbr2
iface vmbr2 inet static
address 191.168.1.254
netmask 255.255.255.0
bridge_ports DMZ
bridge_stp off
bridge_fd 0
Is it possible for my ProxMox host to connect internet throw the vmbr1 (connect to LAN interface of my pfsense) ?
Regards