<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>MQX Software SolutionsのトピックRe: socket mqx 4.0.2 routing problem with new modem ADSL Telecom Italia</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/socket-mqx-4-0-2-routing-problem-with-new-modem-ADSL-Telecom/m-p/270604#M8251</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrey,&lt;/P&gt;&lt;P&gt;I've already patched the \rtcs\source\tcpip file (only SYN or PUSH flag, not together) but the problem persists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The packet that we send is:&lt;/P&gt;&lt;P&gt;192.168.69.52 83.103.102.192 TCP 60 5000 &amp;gt; smtp [SYN] Seq=0 Win=0 Len=0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10 0d 7f 34 5a 4c 00 00&amp;nbsp; 5e a8 45 34 08 00 45 00&amp;nbsp; &lt;/P&gt;&lt;P&gt;00 28 00 00 00 00 40 06&amp;nbsp; ba cc c0 a8 45 34 53 67&lt;/P&gt;&lt;P&gt;66 c0 13 88 00 19 20 bf&amp;nbsp; 22 21 00 00 00 00 50 02 &lt;/P&gt;&lt;P&gt;00 00 99 5d 00 00 00 00&amp;nbsp; 00 00 00 00&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Oct 2013 09:01:21 GMT</pubDate>
    <dc:creator>manuelmoschin</dc:creator>
    <dc:date>2013-10-10T09:01:21Z</dc:date>
    <item>
      <title>socket mqx 4.0.2 routing problem with new modem ADSL Telecom Italia</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/socket-mqx-4-0-2-routing-problem-with-new-modem-ADSL-Telecom/m-p/270602#M8249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt; i'm running the RTCS MQX 4.0.2 demos on a TWRK60 twrk60n512 &lt;BR /&gt;and there are routing problems with new generation adsl modem: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;adb broadcast modem adsl 2+ wi-fi TELECOM Italia.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; with an old DLINK router the SMTP demo works and sends email correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with the new router i'm NOT able to open a socket on SMTP port and send emails. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- all firewall are disabled, and set the default &lt;BR /&gt;configuration on router&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- I tried on SMTP 576, and FTP, HTTP ports and the socket &lt;BR /&gt;connect fails too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- I tried the NTP function and works correctly (the NTP &lt;BR /&gt;request is routed correctly and i received the sync and update &lt;BR /&gt;time)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Very starnge: &lt;/P&gt;&lt;P&gt;I connect an old windows 2000 pc in the same net and TELNET &lt;BR /&gt;port 25 correctly to the SMTP server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- looking with wireshark the pc packet mainly differs from &lt;BR /&gt;RTCS for the DON'T FRAGMENT flag SET&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- I set the pc ip-address to TWR and switch cables: the SMTP &lt;BR /&gt;connection works, for a timeout of about 5 seconds... (NAT???) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- I have tried to enabling:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #define RTCSCFG_ENABLE_VIRTUAL_ROUTES 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #define RTCSCFG_ENABLE_IGMP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #define RTCSCFG_ENABLE_IPSEC&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and apply the patch to tcp_send.c found in &lt;BR /&gt;"connect socket mqx 4.0.2 problem" question&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the socket fails to connect&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 1) there are network protocols i have to add/enable in &lt;BR /&gt;RTCS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) it's possible to set/disable the fragment &lt;BR /&gt;option?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) the router configuration is very simple: there are &lt;BR /&gt;particular services i have to check/disable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) any ideas for workaround?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; this could be a router bug... but it's very strange, and this is the default TELECOM (italy) adsl router in business application&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manuel Moschin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 10:22:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/socket-mqx-4-0-2-routing-problem-with-new-modem-ADSL-Telecom/m-p/270602#M8249</guid>
      <dc:creator>manuelmoschin</dc:creator>
      <dc:date>2013-10-09T10:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: socket mqx 4.0.2 routing problem with new modem ADSL Telecom Italia</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/socket-mqx-4-0-2-routing-problem-with-new-modem-ADSL-Telecom/m-p/270603#M8250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp; Manuel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try the fix from here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/312553"&gt;connect socket mqx 4.0.2 problem&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It must help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 07:55:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/socket-mqx-4-0-2-routing-problem-with-new-modem-ADSL-Telecom/m-p/270603#M8250</guid>
      <dc:creator>butok</dc:creator>
      <dc:date>2013-10-10T07:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: socket mqx 4.0.2 routing problem with new modem ADSL Telecom Italia</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/socket-mqx-4-0-2-routing-problem-with-new-modem-ADSL-Telecom/m-p/270604#M8251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrey,&lt;/P&gt;&lt;P&gt;I've already patched the \rtcs\source\tcpip file (only SYN or PUSH flag, not together) but the problem persists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The packet that we send is:&lt;/P&gt;&lt;P&gt;192.168.69.52 83.103.102.192 TCP 60 5000 &amp;gt; smtp [SYN] Seq=0 Win=0 Len=0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10 0d 7f 34 5a 4c 00 00&amp;nbsp; 5e a8 45 34 08 00 45 00&amp;nbsp; &lt;/P&gt;&lt;P&gt;00 28 00 00 00 00 40 06&amp;nbsp; ba cc c0 a8 45 34 53 67&lt;/P&gt;&lt;P&gt;66 c0 13 88 00 19 20 bf&amp;nbsp; 22 21 00 00 00 00 50 02 &lt;/P&gt;&lt;P&gt;00 00 99 5d 00 00 00 00&amp;nbsp; 00 00 00 00&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 09:01:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/socket-mqx-4-0-2-routing-problem-with-new-modem-ADSL-Telecom/m-p/270604#M8251</guid>
      <dc:creator>manuelmoschin</dc:creator>
      <dc:date>2013-10-10T09:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: socket mqx 4.0.2 routing problem with new modem ADSL Telecom Italia</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/socket-mqx-4-0-2-routing-problem-with-new-modem-ADSL-Telecom/m-p/270605#M8252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Telecom Italia told me that the problem can be the Window length that RTCS puts to 0.&lt;/P&gt;&lt;P&gt;Can we change this setting in RTCS?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2013 06:54:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/socket-mqx-4-0-2-routing-problem-with-new-modem-ADSL-Telecom/m-p/270605#M8252</guid>
      <dc:creator>manuelmoschin</dc:creator>
      <dc:date>2013-10-16T06:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: socket mqx 4.0.2 routing problem with new modem ADSL Telecom Italia</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/socket-mqx-4-0-2-routing-problem-with-new-modem-ADSL-Telecom/m-p/270606#M8253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I don't think it's the RTCS that writes the window length zero. Maybe the field in the packet is cleared by the router itself ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Oct 2013 11:39:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/socket-mqx-4-0-2-routing-problem-with-new-modem-ADSL-Telecom/m-p/270606#M8253</guid>
      <dc:creator>Martin_</dc:creator>
      <dc:date>2013-10-17T11:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: socket mqx 4.0.2 routing problem with new modem ADSL Telecom Italia</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/socket-mqx-4-0-2-routing-problem-with-new-modem-ADSL-Telecom/m-p/270607#M8254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;the packet sniffed with a passive switch is:&lt;/P&gt;&lt;P&gt;192.168.69.52 83.103.102.192 TCP 60 5000 &amp;gt; smtp [SYN] Seq=0 &lt;STRONG style="text-decoration: underline;"&gt;Win=0&lt;/STRONG&gt; Len=0&lt;/P&gt;&lt;P&gt;So it's RTCS that writes Win=0.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Manuel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 10:03:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/socket-mqx-4-0-2-routing-problem-with-new-modem-ADSL-Telecom/m-p/270607#M8254</guid>
      <dc:creator>manuelmoschin</dc:creator>
      <dc:date>2013-10-21T10:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Re: socket mqx 4.0.2 routing problem with new modem ADSL Telecom Italia</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/socket-mqx-4-0-2-routing-problem-with-new-modem-ADSL-Telecom/m-p/270608#M8255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manuel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes, it is RTCS. Seems there is no parameter to change the behavior, but as you have the source code, you can change on your own. Attached two files for MQX 4.0.2 RTCS that you can try. (note the tcp_send.c is modified to give window with SYN). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 12:19:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/socket-mqx-4-0-2-routing-problem-with-new-modem-ADSL-Telecom/m-p/270608#M8255</guid>
      <dc:creator>Martin_</dc:creator>
      <dc:date>2013-10-21T12:19:47Z</dc:date>
    </item>
  </channel>
</rss>

