<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>Hi All,</div>

<div>&nbsp;</div>

<div>I want to register my FS machine (FreeSWITCH Version 1.6.0 - git 6762f14 2015-09-03 20:36:52Z 64bit - CentOS 6.7, selinux is disabled for debugging) as endpoint at another target SIP server (1.1.1.1). This is my gateways section:</div>

<div>&nbsp;</div>

<div>
<div>&nbsp;&nbsp;&nbsp; &lt;gateway name=&quot;1111&quot;&gt;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;param name=&quot;register&quot; value=&quot;true&quot;/&gt;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;param name=&quot;register-transport&quot; value=&quot;udp&quot;/&gt;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;param name=&quot;username&quot; value=&quot;1111&quot;/&gt;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;param name=&quot;realm&quot; value=&quot;1.1.1.1&quot;/&gt;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;param name=&quot;password&quot; value=&#39;my_strong_pass&quot;/&gt;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;param name=&quot;proxy&quot; value=&quot;1.1.1.1&quot;/&gt;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;param name=&quot;expire-seconds&quot; value=&quot;90&quot;/&gt;<br/>
&nbsp;&nbsp;&nbsp; &lt;/gateway&gt;</div>

<div>&nbsp;</div>

<div>The problem is - a target server at 1.1.1.1 receives absolutely no packets from my FS machine and I&#39;m getting constant registration timeouts:</div>

<div>&nbsp;</div>

<div>
<div>2015-09-21 15:01:46.764466 [ERR] sofia_reg.c:2101 487020870 Registration Failed with status Request Timeout [408]. failure #1<br/>
2015-09-21 15:01:46.864501 [WARNING] sofia_reg.c:469 487020870 Failed Registration [408], setting retry to 30 seconds.</div>
</div>

<div>&nbsp;</div>

<div>Meanwhile, when I do UDP scan of port 5060 on 1.1.1.1 from FS machine, I see that port is opened:</div>

<div>&nbsp;</div>

<div>
<div>[root@srv]# nmap -sU -Pn -p U:5060 1.1.1.1</div>

<div>Starting Nmap 5.51 ( http://nmap.org ) at 2015-09-21 15:28 EEST<br/>
Nmap scan report for 1.1.1.1<br/>
Host is up.<br/>
PORT&nbsp;&nbsp;&nbsp;&nbsp; STATE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SERVICE<br/>
5060/udp open&#124;filtered sip</div>

<div>Nmap done: 1 IP address (1 host up) scanned in 2.28 seconds<br/>
[root@srv]#</div>

<div>&nbsp;</div>

<div>When I filter out port 5060 on target machine 1.1.1.1 I see appropriate lines in the log showing filtered requests:</div>

<div>&nbsp;</div>

<div>
<div>Sep 21 10:39:57 sip kernel: DROP IN=eth0 OUT= MAC=00:16:3c SRC=2.2.2.2 DST=1.1.1.1 LEN=28 TOS=0x00 PREC=0x00 TTL=52 ID=10616 PROTO=UDP SPT=47229 DPT=5060 LEN=8<br/>
Sep 21 10:39:58 sip kernel: DROP IN=eth0 OUT= MAC=00:16:3c: SRC=2.2.2.2 DST=1.1.1.1 LEN=28 TOS=0x00 PREC=0x00 TTL=47 ID=23653 PROTO=UDP SPT=47230 DPT=5060 LEN=8</div>

<div>&nbsp;</div>

<div>Firewalls on both machines are off for debugging:</div>

<div>&nbsp;</div>

<div>
<div>[root@srv]# iptables -L -n<br/>
Chain INPUT (policy ACCEPT)<br/>
target&nbsp;&nbsp;&nbsp;&nbsp; prot opt source&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; destination</div>

<div>Chain FORWARD (policy ACCEPT)<br/>
target&nbsp;&nbsp;&nbsp;&nbsp; prot opt source&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; destination</div>

<div>Chain OUTPUT (policy ACCEPT)<br/>
target&nbsp;&nbsp;&nbsp;&nbsp; prot opt source&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; destination<br/>
[root@srv]#</div>
</div>

<div>&nbsp;</div>

<div>I&#39;ve spent many hours while investigating that quest but still have no ideas on what&#39;s happening. I&#39;ll highly appreciate if someone can point on where else I can look to resolve my issue.</div>

<div>&nbsp;</div>

<div>Thanks in advance</div>

<div>&nbsp;</div>

<div>Mike</div>
</div>
</div>

<div>&nbsp;</div>

<div>&nbsp;</div>
</div></div></body></html>