You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Farsight sets ACLs to only allow rsync of SIE data from specific sources. However, on systems with multiple interfaces it is unpredictable which source address will be used to upload data, which can run afoul of those ACLs.
The official advice we got when setting up the sensor was to directly modify the ssh_cmd definition in /usr/lib/sie/functions to pin a source address. However, this hidden change can break as servers are updated or replaced, as we recently discovered on a server that hadn't successfully uploaded any data for two years.
The config file should accept an optional source address for rsync, and use that (if present) to set the source address on the ssh_cmd.
The text was updated successfully, but these errors were encountered:
mpounsett
added a commit
to mpounsett/sie-dns-sensor
that referenced
this issue
May 5, 2023
Farsight sets ACLs to only allow rsync of SIE data from specific sources. However, on systems with multiple interfaces it is unpredictable which source address will be used to upload data, which can run afoul of those ACLs.
The official advice we got when setting up the sensor was to directly modify the
ssh_cmd
definition in/usr/lib/sie/functions
to pin a source address. However, this hidden change can break as servers are updated or replaced, as we recently discovered on a server that hadn't successfully uploaded any data for two years.The config file should accept an optional source address for rsync, and use that (if present) to set the source address on the
ssh_cmd
.The text was updated successfully, but these errors were encountered: