SIPCAPTURE Homer is a powerful packet capture, decode, and analysis tool that can be used to track and diagnose VoIP traffic. In this tutorial, we will go through the steps to install SIPCAPTURE Homer on FreeBSD.
$ sudo pkg update && sudo pkg install git cmake sqlite3 gmake libxml2 pkgconf geoip
$ cd ~/Documents
$ git clone https://github.com/sipcapture/homer.git
homer
directory:$ cd homer
$ cmake .
$ make
$ sudo make install
$ cd /usr/local/homer
homer_config_sample.xml
file to homer_config.xml
:$ cp homer_config_sample.xml homer_config.xml
homer_config.xml
with your favorite text editor and edit the following lines to match the configuration of your database:<mysql_user>
: The username of your MySQL or MariaDB database.<mysql_password>
: The password of your MySQL or MariaDB database.<mysql_host>
: The hostname or IP address of your MySQL or MariaDB database.<mysql_port>
: The port of your MySQL or MariaDB database.<mysql_database>
: The name of the database you want to use for SIPCAPTURE Homer.homer_config.xml
file.$ sudo homer_systemd_start.sh
$ tail -f /var/log/homer.log
Congratulations! You have successfully installed and configured SIPCAPTURE Homer on FreeBSD.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!