[Bro] configure sshd port for bro nodes in cluster mode

Mark Gardner mkg at vt.edu
Mon Jul 2 05:31:55 PDT 2018


On Fri, Jun 29, 2018 at 4:53 PM, OpenShift Ninja <openshift.ninja at gmail.com>
wrote:

> Is it possible to easily configure Bro in cluster mode to connect on
> alternate ports other than 22? The reason I ask is that I'm running my bro
> processes inside containers on a host that already has sshd on port 22 (I'm
> running a sidecar sshd inside the container on port 2022). I can probably
> find it if I dig around, but if someone knows how to do this, let me know.
>

​You should be able to map the port Bro is listening on inside the
container to another port on the host. For Docker, the option would be ​-p
<host-port>:<container-port>. See
https://docs.docker.com/config/containers/container-networking/ for more
details.

Mark
-- 
Mark Gardner
--
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ICSI.Berkeley.EDU/pipermail/bro/attachments/20180702/c9648420/attachment.html 


More information about the Bro mailing list