User Tools

Site Tools


tutorials:dns:dnssec

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
tutorials:dns:dnssec [2013/04/21 15:06]
miconda [Update Kamailio Config File]
tutorials:dns:dnssec [2013/04/21 19:35]
miconda [Init.d Script]
Line 1: Line 1:
 ====== Kamailio with DNSEC ====== ====== 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.+The **dnssec** module in Kamailio 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: In short, this tutorial focuses on:
Line 7: Line 7:
   * enable user authentication and persistent location service using MySQL server   * enable user authentication and persistent location service using MySQL server
   * add DNSSEC support to configuration file   * add DNSSEC support to configuration file
 +
 +**Note:** the DNSSEC module is several days old at the time of writing initial version of this tutorial. For any assistance, email to **<sr-users [at] sip-router.org>** -- it is a public mailing list that requires subscription, see more details at:
 +
 +  * http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
  
 **Note:** Ubuntu 12.04 was chosen because dnssec tools devel library are provided for this distribution, making the installation of the required dependencies much easier. There are packages for other Linux distribution (e.g., Fedora), most of the steps provided in this tutorial being valid (the rest have to updated for the specifics of the distribution, e.g., how to install packages, create system users or init.d scripts). **Note:** Ubuntu 12.04 was chosen because dnssec tools devel library are provided for this distribution, making the installation of the required dependencies much easier. There are packages for other Linux distribution (e.g., Fedora), most of the steps provided in this tutorial being valid (the rest have to updated for the specifics of the distribution, e.g., how to install packages, create system users or init.d scripts).
Line 196: Line 200:
 </code> </code>
  
-Edit the file **/etc/init.d/kamailio** to update the $DAEMON value:+Edit the file **/etc/init.d/kamailio** to update the DAEMON and CFGFILE values: 
 <code> <code>
   DAEMON=/usr/local/sbin/kamailio   DAEMON=/usr/local/sbin/kamailio
 +  CFGFILE=/usr/local/etc/kamailio/kamailio.cfg
 </code> </code>
  
tutorials/dns/dnssec.txt · Last modified: 2013/04/25 12:49 by mariuszbihlei