This is confirmed to be a new issue in Sequoia. In order to work around this there are a few options:
If using the binary installer don't install the gateway as a service
- If installing as a service is required, comment out the
ignition.sh
line forRUN_AS_USER=
. This will install the service as theroot
user which does not require giving access to the Local Network permission.
The zip installer defaults to installing the service as root
This issue looks to only affect launchd services which are set to run as a user other than root
at this point in time. I have already reached out to Apple about this and hopefully we get a better solution or a fix soon.
Hope that helps,
Jonathan C