Setting Up Proxmox for pfSense with SFP+ and RJ45 Ethernet Ports

Hey all,

I would like to set up pfSense on Proxmox, I have found guides to do that - but I had to set up my interfaces to actually get it to work the first time so now everything is a little different from standard.

My interfaces file is replicated below.

Thing is, my dual port card is SFP+ and I don’t have an SFP+ from the ISP - it is RJ45.

So I would like to be able to connect the onboard Ethernet Port as the WAN port and the SFP+ port as the LAN port - but I don’t know how to amend the file to get that to happen.

Anyone able to assist?

GNU nano 5.4                                               /etc/network/interfaces
auto lo
iface lo inet loopback

iface eno1 inet manual

iface enp33s0f0 inet manual

iface enp33s0f1 inet manual

iface eno2 inet manual

auto vmbr0
iface vmbr0 inet static
       address 192.168.1.220
       netmask 255.255.255.0
       gateway 192.168.1.254
        bridge_ports enp33s0f0
        bridge_stp off
        bridge_fd 0
        bridge-vlan-aware yes
        bridge-vids 10-100

The SFP+ LAN will run to a router with SFP+ in, but ideally I would like to run the second SFP+ to a second switch so that I can connect two faster 10gb machines together.

However, if that is not possible, just having pfSense up and running would be great.

Thanks