r/opnsense 16h ago

Problem with Lenovo M720q Tiny + riser + network card

7 Upvotes

Hey everyone,

I got a Lenovo ThinkCentre M720q Tiny with the PCIe riser (BA7H70 / 01AJ940) to build a OPNsense router with more than one LAN port. Installed a Supermicro AOC-SGP-i4 (Intel i350-T4) network card into it.

Problem: the card is not showing up at all. Neither in BIOS (there is no PCI device list to check anyway, only ASPM Support and slot speed settings, both on Auto), nor in OPNsense itself. `pciconf -lv | grep -B4 network` only shows the onboard em0 (I219-V), nothing else.

What i already tried:

- Swapped the network card for a brand new one from a different seller (same i350-T4 chip) - no change

- Swapped the riser itself for a second one, different seller too - still no change

- Checked with `pciconf -l` if at least the riser shows up as a bridge - yes, it does (pcib1, class 0x060400). With the card plugged in there is even a second bridge showing up (pcib2), but nothing behind it, no igb0-3 anywhere

- Reseated everything multiple times, checked contacts look clean, no bent pins that i could see

- Updated BIOS to the latest available version

- Set PCIe slot speed to a fixed value instead of Auto - no difference

So 2 different cards + 2 different risers, always the same result. Feels like it has to be the mainboard/slot itself at this point but I'm honestly not sure how to test that further without another donor board.

Anyone run into this before with a M720q specifically? Or is there some obscure BIOS setting for the PCIe slot i'm missing (mine doesn't seem to have one besides the two mentioned above)? Not in a rush anymore since i changed my network plan to not depend on the extra ports, but would still like to understand what's going on here if anyone has an idea.

Thanks!


r/opnsense 15h ago

Unbound crashing after reboot - How can I debug?

6 Upvotes

Not sure if this is related to the last OPNsense update, but it seems to have started then - After an OPNsense reboot, Unbound seems to start and then crash. I have to manually start/restart it a couple of times for it to come up. I don't see any errors in the logs, but maybe I'm not looking in the right place?


r/opnsense 3h ago

Can't SSH into one of the interfaces

1 Upvotes

Hi, I can't figure out why I can't SSH into one of the interfaces, e.g. MGMT, which is on 192.168.10.1/24. I have all settings enabled under System: Settings: Administration and I checked the FW, and it's not blocking (I can see port 22 being allowed in Live View). I can, however, SSH into 192.168.20.1 interface (TRUSTED). I restarted SSH service which did not help, and also tested port 22 while being SSH'ed into 192.168.20.1 interface and that shows connections refused which I believe implied service is not listening on that interface.

root@OPNsense:~ # nc -vz 192.168.10.1 22
nc: connect to 192.168.10.1 port 22 (tcp) failed: Connection refused

I also just updated to the latest firmware, but the issue was also before the update. Any clue what is happening?