OPNsense is based on FreeBSD which doesn't have drivers as such. It maintains a list of hardware supported by the kernel: https://www.freebsd.org/releases/13.2R/hardware/There are considerably fewer issues with Intel cards. See if you can score a 82571 or similar but check your motherboard for an available slot, as some are pcie x4.Bart...
Firstly I have pcie only slots and secondly I can't even set opnsense up if I don't have two cards I think so how do I access the settings ?Or, I you want to try anyway. install os-realtek-re from System->Firmware->Plugins.
Quote from: bartjsmit on November 05, 2023, 09:39:21 amOPNsense is based on FreeBSD which doesn't have drivers as such. It maintains a list of hardware supported by the kernel: https://www.freebsd.org/releases/13.2R/hardware/There are considerably fewer issues with Intel cards. See if you can score a 82571 or similar but check your motherboard for an available slot, as some are pcie x4.Bart...Quote from: meyergru on November 05, 2023, 10:54:08 amOr, I you want to try anyway. install os-realtek-re from System->Firmware->Plugins.Quote from: meyergru on November 05, 2023, 10:54:08 amFirstly I have pcie only slots and secondly I can't even set opnsense up if I don't have two cards I think so how do I access the settings ?Or, I you want to try anyway. install os-realtek-re from System->Firmware->Plugins.Messed up with the quotes in my previous message.so I've tried to find if the drivers are supported and apparently they aren't and I have a free pcie slot AND how do I access settings ?
Or, I you want to try anyway. install os-realtek-re from System->Firmware->Plugins.
You only need one NIC as LAN in order to have network access and open up a web GUI.If you only have console access, you could theoretically install os-realtek-re from cli as well, but you would need internet access to download the plugin, so you would probably need to set a route to your existing router and also configure DNS resolution via LAN.
Newbie here. While setting up opnsense it couldn't detect the Wan port although I have two ports at my pc. One is a tp link t3468 v4 and the other is realtek gbe family controller. I've read everywhere that realtek drivers such so should I download other drivers for opnsense to recognize the ethernet adapter?
Probably one or the other has a different PCI ID. You can list these via CLI: "pciconf -lv".Drivers usually handle only their respective PCI IDs. If the missing NIC is the TP-Link, I would guess that TP-Link's TG-3468 v4 has changed that ID, because there have been reports that v4 does not support Linux here, and the TP-Link support site only has Windows drivers for V4 (V1 has drivers for more OSes).
You enable the SSH service. System > Settings > Administration.You use the SSH client for your desktop of choice to log in.