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 - julsssark

#1
See the OPNsense docs for guidance on selecting a DHCP server. https://docs.opnsense.org/manual/dhcp.html
#2
25.7, 25.10 Series / Re: UniFi Switch Uplink Blocked
September 10, 2025, 04:07:38 AM
@meyergru, I always learn something from your posts. Thanks for taking the time to elaborate.

I agree that Unifi is spread way too thin. They still haven't even removed the old legacy interface from the Network App.
#3
25.7, 25.10 Series / Re: UniFi Switch Uplink Blocked
September 09, 2025, 05:24:40 PM
FYI - I am running the USW 48 POE with 7.2.120, OPNsense 25.7.3 and multiple VLANs. I have not had any problems with STP. I do not have any untagged traffic on my trunk. Are you using RSTP or STP? I am using RSTP, and all Unifi options on my ports are off (e.g., storm control, loop protection,  etc.) except for STP.
#4
You either need to run Kea or ISC or Dnsmasq for DHCP services. You can't run all three at the same time, even on different interfaces. If you are going to stay with ISC, I suggest removing all interfaces from Kea/DNSmasq and then disabling Kea/DNSmasq.

Note that the recommended DHCP setup for small networks is to use DNSmasq. It is the default for the setup wizard for new installs. See here. https://docs.opnsense.org/manual/dnsmasq.html
#5
@meyergru and @OPNenthu - thank you for educating me. I always learn new things from this forum. I didn't consider the dependency on the native port in the case of a switch failure. Fortunately, I keep an old 8 port Unifi switch around as a cold spare for my main switch. In the event of my switch failing, I can at least get my 4 APs back online. I should be able to provision a new switch by setting one of the ports to a full trunk. Like @meyergru, I never experienced a problem when I had my OPNsense router (Protectli with Intel NICs) plugged into a full trunk port.
#6
Why is a native network needed for Unifi gear? I have VLAN 90 set as my management VLAN. My Unifi switch and APs are all in VLAN 90. The UniFi Network Application is sitting in a server VLAN. When I provision a new Unifi AP, I set the new AP's port on the switch to tagged VLAN 90. This gets the new AP on the network with an IP in VLAN 90. I then adopt the AP, set the management VLAN to 90 in the device's settings and then change the switch port to a "trunk" (all VLANs without a native).
#7
I changed my MGMT VLAN in Unifi to 90 and that avoids the whole native/VLAN1 issue.
#8
I've been running AdGuard Home from mimugmail for years. It works great.
#9
@benix, the utility recommends the commands to run. You'll need to run those commands to do the update. Or you can run the utility with the "shoot-me" option and it will prompt/run each command for you.
#10
Thanks @Patrick for the helpful information. I've been using OPNsense for 3 years and did not know about this.

Thanks @Slashing for posting that utility. The utility can also be used to update the boot loaders. It worked great for me.
#11
25.7, 25.10 Series / Re: CrowdSec - no alert date
July 26, 2025, 05:31:51 PM
Confirmed. Created date is blank for me too. I opened a bug report:

https://github.com/opnsense/plugins/issues/4837
#12
I upgraded to 25.7 on 7/23. I just checked my google drive and I see backup files from 7/24 and 7/25. Was it working correctly for you under 25.1 or is this a brand new installation?
#13
I use a similar same configuration and do not need a gateway. First thing to check is under the DHCP options settings (Services->DNSmasq->DHCP options), did you set the "router [3]" option for VLAN 20 to your router's IP for that vlan and did you set the "dns-server[6]" option to the IP of AdGuard? If you are running AdGuard on OPNsense the IP address for the dns-server will be the same as the router IP for that vlan.

Also, confirm that you have firewall rules on VLAN 20 to allow port 53 traffic to pass to the AdGuard server.
#14
25.7, 25.10 Series / Re: 25.7 Upgrade OK
July 23, 2025, 06:02:07 PM
Upgraded from 25.1.12 without incident. Google backups migrated to plug in during the upgrade. My other plug-ins (Ad-Guard, crowdsec, acme, ddclient, mdns repeater and nut) all seem to be working normally. DNSmasq and Unbound (only v4) are working fine too.

Thank you to the OPNsense team! It's like I get to have 2 additional birthdays every year.
#15
25.1, 25.4 Series / Re: Unbound to DNSMasq
June 29, 2025, 06:01:55 PM
KEA, ISC and DNSMasq can all be used. Pick the one the that works best for your requirements.