<?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: change IP address (static/DHCP) in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/change-IP-address-static-DHCP/m-p/243278#M20636</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As for MAC address it can be permanently changed by burning e-fuse.&lt;BR /&gt;Alternatively you can add the command like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ifconfig eth0 hw ether 00:04:9f:00:e9:bb&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;into init script of the system to overwrite the value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Feb 2014 05:08:20 GMT</pubDate>
    <dc:creator>b36401</dc:creator>
    <dc:date>2014-02-19T05:08:20Z</dc:date>
    <item>
      <title>change IP address (static/DHCP)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/change-IP-address-static-DHCP/m-p/243273#M20631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm running an image (Yocto) on a SabreSD board and wonder how I change from DCHP client mode to static mode, when it comes to setting the network port?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I a turn on/off DHCP from the command line?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, how do I change the MAC address?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Niklas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 00:38:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/change-IP-address-static-DHCP/m-p/243273#M20631</guid>
      <dc:creator>niklasmolin</dc:creator>
      <dc:date>2014-02-19T00:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: change IP address (static/DHCP)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/change-IP-address-static-DHCP/m-p/243274#M20632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To disable DHCP, please remove it(&lt;STRONG&gt;ip=dhcp&lt;/STRONG&gt;) in uboot command line;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To use a static IP, you can use ifconfig command such as:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ifconfig eth0 10.192.242.117&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To change MAC address, you can use below command in commandline:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;fec.macaddr=0x00,0x10,0x20,0x30,0x40,0x88&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 02:36:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/change-IP-address-static-DHCP/m-p/243274#M20632</guid>
      <dc:creator>AnsonHuang</dc:creator>
      <dc:date>2014-02-19T02:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: change IP address (static/DHCP)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/change-IP-address-static-DHCP/m-p/243275#M20633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yongcai.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This means that I can only run the image with either DCHP on or off.&lt;/P&gt;&lt;P&gt;In our case we want to be able to change it dynamically, when the Linux image is running.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found in /etc/networking/interfaces that I think I should be able to change this setting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 03:20:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/change-IP-address-static-DHCP/m-p/243275#M20633</guid>
      <dc:creator>niklasmolin</dc:creator>
      <dc:date>2014-02-19T03:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: change IP address (static/DHCP)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/change-IP-address-static-DHCP/m-p/243276#M20634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as far as I know, if you want to enable DHCP, you can ifconfig eht0 down, then ifconfig eth0 up, udhcpc eth0.....not sure whether it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 03:32:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/change-IP-address-static-DHCP/m-p/243276#M20634</guid>
      <dc:creator>AnsonHuang</dc:creator>
      <dc:date>2014-02-19T03:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: change IP address (static/DHCP)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/change-IP-address-static-DHCP/m-p/243277#M20635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can simply add "ifconfig" command with exact IP address into system init script.&lt;BR /&gt;And when the system is running you can use "ifconfig" command as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 05:06:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/change-IP-address-static-DHCP/m-p/243277#M20635</guid>
      <dc:creator>b36401</dc:creator>
      <dc:date>2014-02-19T05:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: change IP address (static/DHCP)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/change-IP-address-static-DHCP/m-p/243278#M20636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As for MAC address it can be permanently changed by burning e-fuse.&lt;BR /&gt;Alternatively you can add the command like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ifconfig eth0 hw ether 00:04:9f:00:e9:bb&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;into init script of the system to overwrite the value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 05:08:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/change-IP-address-static-DHCP/m-p/243278#M20636</guid>
      <dc:creator>b36401</dc:creator>
      <dc:date>2014-02-19T05:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: change IP address (static/DHCP)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/change-IP-address-static-DHCP/m-p/243279#M20637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The better way to configure eth0 for a static IP address, rather than dhcp, is like this in the&amp;nbsp; /etc/network/interfaces&amp;nbsp; file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# Wired or wireless interfaces&lt;BR /&gt;auto eth0&lt;BR /&gt;#iface eth0 inet dhcp&lt;BR /&gt;iface eth0 inet static&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; address 192.168.0.100&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; netmask 255.255.255.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gateway 192.168.0.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a good tutorial here:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.howtoforge.com/tutorial/howto-set-a-static-ip-on-ubuntu/" title="https://www.howtoforge.com/tutorial/howto-set-a-static-ip-on-ubuntu/"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;https://www.howtoforge.com/tutorial/howto-set-a-static-ip-on-ubuntu/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Clay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 03:01:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/change-IP-address-static-DHCP/m-p/243279#M20637</guid>
      <dc:creator>claymontgomery</dc:creator>
      <dc:date>2017-01-06T03:01:19Z</dc:date>
    </item>
  </channel>
</rss>

