Menu

Show posts

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.

Show posts Menu

Messages - burns1230

#1
device = 'NetXtreme BCM5719 Gigabit Ethernet PCIe'

That model is not in the conf file : https://cgit.freebsd.org/src/plain/sys/amd64/conf/GENERIC file

Looking at dmesg, the result is as follows:

bge8: link state changed to DOWN
bge8: link state changed to UP

bge8: promiscuous mode disabled
bge8: promiscuous mode enabled

I'm currently running OPNsense with IPS and zenarmor turned off.
Then, the condition seemed to improve.

Could it be an IPS and zenarmor issue?
#2
ASPM state is as follows:

link x0(x2) speed 0.0(8.0) ASPM disabled(L0s/L1)
link x1(x2) speed 5.0(5.0) ASPM disabled(L0s/L1) ClockPM disabled
link x8(x8) speed 8.0(8.0) ASPM disabled(L1)

It doesn't seem to be an ASPM problem.

This phenomenon never happened before, but since upgrading the system to 25.7.10, it has been happening every day.

Could this be a compatibility issue between FreeBSD and Broadcom network cards?
#3
Hi everyone!
I recently upgraded from 25.1 to 25.7.
The current version is 25.7.10.

However, after upgrading, the LAN keeps repeating detach and attach, and ultimately cannot connect to the system.
The system can only be used again after reboot.

System: Log Files: General

2026-01-23T07:32:15 Notice kernel     <6>[82529] bge8: link state changed to UP
2026-01-23T07:32:15 Notice opnsense   /usr/local/etc/rc.linkup: DEVD: Ethernet attached event for opt6(bge8)
2026-01-23T07:32:13 Notice kernel     <6>[82527] bge8: link state changed to DOWN
2026-01-23T07:32:13 Notice opnsense   /usr/local/etc/rc.linkup: DEVD: Ethernet detached event for opt6(bge8)
2026-01-23T07:32:07 Notice kernel     <6>[82522] bge8: link state changed to UP
2026-01-23T07:32:07 Notice opnsense   /usr/local/etc/rc.linkup: DEVD: Ethernet attached event for opt6(bge8)
2026-01-23T07:32:02 Notice opnsense   /usr/local/etc/rc.linkup: DEVD: Ethernet detached event for opt6(bge8)
2026-01-23T07:32:02 Notice kernel     <6>[82516] bge8: link state changed to DOWN

What should I do?
Should I downgrade to 25.1?

#4
It works now.
Thanks a lot.
#5
Hi everyone!
I installed OPNsense 23.1.7 and everything works fine.
However, even if the rule is disabled in the firewall rule, the network goes out from the local to the outside.
No new internet, but already connected sessions continue to work.

How can I immediately block an already connected sessions?

Firewall:Rules:LAN

Action : Pass
Direction : in
TCP/IP Version : IPv4
Protocol : any
Source : 192.168.0.15
Destination : any
Gateway : WAN_GW
#6
I used pciconf -lv | grep -A1 -B3 network command and got the following output.

root@OPNsense:~ # pciconf -lv | grep -A1 -B3 network
em0@pci0:0:25:0:        class=0x020000 rev=0x04 hdr=0x00 vendor=0x8086 device=0x153a subvendor=0x1028 subdevice=0x05a4
    vendor     = 'Intel Corporation'
    device     = 'Ethernet Connection I217-LM'
    class      = network
    subclass   = ethernet
--
re0@pci0:4:2:0: class=0x020000 rev=0x10 hdr=0x00 vendor=0x10ec device=0x8169 subvendor=0x10ec subdevice=0x8169
    vendor     = 'Realtek Semiconductor Co., Ltd.'
    device     = 'RTL8169 PCI Gigabit Ethernet Controller'
    class      = network
    subclass   = ethernet

em0 is LAN and re0 is WAN.
I am enabling IPS on WAN.
When IPS is enabled, after a while, the ping command hangs up.
If IPS  is disabled, the ping command will be issued again.
#7
No VLANs are used.
#8
Hi everyone!
I recently installed 22.7.10_2-amd64.
However, when IPS is enabled, the network dies.
What causes this and is there any other way to enable IPS?
I hope for a good reply.
#9
Hi, everyone.
I'm going to build "core".
Even after editing the php file, the modified contents are not reflected.
What should I do?
#10
21.1 Legacy Series / Re: Build Error OpnSense
May 17, 2021, 10:08:28 AM
I resolved it.
#11
21.1 Legacy Series / Build Error OpnSense
May 07, 2021, 03:36:53 AM
Hi, everyone!
I installed FreeBSD 12.2 Release version.
And then;

# pkg install git
# cd /usr
# git clone https://github.com/opnsense/tools
# cd tools
# make update


After;

# make kernel

It's build successfully, but

# make base

ld: error: undefined symbol: clang::Sema::BuildCallToMemberFunction()
>>> referenced by Sema.cpp
>>>   Sema.o: in archive /usr/obj/usr/src/amd64.amd64/tmp/obj-toos/lib/clang/libclang/libclang.a
~~~~
>>> referenced 7 more times
ld: error: too many errors emitted, stopping now
c++: error: linker command failed with exit code 1
--- clang ---
*** [clang] Error code 1

Make[4]: stopped in /usr/src/usr.bin/clang/clang

~~~

Stop.
Make: stopped in /usr/tools


Anyone help me!!!