Hi,
Using Proxmox 8.0.4, planning to install latest OPNSense 23.7.x. I am familiar with Linux but new to both Proxmox and OPNSense. Looking for advice for the general direction to read further documentation and practice.
The Proxmox host has 3 physical NICs
Q1. Is the plan above doable? Especially the way I plan to use the 2 ports of the same Intel NIC PCIe card: one port for the vmbr1 bridge. One port as PCIe passthrough.
Q2. In case Q1 is possible, I would appreciate if you can suggest links to documentation how to create a new vmbr1 bridge.
Q3. For PCIe passthrough. I find this page Enable Proxmox PCIe Passthrough easier to follow than the Proxmox Wiki, PCI Passthrough. Nevertheless, if you know of any beginner friendly doc to setup NIC passthrough for Proxmox VM, I would greatly appreciate.
Thanks very much for any help.
Using Proxmox 8.0.4, planning to install latest OPNSense 23.7.x. I am familiar with Linux but new to both Proxmox and OPNSense. Looking for advice for the general direction to read further documentation and practice.
The Proxmox host has 3 physical NICs
- enp4s0 = Realtek RTL8125 built-in in the motherboard. Currently is used by vmbr0 bridge, created at Proxmox installation time.
- enp2s0f0, enp2s0f1 = Intel card, PCIe 2 ports. Currently not used by Proxmox
- enp2s0f0 = for OPNSense LAN interface, connected to a new linux bridge vmbr1. This vmbr1 bridge would also be used later for other VMs and LXC containers, as network device.
- enp2s0f1 = for OPNSense WAN interface. This NIC will be passthrough, only be used by the OPNSense VM. For beginning while I am learning OPNSense, this NIC will be connected to the home router to get internet. Later on, it will be connected directly to the cable modem. At that point the OPNSense VM will replace the home router.
Q1. Is the plan above doable? Especially the way I plan to use the 2 ports of the same Intel NIC PCIe card: one port for the vmbr1 bridge. One port as PCIe passthrough.
Q2. In case Q1 is possible, I would appreciate if you can suggest links to documentation how to create a new vmbr1 bridge.
Q3. For PCIe passthrough. I find this page Enable Proxmox PCIe Passthrough easier to follow than the Proxmox Wiki, PCI Passthrough. Nevertheless, if you know of any beginner friendly doc to setup NIC passthrough for Proxmox VM, I would greatly appreciate.
Thanks very much for any help.
INI:
# On Proxmox host
cat /etc/network/interfaces
auto lo
iface lo inet loopback
iface enp4s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.80/24
gateway 192.168.1.250
bridge-ports enp4s0
bridge-stp off
bridge-fd 0
iface enp2s0f0 inet manual
iface enp2s0f1 inet manual