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

#1
General Discussion / Re: Seven new dark themes
October 01, 2023, 03:51:23 AM
Would love to have the updated forl atest!
#2
I read the api docs, can you point me to somewhere in the docs that describes how to create a static mapping? All I see are commands to manipulate leases, and to manage the service lifecycle.

Regarding the config file, is it a valid configuration method to edit that file directly? Will sense pick up changes automatically, or do I need to reload something? I am thinking the easiest way would be for me to download the file, inject my mappings into the xml, and then write it back and potentially reload the service?
#3
Hello, I'm brand new to OPNsense, but have been running PFSense for many years and never having to dig too deep. I'd like to be able to configure my static leases and dns entries programmatically so that I may version these configs and it's very reproducible. I see that there is an "advanced" means to set configuration within /usr/local/etc/dhcpd.opnsense.d, but I have no context for how these will be loaded in and I'd like to see the surrounding config to understand what would be valid. This has led to many questions:

* What would be the advised manner to programmatically configure static mappings for dhcp?
* When a static mapping is saved in the GUI, where is this persisted in the filesystem?
* What "service manager" a.la systemd is in usage with opnsense? I stumbled across configctl and pluginctl, would like to understand the difference. Are these how opnsense services like dhcp should be managed?
* How should I achieve a similar goal, but configure dns settings such as a wildcard? Is unbounce used by default? Where is this configured in the file system?