Thanks.  Just looked at RFC 3489 and didn't know STUN had to have a second IP.  Makes sense why it needs one now.
<br />
<br />On May 7, 2010 2:56am, &quot;Bogdan-Andrei Iancu [via OpenSIPS (Open SIP Server)]&quot; &lt;<a href="/user/SendEmail.jtp?type=node&node=5019690&i=0" target="_top" rel="nofollow">[hidden email]</a>&gt; wrote:
<div class='shrinkable-quote'><br />&gt; 
<br />&gt; 
<br />&gt; 
<br />&gt; 
<br />&gt; Hi,
<br />&gt; 
<br />&gt; 
<br />&gt; 
<br />&gt; you need to define the secondary IP and port params too.
<br />&gt; 
<br />&gt; 
<br />&gt; 
<br />&gt; Regards,
<br />&gt; 
<br />&gt; 
<br />&gt; Bogdan
<br />&gt; 
<br />&gt; 
<br />&gt; 
<br />&gt; osiris123d wrote:
<br />&gt; 
<br />&gt; 
<br />&gt; &gt; I just compiled the STUN module on Debian 5.0.4 x64 and added the following
<br />&gt; 
<br />&gt; 
<br />&gt; &gt; stun parameters to my config
<br />&gt; 
<br />&gt; 
<br />&gt; &gt;
<br />&gt; 
<br />&gt; 
<br />&gt; &gt;
<br />&gt; 
<br />&gt; 
<br />&gt; &gt; port=5060                  
<br />&gt; 
<br />&gt; 
<br />&gt; &gt;
<br />&gt; 
<br />&gt; 
<br />&gt; &gt; /* uncomment and configure the following line if you want opensips to
<br />&gt; 
<br />&gt; 
<br />&gt; &gt;    bind on a specific interface/port/proto (default bind on all available)
<br />&gt; 
<br />&gt; 
<br />&gt; &gt; */
<br />&gt; 
<br />&gt; 
<br />&gt; &gt; listen=udp:173.*.*.134:5060  
<br />&gt; 
<br />&gt; 
<br />&gt; &gt;
<br />&gt; 
<br />&gt; 
<br />&gt; &gt;
<br />&gt; 
<br />&gt; 
<br />&gt; &gt; #**
<br />&gt; 
<br />&gt; 
<br />&gt; &gt; # ----- stun params -----
<br />&gt; 
<br />&gt; 
<br />&gt; &gt; modparam(&quot;stun&quot;,&quot;primary_ip&quot;,&quot;173.*.*.134&quot;)
<br />&gt; 
<br />&gt; 
<br />&gt; &gt; modparam(&quot;stun&quot;,&quot;primary_port&quot;,&quot;5060&quot;)
<br />&gt; 
<br />&gt; 
<br />&gt; &gt;
<br />&gt; 
<br />&gt; 
<br />&gt; &gt;
<br />&gt; 
<br />&gt; 
<br />&gt; &gt;
<br />&gt; 
<br />&gt; 
<br />&gt; &gt;
<br />&gt; 
<br />&gt; 
<br />&gt; &gt; When I try and start OpenSIPS it fails and I see the following errors in
<br />&gt; 
<br />&gt; 
<br />&gt; &gt; syslog.  Any idea whats up?
<br />&gt; 
<br />&gt; 
<br />&gt; &gt;
<br />&gt; 
<br />&gt; 
<br />&gt; &gt;
<br />&gt; 
<br />&gt; 
<br />&gt; &gt;
<br />&gt; 
<br />&gt; 
<br />&gt; &gt; May  6 22:53:38 Proxy01 /usr/local/sbin/opensips[11212]: DBG:core:init_mod:
<br />&gt; 
<br />&gt; 
<br />&gt; &gt; initializing module stun
<br />&gt; 
<br />&gt; 
<br />&gt; &gt; May  6 22:53:38 Proxy01 /usr/local/sbin/opensips[11212]:
<br />&gt; 
<br />&gt; 
<br />&gt; &gt; DBG:core:grep_sock_info: checking if host==us: 14==14 &&  [173.*.*.134] 
<br />&gt; 
<br />&gt; 
<br />&gt; &gt; == [173.*.*.134]
<br />&gt; 
<br />&gt; 
<br />&gt; &gt; May  6 22:53:38 Proxy01 /usr/local/sbin/opensips[11212]:
<br />&gt; 
<br />&gt; 
<br />&gt; &gt; DBG:core:grep_sock_info: checking if port 5060 matches port 5060
<br />&gt; 
<br />&gt; 
<br />&gt; &gt; May  6 22:53:38 Proxy01 /usr/local/sbin/opensips[11212]:
<br />&gt; 
<br />&gt; 
<br />&gt; &gt; DBG:core:grep_sock_info: checking if host==us: 14==14 &&  [173.*.*.134] 
<br />&gt; 
<br />&gt; 
<br />&gt; &gt; == [173.*.*.134]
<br />&gt; 
<br />&gt; 
<br />&gt; &gt; May  6 22:53:38 Proxy01 /usr/local/sbin/opensips[11212]:
<br />&gt; 
<br />&gt; 
<br />&gt; &gt; DBG:core:grep_sock_info: checking if port 5060 matches port 3478
<br />&gt; 
<br />&gt; 
<br />&gt; &gt; May  6 22:53:38 Proxy01 /usr/local/sbin/opensips[11212]:
<br />&gt; 
<br />&gt; 
<br />&gt; &gt; DBG:stun:stun_mod_init: socketfd2 not found
<br />&gt; 
<br />&gt; 
<br />&gt; &gt; May  6 22:53:38 Proxy01 /usr/local/sbin/opensips[11212]:
<br />&gt; 
<br />&gt; 
<br />&gt; &gt; DBG:core:grep_sock_info: checking if host==us: 13==14 &&  [192.168.2.143] =
<br />&gt; 
<br />&gt; 
<br />&gt; &gt; = [173.*.*.134]
<br />&gt; 
<br />&gt; 
<br />&gt; &gt; May  6 22:53:38 Proxy01 /usr/local/sbin/opensips[11212]:
<br />&gt; 
<br />&gt; 
<br />&gt; &gt; DBG:core:grep_sock_info: checking if port 5060 matches port 5060
<br />&gt; 
<br />&gt; 
<br />&gt; &gt; May  6 22:53:38 Proxy01 /usr/local/sbin/opensips[11212]:
<br />&gt; 
<br />&gt; 
<br />&gt; &gt; DBG:stun:stun_mod_init: socketfd3 not found
<br />&gt; 
<br />&gt; 
<br />&gt; &gt; May  6 22:53:38 Proxy01 /usr/local/sbin/opensips[11212]:
<br />&gt; 
<br />&gt; 
<br />&gt; &gt; DBG:core:grep_sock_info: checking if host==us: 13==14 &&  [192.168.2.143] =
<br />&gt; 
<br />&gt; 
<br />&gt; &gt; = [173.*.*.134]
<br />&gt; 
<br />&gt; 
<br />&gt; &gt; May  6 22:53:38 Proxy01 /usr/local/sbin/opensips[11212]:
<br />&gt; 
<br />&gt; 
<br />&gt; &gt; DBG:core:grep_sock_info: checking if port 5060 matches port 3478
<br />&gt; 
<br />&gt; 
<br />&gt; &gt; May  6 22:53:38 Proxy01 /usr/local/sbin/opensips[11212]:
<br />&gt; 
<br />&gt; 
<br />&gt; &gt; DBG:stun:stun_mod_init: socketfd4 not found
<br />&gt; 
<br />&gt; 
<br />&gt; &gt; May  6 22:53:38 Proxy01 /usr/local/sbin/opensips[11212]:
<br />&gt; 
<br />&gt; 
<br />&gt; &gt; DBG:stun:stun_mod_init: stun init failed
<br />&gt; 
<br />&gt; 
<br />&gt; &gt; May  6 22:53:38 Proxy01 /usr/local/sbin/opensips[11212]:
<br />&gt; 
<br />&gt; 
<br />&gt; &gt; ERROR:core:init_mod: failed to initialize module stun
<br />&gt; 
<br />&gt; 
<br />&gt; &gt; May  6 22:53:38 Proxy01 /usr/local/sbin/opensips[11212]: ERROR:core:main:
<br />&gt; 
<br />&gt; 
<br />&gt; &gt; error while initializing modules
<br />&gt; 
<br />&gt; 
<br />&gt; &gt;   
<br />&gt; 
<br />&gt; 
<br />&gt; 
<br />&gt; 
<br />&gt; -- 
<br />&gt; 
<br />&gt; 
<br />&gt; Bogdan-Andrei Iancu
<br />&gt; 
<br />&gt; 
<br />&gt; www.voice-system.ro
<br />&gt; 
<br />&gt; 
<br />&gt; 
<br />&gt; 
<br />&gt; _______________________________________________
<br />&gt; 
<br />&gt; 
<br />&gt; Users mailing list
<br />&gt; 
<br />&gt; 
<br />&gt; [hidden email]
<br />&gt; 
<br />&gt; 
<br />&gt; http://lists.opensips.org/cgi-bin/mailman/listinfo/users
<br />&gt; 
<br />&gt; 
<br />&gt; 
<br />&gt; 
<br />&gt; 
<br />&gt; 
<br />&gt; 
<br />&gt; 
<br />&gt; 
<br />&gt; 
<br />&gt; View message @ http://opensips-open-sip-server.1449251.n2.nabble.com/Stun-Module-OpenSIPS-won-t-start-tp5017728p5018216.html
<br />&gt; 
<br />&gt; 
<br />&gt; 
<br />&gt; 
<br />&gt; To unsubscribe from Stun Module - OpenSIPS won&#39;t start, click here.
<br />&gt; 
<br />&gt; 
<br />&gt; 
<br />&gt; 
<br />&gt; 
<br />&gt; 
<br />&gt; 
<br />&gt;</div>
<br><hr align="left" width="300">
View this message in context: <a href="http://opensips-open-sip-server.1449251.n2.nabble.com/Stun-Module-OpenSIPS-won-t-start-tp5017728p5019690.html">Re: Re: Stun Module - OpenSIPS won't start</a><br>
Sent from the <a href="http://opensips-open-sip-server.1449251.n2.nabble.com/OpenSIPS-Users-f1449235.html">OpenSIPS - Users mailing list archive</a> at Nabble.com.<br>