<br><br><div class="gmail_quote">On Thu, Dec 22, 2011 at 12:48 PM, <span dir="ltr"><<a href="mailto:georg@riseup.net">georg@riseup.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello,<br>
<br>
sorry for all the confusion I did:<br>
<br>
> On #1 - is that IP address for a NIC on the FreeSWITCH server itself or do<br>
> you have a firewall and have FreeSWITCH sitting behind it? I think if you<br>
> give us the specific details about your network layout that it would help<br>
> us help you.<br>
<br>
Its a IP associated to one nic of the server. No firewall involved. I've<br>
got five nics, with five nets associated:<br>
<br>
- eth0 -> 192.168.0.X [using this for cluster-communication]<br>
- eth1 -> 192.168.2.X [using this for cluster-communication]<br>
- eth2 -> static ip, rechable from the internet<br>
- eth3 -> 192.168.1.X [using this for the phones]<br>
- eth4 -> private MPLS net to my provider, using this for the SIP trunk<br>
<br>
I would like exclude eth0/eth1/eth2 from the configs. I found the acl.conf<br>
where I'm able to configure netmasks and stuff like this. I will try this,<br>
hope this is correct. Also I will bind FS to 192.168.1.X trough the local<br>
ip setting in vars.xml. Comments?<br></blockquote><div><br></div><div>You want to set the IP address in the SIP profile. Remember, FreeSWITCH can use multiple IP addresses and multiple ports, so it's not like Asterisk at all in that respect. You control which IP/Port each SIP profile uses. If you tell the SIP profile explicitly to use a specific IP address then that's what it will use and will ignore the other NICs.</div>
<div><br></div><div>Note: You can also tell mod_event_socket to listen on a specific IP/Port that is different than what your SIP profiles are listening on. </div><div><br></div><div>-MC</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
> For #3 - the -nonat argument is correct for disabling FreeSWITCH's<br>
> "autonat" stuff. Also, the SIP profiles have NAT settings in them that can<br>
> be adjusted. There are two flavors of NAT settings: those for when<br>
> FreeSWITCH itself is behind NAT and those for when the clients connecting<br>
> to FreeSWITCH are behind NAT. If you want an example of a "plain" SIP<br>
> profile then look at conf/sip_profiles/external.xml - it's pretty basic<br>
> and<br>
> assumes that FreeSWITCH itself is not behind NAT.<br>
<br>
Allright.<br>
<br>
Thanks!<br>
<br>
Georg<br>
<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br>