Patch 26.7.1_1 fixes this issue
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 MenuQuote from: franco on July 23, 2026, 08:40:08 PMNote that due to 26.7.1(_1) not rebooting you need to restart the "Gateway Watcher" service to apply the fix. It also has to be _1 specifically. .1 doesn't have the fix.
Quote from: stuza on October 13, 2025, 08:59:35 AMHi All,
I'm trying to connect my dual-nic OpenSense x64 Windows 11 box running 25.7 to my ISP using PPPoE. I know the user ID, password, and VLAN are correct as they work on my Asus BT10 but, I keep failing to connect directly with OpnSense despite being told it's easy. I've tried MAC cloning and without, although that's not required on my BT10 router.
I've tried the official directions but these get vague around the end and I can't get them to work. I've also tried this and filed https://forum.opnsense.org/index.php?topic=21207.0.
I've followed the instructions sent to me in DM on Reddit and still failed.
Any ideas, please?
Quote from: RedVortex on September 19, 2025, 11:17:24 PMQuote from: franco on September 15, 2025, 08:30:28 AMCan you open a ticket for that?Sure thing, sorry I couldn't do it sooner, here it is: https://github.com/opnsense/core/issues/9227
Quote from: franco on September 15, 2025, 08:30:28 AMCan you open a ticket for that?
Quote from: dwasifar on August 09, 2024, 04:39:45 PM
I have two networks defined in the UniFi controller, one for the main subnet and another for a VLAN subnet (to isolate IOT devices).
After the 24.7.1 upgrade, nothing on either wi-fi network can reach the internet. Wired connections are fine.
I can't spare the network downtime to troubleshoot it right now, so I reverted to 24.7 and reloaded the same configuration, and everything works again. If anyone has any thoughts, it'd be welcome for when I can look at it.
Quote from: franco on July 27, 2024, 10:06:27 AM
https://github.com/opnsense/core/commit/287c13beb
# opnsense-patch 287c13beb
inet6 fd9c:85da:835d:8696:92e2:baff:feb0:efeb prefixlen 64 detached autoconf pltime 1800 vltime 1800
o kea-dhcp: add domain-search, time-servers and static-routes client options to subnet configuration
No ALTQ support in kernel
ALTQ related functions disabled
all icmp 100.79.101.92:33064 -> 1.1.1.1:33064 0:0
age 08:41:39, expires in 00:00:10, 30734:0 pkts, 891286:0 bytes, rule 104
id: d928da6500000003 creatorid: d7e1a47d gateway: 192.168.100.1
origif: igb0root@opnsense:~ # pfctl -k id -k d928da6500000003
killed 1 statesroot@opnsense:~ # pfctl -ss -vvv | grep "1\.1\.1\.1" -A 3
No ALTQ support in kernel
ALTQ related functions disabled
all icmp 100.79.101.92:33064 -> 1.1.1.1:33064 0:0
age 00:00:05, expires in 00:00:09, 5:5 pkts, 145:145 bytes, rule 104
id: 7698db6500000002 creatorid: d7e1a47d gateway: 100.64.0.1
origif: igb0
Quote from: cprsn on February 22, 2024, 04:45:02 PM
It seems to me this is still an unresolved issue. I have disabled ISC on all but one interface and migrated the rest to Kea. For this to work, I found I had to stop ISC entirely, restart Kea, then restart ISC. Otherwise, the Kea log reports "Address already in use - is another DHCP server running?" errors. If I then have to reboot opnsense (e.g. after firmware updates), it seems ISC will start before Kea and I will not have DHCP servers active on any of the interfaces except the one that I still have on ISC (Kea will report "address already in use" for the other interfaces).
Is the intent for now to support running ISC on some interfaces and Kea on others or are uses expected to migrate all interfaces to Kea?