1
Intrusion Detection and Prevention / Suricata failing to start using LAN on ZimaBoard
« on: May 22, 2024, 08:16:18 pm »
Bit of a really strange one going on here that I don't even know how to debug.
Recently swapped my large 1u rack for a small ZimaBoard in an attempt to generate less heat in my rack (I don't have the option of proper ventilation for it). I previously had Suricata running without issue (to my knowledge, can't check easily now) but it doesn't seem happy binding to the LAN interface on this board. I'd understand this more if it didn't successfully start when using the WAN port.
The exact exit error is:
Interface specs
If anybody has any idea why re1 works but re0 doesn't it would be most appreciated, thanks
Recently swapped my large 1u rack for a small ZimaBoard in an attempt to generate less heat in my rack (I don't have the option of proper ventilation for it). I previously had Suricata running without issue (to my knowledge, can't check easily now) but it doesn't seem happy binding to the LAN interface on this board. I'd understand this more if it didn't successfully start when using the WAN port.
The exact exit error is:
Code: [Select]
[101841] <Error> -- opening devname netmap:re0/R failed: Invalid argument
Interface specs
Code: [Select]
# pciconf -lv | grep -A1 -B3 network
re0@pci0:2:0:0: class=0x020000 rev=0x15 hdr=0x00 vendor=0x10ec device=0x8168 subvendor=0x10ec subdevice=0x0123
vendor = 'Realtek Semiconductor Co., Ltd.'
device = 'RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller'
class = network
subclass = ethernet
re1@pci0:3:0:0: class=0x020000 rev=0x15 hdr=0x00 vendor=0x10ec device=0x8168 subvendor=0x10ec subdevice=0x0123
vendor = 'Realtek Semiconductor Co., Ltd.'
device = 'RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller'
class = network
subclass = ethernet
If anybody has any idea why re1 works but re0 doesn't it would be most appreciated, thanks