@Franco,
Is Strongswan 6 going to be in 25.1?
Is Strongswan 6 going to be in 25.1?
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: Patrick M. Hausen on October 17, 2024, 08:53:55 AM
Sorry, I don't know that one with the plugin repo for sure. The repo is used to build the plugins, I doubt you can live patch a running installation with opnsense-patch directly from it.
With "manual" I meant download the diffs and apply them locally. But to make this easier:
cp /usr/local/opnsense/service/templates/OPNsense/Freeradius/clients.conf /usr/local/opnsense/service/templates/OPNsense/Freeradius/clients.conf.bak
fetch -o /usr/local/opnsense/service/templates/OPNsense/Freeradius/clients.conf https://raw.githubusercontent.com/punktDeForks/opnsense-plugins/56cc9312f184a60e8b0916cffc1e204f3dd225f3/net/freeradius/src/opnsense/service/templates/OPNsense/Freeradius/clients.conf
cp /usr/local/opnsense/mvc/app/models/OPNsense/Freeradius/Client.xml /usr/local/opnsense/mvc/app/models/OPNsense/Freeradius/Client.xml.bak
fetch -o /usr/local/opnsense/mvc/app/models/OPNsense/Freeradius/Client.xml https://raw.githubusercontent.com/punktDeForks/opnsense-plugins/56cc9312f184a60e8b0916cffc1e204f3dd225f3/net/freeradius/src/opnsense/mvc/app/models/OPNsense/Freeradius/Client.xml
cp /usr/local/opnsense/mvc/app/controllers/OPNsense/Freeradius/forms/dialogEditFreeRADIUSClient.xml /usr/local/opnsense/mvc/app/controllers/OPNsense/Freeradius/forms/dialogEditFreeRADIUSClient.xml.bak
fetch -o /usr/local/opnsense/mvc/app/controllers/OPNsense/Freeradius/forms/dialogEditFreeRADIUSClient.xml https://raw.githubusercontent.com/punktDeForks/opnsense-plugins/56cc9312f184a60e8b0916cffc1e204f3dd225f3/net/freeradius/src/opnsense/mvc/app/controllers/OPNsense/Freeradius/forms/dialogEditFreeRADIUSClient.xml
@franco could you help, please? Can one apply this set of patches with opnsense-patch? If yes, how exactly?
https://github.com/punktDeForks/opnsense-plugins/commit/56cc9312f184a60e8b0916cffc1e204f3dd225f3
Quote from: EvilAchmed on September 12, 2024, 07:26:50 PM
Trying to setup Monit to work with sending an email to Outlook.com. Have everything working but I am getting an error because Outlook does not allow the sending email to be something different then the email address of the account that I am using. As of right now Monit is saying that the sender's email is coming from monit@routername.domain. I need to get this changed to address@outlook.com. Does anyone know if this is possible. I looked in the configuration but could not find any setting like this.
Thanks
Quote from: doktornotor on August 26, 2024, 11:23:59 PM
There is no need to add the same rules twice. That said, I'd recommend to set up proper firewall rules manually and untick that "magic" checkbox. Avoid all similar disruption in the future.
Quote from: franco on July 22, 2024, 09:11:53 AM
@danderson @csutcliff and anybody else who would like to help:
# opnsense-update -zkr 24.7.r2_2
Cheers,
Franco