[Bro] How to launch Bro, as a server, from the command line?

James Lay jlay at slave-tothe-box.net
Tue Jul 21 15:56:13 PDT 2015


On 2015-07-21 04:50 PM, David Banas wrote:
> Hi all,
> 
> Is it possible to launch Bro, as a server, from the command line,
> without going through BroControl?
> 
> (I’d like to test my local Broccoli installation, by attempting to
> connect to a locally running Bro instance.)
> 
> Thanks,
> -db
> 
> 
> _______________________________________________
> Bro mailing list
> bro at bro-ids.org
> http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/bro

Aye...sample below:

sudo /usr/local/bin/bro --no-checksums -i eth0 local -f ( not ip6 ) 
Site::local_nets += { 192.168.1.0/24 } &

James


More information about the Bro mailing list