<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.30.3">
</HEAD>
<BODY>
Dear lists.opensips:<BR>
<BR>
I'm using stun on a Linux-Debian test server. Everything seems to work correctly but in the log file the following messages appear repeatedly:<BR>
<BR>
ERROR:stun:stun_loop: error in select 4<BR>
<BR>
The opensips.conf lines for stun are:<BR>
<BR>
<BR>
listen=udp:X.X.X.1:5060 # CUSTOMIZE ME<BR>
listen=udp:X.X.X.2:3478 # CUSTOMIZE ME<BR>
<BR>
disable_tcp=yes<BR>
<BR>
disable_tls=yes<BR>
<BR>
<BR>
####### Modules Section ########<BR>
<BR>
#set module path<BR>
mpath="//lib64/opensips/modules/"<BR>
<BR>
<BR>
#### STUN SERVER<BR>
loadmodule "stun.so"<BR>
modparam("stun","primary_ip","X.X.X.1") # CUSTOMIZE ME<BR>
modparam("stun","primary_port","5060") # CUSTOMIZE ME<BR>
modparam("stun","alternate_ip","X.X.X.2") # CUSTOMIZE ME<BR>
modparam("stun","alternate_port","3478") # CUSTOMIZE ME<BR>
<BR>
And the server interfaces configuracion:<BR>
<BR>
# The primary network interface<BR>
allow-hotplug eth0<BR>
iface eth0 inet static<BR>
address X.X.X.1<BR>
netmask 255.255.255.248<BR>
network X.X.X.0<BR>
broadcast X.X.X.9<BR>
gateway A.A.A.A<BR>
<BR>
<BR>
# The second network interface<BR>
# for STUN Server<BR>
allow-hotplug eth1<BR>
iface eth1 inet static<BR>
address X.X.X.2<BR>
netmask 255.255.255.248<BR>
network X.X.X.0<BR>
broadcast X.X.X.9<BR>
<BR>
<BR>
Is this right or do I have something misconfigured?. <BR>
<BR>
I want also to consult you, ¿can be configured more ips / public interfaces on a single server for SIP / stun?, ¿As would it be configured?.<BR>
<BR>
Thank you very much.<BR>
<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
-- <BR>
<BR>
<IMG SRC="cid:1362503452.2497.87.camel@home.colours" ALIGN="bottom" BORDER="0"><BR>
<BR>
<FONT SIZE="1"><FONT COLOR="#000033">-----</FONT></FONT><BR>
<FONT SIZE="1"><FONT COLOR="#000033">Sus datos de carácter personal (nombre, apellidos, dirección postal y de correo electrónico, etc.) son tratados para la gestión de su relación con la Entidad, así como para el envío de información sobre nuestra actividad y la de terceros relacionadas con la actividad de Consulting Smartic Solutions, S.L., CIF: B85130037, C/Pº de la Castellana, 135, 7ª planta, 28046 Madrid. Usted puede ejercer sus derechos de acceso, rectificación, cancelación y oposición dirigiéndose por escrito, con copia de un documento que acredite su identidad, a la dirección info (arroba) smartic.es.</FONT></FONT><BR>
<FONT SIZE="1"><FONT COLOR="#000033">Este mensaje puede contener información confidencial. Si usted no es su destinatario, no debe leerlo, copiarlo, distribuirlo, ni hacer uso de la información que contiene. En este caso, por favor, llámenos o comuníquenoslo por escrito y borre este mensaje de su sistema.</FONT></FONT><BR>
<FONT SIZE="1"><FONT COLOR="#000033">----- </FONT></FONT><BR>
<BR>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>