I have two interfaces on my machine, eth0=10.0.2.15 and eth1=192.168.1.7.  I&#39;m trying to get freeswitch to only use eth1.  I&#39;ve put the following at the top of my vars.xml:<div><br></div><div>&lt;X-PRE-PROCESS cmd=&quot;set&quot; data=&quot;local_ip_v4=192.168.1.7&quot;/&gt;</div>

<div><br></div><div>However, this does not seem to be working.  When I originate a call, I see that the initial invite is originating from 10.0.2.15, but incoming packets from my sip provider are going to 192.168.1.7 and are not being responded to by freeswitch.  Shouldn&#39;t freeswitch be listening on 192.168.1.7 and sending packets from there as well?</div>

<div><br></div><div>What am I doing wrong?</div><div><br></div><div>  </div>