User Tools

Site Tools


tutorials:dns:dnssec

This is an old revision of the document!


Kamailio with DNSEC

The dnssec module was added during the development of v4.1.0 (expected to be released later in 2013). Therefore this tutorial presents how to add DNSSEC module in the default configuration file of Kamailio, following GIT installation guidelines.

In short, this tutorial focuses on:

  • install Kamailio development version from GIT repository on Debian/Ubuntu systems
  • enable user authentication and persistent location service using MySQL server
  • add DNSSEC support to configuration file

About DNSSEC

For reading more about DNSSEC, head to:

Many related resources, including the required libraries for Kamailio's DNSSEC module, are available at:

Kamailio Installation

Here is a quick guide to install Kamailio development version from GIT repository. If you look for a more detailed tutorial, check:

Prerequisites

Install the packages needed to build Kamailio:

apt-get install make autoconf gcc flex bison git-core
apt-get install libmysqlclient-dev libssl-dev

Fetch Sources from GIT Repository

First of all, you have to create a directory on the file system where the sources will be stored.

  mkdir -p /usr/local/src/kamailio-devel
  cd /usr/local/src/kamailio-devel

Download the sources from GIT using the following commands.

  git clone --depth 1 git://git.sip-router.org/sip-router kamailio
  cd kamailio

Compile and Install

Run next set of commands:

  cd /usr/local/src/kamailio-devel/kamailio
  make cfg include_modules="db_mysql dnssec"
  make all
  make install
tutorials/dns/dnssec.1366538114.txt.gz · Last modified: 2013/04/21 11:55 by miconda