I currently have an openwrt vm that gets WAN from a USB cellular modem that's attached to the VM. I'm trying to route the WAN from OpenWRT (VM0) to pfsense (VM1) as well as have every other VM routed behind the pfsense vm. How would I do route the traffic so the host also gets it's internet from the pfsense vm (vm1)?
Current /etc/network/interfaces config:
Current /etc/network/interfaces config:
Code:
auto lo
iface lo inet loopback
iface enp1s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.100.2/24
gateway 192.168.100.1
bridge-ports enp1s0
bridge-stp off
bridge-fd 0
iface enp2s0 inet manual
iface enp3s0 inet manual
iface enp4s0 inet manual
iface enp5s0 inet manual
iface enp6s0 inet manual
Last edited: