|
|
|
|
|
by mlosapio
2981 days ago
|
|
OpenBSM is awesome except you’re forced to invent your own way of log gathering - which becomes more painful when you’re mobile or offline and then you’ve got to keep state on what’s been transmitted to the mothership. Would be nice for some insight into Dropbox’s solution here... |
|
For mobile (online but outside corporate network) there are two options I've heard of being done:
1. Have each endpoint have a unique TLS certificate, and have the log shipper do mutual TLS to the logging server which has a public IP.
2. Have a backhaul VPN that is allows connected, automatically, to the monitoring network, and send the logs over that. That VPN is different than the user VPN that gives access to the corporate network.