<?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>topic Re: lost static eth0 after run udhcpc for wlan0 in Wireless MCU</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/lost-static-eth0-after-run-udhcpc-for-wlan0/m-p/1518016#M13636</link>
    <description>&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;I could resolve this problem through config "connman" service, and it is working well.&lt;/P&gt;&lt;P&gt;But I will try by your way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and&amp;nbsp; Regards.&lt;/P&gt;&lt;P&gt;Luan&lt;/P&gt;</description>
    <pubDate>Wed, 07 Sep 2022 00:12:37 GMT</pubDate>
    <dc:creator>luan_duy</dc:creator>
    <dc:date>2022-09-07T00:12:37Z</dc:date>
    <item>
      <title>lost static eth0 after run udhcpc for wlan0</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/lost-static-eth0-after-run-udhcpc-for-wlan0/m-p/1510085#M13574</link>
      <description>&lt;P&gt;I am running i.MX8M Quad - kernel 5.10.72 with CYW54591 moduleand&amp;nbsp; i had a problem.&lt;/P&gt;&lt;P&gt;I am setting static IP for eth0 by following config:&lt;/P&gt;&lt;P&gt;root@imx8mqevk:~/Script/CYW# cat /etc/systemd/network/70-static.network&lt;BR /&gt;[Match]&lt;BR /&gt;Name=eth0&lt;/P&gt;&lt;P&gt;[Network]&lt;BR /&gt;Address=192.168.52.88/24&lt;BR /&gt;Gateway=192.168.52.1&lt;BR /&gt;DNS=8.8.8.8&lt;/P&gt;&lt;P&gt;I can see address of eth0 when I start platform as following picture:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="キャプチャ.PNG" style="width: 430px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/190987iE6B49E1F084DE4F3/image-dimensions/430x218?v=v2" width="430" height="218" role="button" title="キャプチャ.PNG" alt="キャプチャ.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But after I connect to AP and run DHCP, static IP of eth0 was lost.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="キャプチャ2.PNG" style="width: 436px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/190988i0F659474349FEFD7/image-dimensions/436x321?v=v2" width="436" height="321" role="button" title="キャプチャ2.PNG" alt="キャプチャ2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It was not appear on kernel 4.14, only on kernel 5.10.&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Can you show me how to solve it?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2022 09:16:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/lost-static-eth0-after-run-udhcpc-for-wlan0/m-p/1510085#M13574</guid>
      <dc:creator>luan_duy</dc:creator>
      <dc:date>2022-08-23T09:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: lost static eth0 after run udhcpc for wlan0</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/lost-static-eth0-after-run-udhcpc-for-wlan0/m-p/1517645#M13631</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/126462"&gt;@luan_duy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope you are doing well.&lt;/P&gt;
&lt;P&gt;Please assign static IP address of eth0 with below mentioned command.&lt;/P&gt;
&lt;P&gt;dhcpcd -S ip_address=&amp;lt;IP Address&amp;gt; -S rounters=&amp;lt;GW Address&amp;gt; -S subnet_mask=&amp;lt;Subnet address&amp;gt; eth0&lt;/P&gt;
&lt;P&gt;After above command try to execute command "udhcpc -i wlan0" an check the static IP of eth0.&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;
&lt;P&gt;Sanket Parekh&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 10:15:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/lost-static-eth0-after-run-udhcpc-for-wlan0/m-p/1517645#M13631</guid>
      <dc:creator>Sanket_Parekh</dc:creator>
      <dc:date>2022-09-06T10:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: lost static eth0 after run udhcpc for wlan0</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/lost-static-eth0-after-run-udhcpc-for-wlan0/m-p/1518016#M13636</link>
      <description>&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;I could resolve this problem through config "connman" service, and it is working well.&lt;/P&gt;&lt;P&gt;But I will try by your way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and&amp;nbsp; Regards.&lt;/P&gt;&lt;P&gt;Luan&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 00:12:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/lost-static-eth0-after-run-udhcpc-for-wlan0/m-p/1518016#M13636</guid>
      <dc:creator>luan_duy</dc:creator>
      <dc:date>2022-09-07T00:12:37Z</dc:date>
    </item>
  </channel>
</rss>

