1
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
2
22.1 Legacy Series / Re: Lose WAN connectivity every few days
« on: June 01, 2022, 12:00:49 am »
@tracerrx Thank you for direct guidance, much appreciated. Followed the steps from your post and quoted below but get error when executing the make command:
Code: [Select]
make: "/usr/share/mk/bsd.sysdir.mk" line 15: Unable to locate the kernel source tree. Set SYSDIR to override.
From the command line of your opnsense box:Code: [Select]pkg install git
pkg install wget
cd /usr
git clone https://github.com/opnsense/plugins
git clone https://github.com/opnsense/ports
git clone https://github.com/opnsense/src
cd src/
git checkout
git checkout stable/22.1
cd /tmp
wget https://downloadmirror.intel.com/682705/igb-2.5.21.tar.gz
tar xzf igb-2.5.21.tar.gz
cd igb-2.5.21/src
make
cp if_igb.ko /boot/modules/if_igb_updated.ko
From the opnsense GUI:
System=>Settings=>TunablesCode: [Select]Tunable => if_igb_updated_load
Value => YES
You need to reboot the opnsense box for the changes to take effect.. afterwords when you runCode: [Select]sysctl -a | grep dev.igb
you should see the new driver version
3
22.1 Legacy Series / Re: Lose WAN connectivity every few days
« on: May 31, 2022, 10:12:03 pm »
@defauluserfoo: I believe so. Are the logs on the firewall or the modem?
@tracerrx: I am not understanding how the referenced thread related to the drivers. However, I did disable IPS. I am not MAC spoofing.
I have been running OPNSense for years with no problems. Recent changes include the latest version and a shift to running AdGuard as a plugin vs Raspberry Pi. Have not found evidence that adGuard is the cause but its on the list...
@tracerrx: I am not understanding how the referenced thread related to the drivers. However, I did disable IPS. I am not MAC spoofing.
I have been running OPNSense for years with no problems. Recent changes include the latest version and a shift to running AdGuard as a plugin vs Raspberry Pi. Have not found evidence that adGuard is the cause but its on the list...
5
22.1 Legacy Series / Re: Lose WAN connectivity every few days
« on: May 25, 2022, 06:27:02 am »
I am having the same problem as @rob_h. Every few days the no internet but everything appears to be working. Its been rock solid for months until I updated to the latest version 22.1.7. Reboot brings it back up. Not sure what logs etc would be best to provide.
Single WAN and Single LAN interface (followed by TP Link Omada switch and EAPs.
DHCP
NAT forwarding of DNS to Adguard (Plugin) and then to unbound on :5353
Would love to identify the culprit as we both work from home.
Single WAN and Single LAN interface (followed by TP Link Omada switch and EAPs.
DHCP
NAT forwarding of DNS to Adguard (Plugin) and then to unbound on :5353
Would love to identify the culprit as we both work from home.
Pages: [1]