<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=7991&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / MAC change and eudev]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=7991</link>
		<description><![CDATA[The most recent posts in MAC change and eudev.]]></description>
		<lastBuildDate>Thu, 21 May 2026 06:54:19 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: MAC change and eudev]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=63940#p63940</link>
			<description><![CDATA[<div class="quotebox"><cite>ralph.ronnquist wrote:</cite><blockquote><div><p>Another way to change that udev rules file is by removing it and reboot.</p></div></blockquote></div><p>This has been my course of action every time I&#039;ve been in this situation (a lot of them).</p>]]></description>
			<author><![CDATA[dummy@example.com (PedroReina)]]></author>
			<pubDate>Thu, 21 May 2026 06:54:19 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=63940#p63940</guid>
		</item>
		<item>
			<title><![CDATA[Re: MAC change and eudev]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=63935#p63935</link>
			<description><![CDATA[<p>That <span class="bbc">/etc/network/interface</span> block would be used to <span class="bbu">assign</span> the MAC address, wherease the UDEV rule is a <span class="bbu">condition</span> to only apply for the given MAC address.</p><p>Another way to change that udev rules file is by removing it and reboot.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Thu, 21 May 2026 00:54:09 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=63935#p63935</guid>
		</item>
		<item>
			<title><![CDATA[Re: MAC change and eudev]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=63934#p63934</link>
			<description><![CDATA[<p>Interesting.. can also be set from the base network stanza.. either of the two eth0 iface option examples below should work.</p><p># cat /etc/network/interfaces</p><div class="codebox"><pre><code># This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

source /etc/network/interfaces.d/*

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet dhcp
      hwaddress ether 11:22:33:44:55:66
      pre-up ip link set dev eth0 address 11:22:33:44:55:66</code></pre></div><p>Regards</p>]]></description>
			<author><![CDATA[dummy@example.com (viptux)]]></author>
			<pubDate>Thu, 21 May 2026 00:40:15 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=63934#p63934</guid>
		</item>
		<item>
			<title><![CDATA[MAC change and eudev]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=63933#p63933</link>
			<description><![CDATA[<p>had to replace my motherboard yesterday and as a result the computer&#039;s MAC address changed. </p><p>as a result of the MAC change the computer could no longer connect to the LAN. ifup would fail as the DHCP broadcast failed. digging around i &#039;found&#039; the file /etc/udev/rules.d/70-persistent-net.rules&#160; where the MAC was hardcoded. manually editing this file, replacing the old MAC with the new MAC, then rebooting fixed the problem.</p><p>in the 70-persistent-net.rues file is mentions that it was generated by /lib/udev/write_net_rules. found a mention in stack-exchange (i know, i know) that it was possible to re-generate this file with this command-line <br /><span class="bbc"><br /># export INTERFACE=eth0; export MATCHADDR=&quot;xx:xx:xx:xx:xx:xx&quot;; /lib/udev/write_net_rules<br /></span></p><p>did not try this as a manual edit worked, but it left me curious. what is the recommended way to update this file when the MAC changes?</p>]]></description>
			<author><![CDATA[dummy@example.com (grunchy)]]></author>
			<pubDate>Wed, 20 May 2026 23:28:24 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=63933#p63933</guid>
		</item>
	</channel>
</rss>
