<?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 Network address changes despite being static in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/network-address-changes-despite-being-static/m-p/4793893#M81346</link>
    <description>Hi there --&lt;BR /&gt;&lt;BR /&gt;I am running Ubuntu 10.04 LTS 64-bit distribution as a virtual server on a host system running Fedora Core 14 64-bit, with the virtual machine software being the VirtualBox application. The virtual machine is set up with a bridged connection.&lt;BR /&gt;&lt;BR /&gt;I am periodically experiencing a situation where the virtual machine's network address changes without warning, and I am forced to run the ifdown and ifup commands to bring the address back to its original state. &lt;BR /&gt;&lt;BR /&gt;I went through the motions of modifying the /etc/network/interfaces file on the virtual machine to have a static address. The syntax that I entered into the file is shown below:&lt;BR /&gt;&lt;BR /&gt;auto eth0&lt;BR /&gt;iface eth0 inet static&lt;BR /&gt;address 132.183.12.225&lt;BR /&gt;netmask 255.255.255.0&lt;BR /&gt;network 132.183.12.0&lt;BR /&gt;broadcast 132.183.12.255&lt;BR /&gt;gateway 132.183.12.1&lt;BR /&gt;&lt;BR /&gt;I disabled the NetworkManager daemon on the host system, but the problem has continued to occur. Is there something else that I should reconfigure to stop the address change from occurring?</description>
    <pubDate>Tue, 31 May 2011 15:48:49 GMT</pubDate>
    <dc:creator>Andrew Kaplan</dc:creator>
    <dc:date>2011-05-31T15:48:49Z</dc:date>
    <item>
      <title>Network address changes despite being static</title>
      <link>https://community.hpe.com/t5/operating-system-linux/network-address-changes-despite-being-static/m-p/4793893#M81346</link>
      <description>Hi there --&lt;BR /&gt;&lt;BR /&gt;I am running Ubuntu 10.04 LTS 64-bit distribution as a virtual server on a host system running Fedora Core 14 64-bit, with the virtual machine software being the VirtualBox application. The virtual machine is set up with a bridged connection.&lt;BR /&gt;&lt;BR /&gt;I am periodically experiencing a situation where the virtual machine's network address changes without warning, and I am forced to run the ifdown and ifup commands to bring the address back to its original state. &lt;BR /&gt;&lt;BR /&gt;I went through the motions of modifying the /etc/network/interfaces file on the virtual machine to have a static address. The syntax that I entered into the file is shown below:&lt;BR /&gt;&lt;BR /&gt;auto eth0&lt;BR /&gt;iface eth0 inet static&lt;BR /&gt;address 132.183.12.225&lt;BR /&gt;netmask 255.255.255.0&lt;BR /&gt;network 132.183.12.0&lt;BR /&gt;broadcast 132.183.12.255&lt;BR /&gt;gateway 132.183.12.1&lt;BR /&gt;&lt;BR /&gt;I disabled the NetworkManager daemon on the host system, but the problem has continued to occur. Is there something else that I should reconfigure to stop the address change from occurring?</description>
      <pubDate>Tue, 31 May 2011 15:48:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/network-address-changes-despite-being-static/m-p/4793893#M81346</guid>
      <dc:creator>Andrew Kaplan</dc:creator>
      <dc:date>2011-05-31T15:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: Network address changes despite being static</title>
      <link>https://community.hpe.com/t5/operating-system-linux/network-address-changes-despite-being-static/m-p/4793894#M81347</link>
      <description>Was the eth0 interface still up when you changed /etc/network/interfaces?&lt;BR /&gt;&lt;BR /&gt;When the address changes, what's the address it changes to? Is it some other address in the 132.183.12.* segment, or something like 169.254.*.*?&lt;BR /&gt;&lt;BR /&gt;If the address changes to 169.254.*.*, the cause might be avahi-daemon or similar Zeroconf networking provider daemon. For some reason, it hasn't got the message that the interface is now statically configured.&lt;BR /&gt;&lt;BR /&gt;Otherwise, there might be a DHCP client daemon still running on the interface (typically a process named like dhclient, dhcpcd, or pump). Each time the DHCP client daemon renews its lease, the address would change from the static address to the DHCP-determined value.&lt;BR /&gt;&lt;BR /&gt;The ordering of your actions might have caused the DHCP client daemon to be "orphaned" of sorts: neither disabling the NetworkManager nor ifdown/ifup might not recognize the need to stop the orphaned DHCP client daemon, because according to /etc/network/interfaces, the eth0 interface is statically configured.&lt;BR /&gt;&lt;BR /&gt;It's always best to make sure the interface is down before changing its configuration: this applies in both DHCP &amp;lt;-&amp;gt; static and NetworkManager-controlled &amp;lt;-&amp;gt; manual configuration changes.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Wed, 01 Jun 2011 13:17:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/network-address-changes-despite-being-static/m-p/4793894#M81347</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2011-06-01T13:17:53Z</dc:date>
    </item>
  </channel>
</rss>

