I bought a pfsense box with 6x2.5 gb nics and I'm trying to run pfsense in a vm on my proxmox server this is my current config:
Issues I'm having:
/etc/network/interfaces:
IP link from WiFi device:
Code:
- I have the wan (172.16.10.2) set to vmbr1 which is the lan (172.16.10.1) of my openwrt vm which gets its connection via cellular modem
- I have vmbr2 set in pfsense as lan (192.168.100.1)
- I passed through a USB gigabit adapter (that's connect to a wifi access point) to pfsense (OPT1) and have DHCP setup and allow all in rules setup, interface setup as 192.168.110.1
Code:
- From any wifi device (subnet 192.168.110.0/24) I'm unable to access the proxmox gui (192.168.100.3:8006) and none of the wifi device are able to access the internet
- I'm unable to access the openwrt web interface (lan: 172.16.10.1) from any device
What I want to do:
- Passthrough (do I need to?) the 6x2.5gb nics to pfsense so they just act like ports on a switch and are connected the same subnet as LAN
- Setup my proxmox host to get internet from pfsense which right now it can't
Code:
auto lo
iface lo inet loopback
iface enp1s0 inet manual
iface enp2s0 inet manual
iface enp3s0 inet manual
iface enp4s0 inet manual
iface enp5s0 inet manual
iface enp6s0 inet manual
auto enx000ec6ca3c39
iface enx000ec6ca3c39 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.100.3/24
gateway 192.168.100.2
bridge-ports enp1s0
bridge-stp off
bridge-fd 0
#Proxmox LAN
auto vmbr1
iface vmbr1 inet manual
bridge-ports none
bridge-stp off
bridge-fd 0
#Cellular WAN
auto vmbr2
iface vmbr2 inet manual
bridge-ports none
bridge-stp off
bridge-fd 0
#PfSense LAN
IP link from WiFi device:
Code:
default via 192.168.110.1 dev wlan0 proto static metric 600
192.168.110.0/24 dev wlan0 proto kernel scope link src 192.168.110.15 metric 600