The profile on 127.0.0.1 is your problem. You need the profile to be bound to the 192.168.56.X assigned to the VM by DHCP<div><br></div><div>127.0.0.1 is Loopback, on the VM its only reachable from on the VM. There&#39;s no such mapping.<span></span></div>
<div><div><br><br>On Wednesday, June 19, 2013, Beto A  wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="font-size:10pt;font-family:verdana,helvetica,sans-serif">
<div><span>It was restarted...I just double checked and got:</span></div><div style="font-style:normal;font-size:13px;background-color:transparent;font-family:verdana,helvetica,sans-serif"><span>No chain/target/match by that name</span></div>
<div style="font-style:normal;font-size:13px;background-color:transparent;font-family:verdana,helvetica,sans-serif"><span><br></span></div><div style="font-style:normal;font-size:13px;background-color:transparent;font-family:verdana,helvetica,sans-serif">
<span>when I run netstat -vaun</span></div><div style="font-style:normal;font-size:13px;background-color:transparent;font-family:verdana,helvetica,sans-serif"><span>I can see that 5060,5080 on 127.0.0.1 which I assume Virtualbox
 maps back to </span><a rel="nofollow" href="http://192.168.56.255:22/" style="font-size:16px" target="_blank">192.168.56.255</a><span style="background-color:transparent"> not sure where else to look.</span></div><div style="font-style:normal;font-size:13px;background-color:transparent;font-family:verdana,helvetica,sans-serif">
<span style="background-color:transparent"><br></span></div><div style="font-style:normal;font-size:13px;background-color:transparent;font-family:verdana,helvetica,sans-serif"><span style="background-color:transparent">thanks again.</span></div>
<div style="font-style:normal;font-size:13px;background-color:transparent;font-family:verdana,helvetica,sans-serif"><span style="background-color:transparent">-r  </span></div><div><br></div>  <div style="font-family:verdana,helvetica,sans-serif;font-size:10pt">
 <div style="font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif;font-size:12pt"> <div dir="ltr"> <hr size="1">  <font face="Arial"> <b><span style="font-weight:bold">From:</span></b> Steven Ayre &lt;<a href="javascript:_e({}, &#39;cvml&#39;, &#39;steveayre@gmail.com&#39;);" target="_blank">steveayre@gmail.com</a>&gt;<br>
 <b><span style="font-weight:bold">To:</span></b> FreeSWITCH Users Help &lt;<a href="javascript:_e({}, &#39;cvml&#39;, &#39;freeswitch-users@lists.freeswitch.org&#39;);" target="_blank">freeswitch-users@lists.freeswitch.org</a>&gt; <br>
 <b><span style="font-weight:bold">Sent:</span></b> Wednesday, June 19, 2013 11:25 AM<br> <b><span style="font-weight:bold">Subject:</span></b> Re: [Freeswitch-users] setting up freeswitch on virtualbox
 configuring Localconnections<br> </font> </div> <div><br><div>That will disable the iptables script at startup, but it won&#39;t disable any firewall you&#39;ve already started.<div><br></div><div>See what this says: iptables -Ln</div>
<div><br></div><div>-Steve</div><div><br></div><div>

<br><br><div>On 19 June 2013 15:52, Beto A <span dir="ltr">&lt;<a rel="nofollow">astro_sk@yahoo.com</a>&gt;</span> wrote:<br><blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div><div style="font-size:10pt;font-family:verdana,helvetica,sans-serif"><div><span>not bridging but host-only adapter</span></div><div style="font-style:normal;font-size:13px;background-color:transparent;font-family:verdana,helvetica,sans-serif">


<span>first thing I do with local vm is chkconfig iptables off</span></div><div style="font-style:normal;font-size:13px;background-color:transparent;font-family:verdana,helvetica,sans-serif"><span><br></span></div><div style="font-style:normal;font-size:13px;background-color:transparent;font-family:verdana,helvetica,sans-serif">


maybe something else on the vm blocking it?  I&#39;m still digging</div><div style="font-style:normal;font-size:13px;background-color:transparent;font-family:verdana,helvetica,sans-serif"><br></div><div style="font-style:normal;font-size:13px;background-color:transparent;font-family:verdana,helvetica,sans-serif">


cheers</div><div style="font-style:normal;font-size:13px;background-color:transparent;font-family:verdana,helvetica,sans-serif">-B</div><div><br></div>  <div style="font-family:verdana,helvetica,sans-serif;font-size:10pt">


 <div style="font-size:12pt"> <div dir="ltr"> <hr size="1">  <font face="Arial"> <b><span style="font-weight:bold">From:</span></b> Claus Andersen &lt;<a rel="nofollow">clan@wheel.dk</a>&gt;<div>

<br> <b><span style="font-weight:bold">To:</span></b> FreeSWITCH Users Help &lt;<a rel="nofollow">freeswitch-users@lists.freeswitch.org</a>&gt; <br> </div><b><span style="font-weight:bold">Sent:</span></b> Wednesday, June 19, 2013 9:14 AM<div>


<br> <b><span style="font-weight:bold">Subject:</span></b> Re: [Freeswitch-users] setting up freeswitch on virtualbox
 configuring Localconnections<br> </div></font> </div> <div><div><div><br>On Wed, 19 Jun 2013, Beto A wrote:<br><br>&gt; Thanks Steve,<br>&gt; Host adaptor works when I ssh (@<a rel="nofollow" href="http://192.168.56.255:22/" target="_blank">192.168.56.255:22</a>) into it but still times out when attempting  5060. &quot;Failed - Request Timeout&quot; from FSComm.<br>


&gt; <br>&gt; any ideas?<br><br>Might be too obvious but it has bitten me many a times. I assume that you <br>are now bridging rather than port forwading. Have you remembered the <br>firewall? Iptables is default on CentOS but will allow ssh.<br>


<br>sudo service iptables status<br>sudo service iptables stop<br><br>Kind Regards,<br>Claus Andersen<br></div></div><div>_________________________________________________________________________<br>Professional FreeSWITCH Consulting Services:<br>


<a rel="nofollow">consulting@freeswitch.org</a><br><a rel="nofollow" href="http://www.freeswitchsolutions.com/" target="_blank">http://www.freeswitchsolutions.com</a><br><br>FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>


<a rel="nofollow" href="http://www.cudatel.com/" target="_blank">http://www.cudatel.com</a><br><br>Official FreeSWITCH Sites<br><a rel="nofollow" href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a><br>
<a rel="nofollow" href="http://wiki.freeswitch.org/" target="_blank">http://wiki.freeswitch.org</a><br>

<a rel="nofollow" href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com</a><br><br>FreeSWITCH-users mailing list<br><a rel="nofollow">FreeSWITCH-users@lists.freeswitch.org</a><br>

<a rel="nofollow" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>UNSUBSCRIBE:<a rel="nofollow" href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>


<a rel="nofollow" href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a><br><br><br></div></div> </div> </div>  </div></div><br>_________________________________________________________________________<br>

Professional FreeSWITCH Consulting Services:<br>
<a rel="nofollow">consulting@freeswitch.org</a><br>
<a rel="nofollow" href="http://www.freeswitchsolutions.com/" target="_blank"></a></blockquote></div></div></div></div></div> </div>  </div></div></blockquote></div></div>