Did you use /boot/loader.conf for these? Or were they really gone from /boot/loader.conf.local ? It shouldn't touch .local ever...Cheers,Franco
Ah, makes sense....dcol suggested this a bit ago and I will implement it soon so all the loader.conf stuff can reside in config.xml backup and restore as well:https://github.com/opnsense/core/issues/2083Cheers,Franco
I have a solution for my Broadcom-NIC'ed Dell R610. It was definitely a driver issue more than a NAT or anything else. The hw.bce.* settings only apply to Broadcom, but there's probably similar options for the others who have also replied to this thread.In /boot/loader.conf.local:hw.bce.verbose=0hw.bce.tso_enable=0hw.bce.rx_pages=8hw.bce.tx_pages=8hw.pci.enable_msix=1hw.pci.enable_msi=1net.inet.tcp.tso=0net.inet.tcp.sendbuf_max=16777216net.inet.tcp.recvbuf_max=16777216net.inet.tcp.sendbuf_inc=16384net.inet.tcp.recvbuf_inc=524288I'm now getting full bandwidth in both directions via opnsense. After getting that sorted out, I enabled dual-stack IPv4/IPv6, IDS and upstream traffic shaping. No more issues.
HiJust in case it helps Intel NIC owners, following what funar explained Quote I have a solution for my Broadcom-NIC'ed Dell R610. It was definitely a driver issue more than a NAT or anything else. The hw.bce.* settings only apply to Broadcom, but there's probably similar options for the others who have also replied to this thread.In /boot/loader.conf.local:hw.bce.verbose=0hw.bce.tso_enable=0hw.bce.rx_pages=8hw.bce.tx_pages=8hw.pci.enable_msix=1hw.pci.enable_msi=1net.inet.tcp.tso=0net.inet.tcp.sendbuf_max=16777216net.inet.tcp.recvbuf_max=16777216net.inet.tcp.sendbuf_inc=16384net.inet.tcp.recvbuf_inc=524288I'm now getting full bandwidth in both directions via opnsense. After getting that sorted out, I enabled dual-stack IPv4/IPv6, IDS and upstream traffic shaping. No more issues.I found that these values for an HP NC360T based on Intel 82571EB (em driver) makes network performance OK , unless for meHere's my actual /boot/loader.conf.local :hw.pci.enable_msix=1hw.pci.enable_msi=1hw.em.rxd=4096hw.em.txd=4096net.inet.tcp.tso=0net.inet.tcp.sendbuf_max=16777216net.inet.tcp.recvbuf_max=16777216net.inet.tcp.sendbuf_inc=16384net.inet.tcp.recvbuf_inc=524288Regards,Jorge