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

#1
Quick update - for kicks, I changed to development branch - did the Update - then installed netbird plugin - the changed back to community branch and netbird development plugin stays installed ;-)  Strange way to test a single plugin, but better than nothing . . .
#2
Understood - Thx.  Any timeline when it goes into stable community?
#3
Quote from: Monviech (Cedrik) on August 15, 2025, 04:44:15 PMGo to Firmware and change from Community to Development.

Install all updates.

Afterwards go to plugins and you can find a os-netbird-devel if you check the show community plugins checkbox.

Thanks! But that means I need to run development tree - so there is no way to just install that one plugin under community release??
#4
I'd like to get netbird running on my 25.7 box - but the plugin is not in the community repo - after some research, I found it here: https://github.com/opnsense/plugins/tree/master but not sure how to get it installed ?!?

Any tips would be welcome!
#5
Quote from: Patrick M. Hausen on July 31, 2025, 12:00:50 PM
Quote from: rfox on July 31, 2025, 11:49:52 AMwhat happens with the ISC DHCP services

Nothing, really. ISC DHCP4 is still part of 25.7.

Understood - so even though DNSMasq DHCP is standard in 25.7 when using the setup wizard, if you import an older 25.1 backup file which had ISC it will then activate ISC just like before . . . no conflict with DNSMaq . . .
#6
Quick question - if I have 4 different VLANs and ISC DHCP currently configured and working in 25.1 - save a backup of the config - then install a fresh instance of 25.7 and import the 25.1 config - what happens with the ISC DHCP services ?? Do they get automatically translated into DNSMasq DHCP ? Or should the backup be imported without DHCP and manually configure DNSMasq?

Thx in advance!
#7
If I manually start the ddclient from the console, seems to work fine:  ddclient -daemon=0 -debug -verbose -noquiet

Under general settings I have the interval set to default 300 seconds - but there are no automatic updates being performed - nothing in the logs except the manual updates ?!?

#8
25.7 Series / Re: Dynamic DNS stopped updating
July 25, 2025, 12:52:56 PM
Quote from: franco on July 25, 2025, 12:19:52 PMThe native backend doesn't use ddclient.conf nor ddclient itself. Look at /usr/local/etc/ddclient.json instead.

I know it's confusing. Maybe one day we will even remove the ddclient backend or split the plugins into two.


Cheers,
Franco

Gotcha !  So when I choose "native" backend - it clears out the ddclient.conf - and doesn't work.

When I change backend back to ddclient - it seems to keep my ddclient.conf after hitting apply. Only thing is, I don't see it updating automatically (respecting the 300 second default interval) . . . shouldn't I see an update attempt every 5 minutes in the ddclient logs ??

 
#9
25.7 Series / Re: Dynamic DNS stopped updating
July 25, 2025, 11:59:17 AM
Quote from: Monviech (Cedrik) on July 25, 2025, 09:39:44 AMThat is to be expected since each apply will generate the complete configuration file with the information found in the config.xml.

Huh? Maybe I'm not explaining this correctly.  If I use the GUI under Dynamic DNS to create a DynDNS account configuration using native backend - and save it using apply, it doesn't work.  When I look at the resulting ddclient.conf I see only:

root@FoxOPN:/usr/local/etc # cat ddclient.conf
syslog=yes                  # log update msgs to syslog
pid=/var/run/ddclient.pid   # record PID in file.

Which doesn't show the items I placed in the GUI under accounts like login, password, ssl, etc.

Is the ddclient.conf being generated on the fly together with the config.xml settings?  I don't get it . . .



#10
25.7 Series / Re: Dynamic DNS stopped updating
July 25, 2025, 09:38:00 AM
Quote from: franco on July 25, 2025, 09:27:05 AM> when using the GUI, it resets the manually made ddclient.conf and doesn't respect the settings made ?!?

That's intentional.  You could always use ddclient without the plugin, but then also without a widget and other hooks into the system.

The middle ground is get your missing features into the plugin.


Cheers,
Franco

Thx Franco - I know it's intentional that the ddclient.conf file is overwritten from the GUI plugin - but don't think it's intentional that the GUI does not respect the settings made and NOT put them into the ddclient.conf - I have one entry under accounts - filled out correctly, but when I hit apply, it saves and overwrites the ddclient.conf file with only those two entries found above ?!?  So hitting apply breaks the config . . .
#11
25.7 Series / Re: Dynamic DNS stopped updating
July 25, 2025, 08:12:31 AM
Patch works great! But I noticed that when configured through the GUI - it doesn't work (using DynDNS) - have to configure the /usr/local/etc/ddclient.conf by hand - when using the GUI, it resets the manually made ddclient.conf and doesn't respect the settings made ?!?

Manually created - which works fine:
root@FoxOPN:/usr/local/etc # cat ddclient.conf
daemon=300
syslog=yes                  # log update msgs to syslog
pid=/var/run/ddclient.pid   # record PID in file.
ssl=yes

usev4=ifv4, ifv4=vtnet1, \
protocol=dyndns2, \
login=(redacted), \
password=(redacted)\
xxxx.homeip.net

After hitting "apply" in the GUI:

root@FoxOPN:/usr/local/etc # cat ddclient.conf
syslog=yes                  # log update msgs to syslog
pid=/var/run/ddclient.pid   # record PID in file.

#12
Got it - Thx - will try in a test environment before I muck up my production environment . . .

Out of curiosity, what are the defaults in a "fresh" install of OPNSense 25.7 ?? Is unbound and dnsmasq automagically used ??
#13
Wow - on the surface, dnsmasq seems complex - like setting DHCP reservations, changing default GW or DNS conflict with Unbound is not so intuitive like the ISC DHCP
Always keen to learn something new - but these are many confusing options available ?!?

A simple guide or how-to convert from ISC to dnsmasq (also considering unbound) might be helpful - or if you can point me in the right direction?

Thx
#14
Understood - I have a small network with like 100 clients divided into 4 VLANs - so I guess I will look into Dnsmasq - no rush to change . . .

Thanks for your prompt reply! 
#15
25.7 is looking good!  Out of curiosity, when upgrading an existing 25.1.11 instance. I see there is no option to automatically convert to Kea DHCP - what is the best way top migrate to Kea ?  Or on the flip side, how can we still use the ISC DHCP moving forward ??

Thx in advance and Happy Monday on top!