<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=6911&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] MAC address changes every reboot]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=6911</link>
		<description><![CDATA[The most recent posts in [SOLVED] MAC address changes every reboot.]]></description>
		<lastBuildDate>Fri, 29 Nov 2024 00:19:08 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] MAC address changes every reboot]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=53148#p53148</link>
			<description><![CDATA[<p>I solved it by adding this to /etc/network/interfaces:<br />auto eth0<br />iface eth0 inet dhcp<br />hwaddress ether my_mac_address #this line here</p>]]></description>
			<author><![CDATA[dummy@example.com (recklessswing)]]></author>
			<pubDate>Fri, 29 Nov 2024 00:19:08 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=53148#p53148</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] MAC address changes every reboot]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=53126#p53126</link>
			<description><![CDATA[<p>/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
allow-hotplug eth0
iface eth0 inet dhcp</code></pre></div><p>This is just bare debian no GUI install, this is a NAS device so no desktop. I haven&#039;t done anything weird, however I migrated from debian to devuan lately. This happened after I did it.<br />About DHCP, in router settings I do set static lease for this NAS. But since it changes mac every time, it won&#039;t work.</p><div class="codebox"><pre><code>user@devuan-seagate-personal-cloud:~$ cat /usr/lib/NetworkManager/conf.d/no-mac-addr-change.conf 
cat: /usr/lib/NetworkManager/conf.d/no-mac-addr-change.conf: No such file or folder</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (recklessswing)]]></author>
			<pubDate>Wed, 27 Nov 2024 21:52:10 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=53126#p53126</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] MAC address changes every reboot]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=53097#p53097</link>
			<description><![CDATA[<p>recklessswing,</p><p>At least provide context. Which internet connection is this? Which interface? What do you mean by <em>DHCP</em> (<span class="bbc">isc-dhcp-client</span>? <span class="bbc">dhcpcd5</span>? <span class="bbc">udhcpc</span>? something else?)? Whatever &quot;DHCP&quot; you use, what is the configuration? What is in <span class="bbc">/etc/network/interfaces</span>? Maybe there are some <span class="bbc">udev</span> rules? Maybe there is indeed something like <span class="bbc">macchanger</span>? Maybe you use a network manager and configured something there?</p>]]></description>
			<author><![CDATA[dummy@example.com (Alverstone)]]></author>
			<pubDate>Wed, 27 Nov 2024 10:08:21 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=53097#p53097</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] MAC address changes every reboot]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=53093#p53093</link>
			<description><![CDATA[<p>my daedalus amd64 has the following</p><div class="codebox"><pre><code>~$ cat /usr/lib/NetworkManager/conf.d/no-mac-addr-change.conf 
# Certain drivers are known not to support changing the MAC address.
# Disable touching the MAC address on such devices.
#
# See man NetworkManager.conf
#
# https://bugzilla.gnome.org/show_bug.cgi?id=777523
[device-31-mac-addr-change]
match-device=driver:eagle_sdio,driver:wl
wifi.scan-rand-mac-address=no</code></pre></div><p>which results in part of NetworkManager configuration</p><div class="codebox"><pre><code>~$ sudo NetworkManager --print-config</code></pre></div><p>some of the different places NetworkManager components can be found/hidden(depending on your point-of-view)<br />/etc/NetworkManager/<br />/usr/lib/NetworkManager/<br />/var/lib/NetworkManager/</p><p>if you have time this bug report may also provide some context and/or insight:</p><p><a href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=879484" rel="nofollow"> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=879484</a></p><p>keep us posted on your progress!</p>]]></description>
			<author><![CDATA[dummy@example.com (stargate-sg1-cheyenne-mtn)]]></author>
			<pubDate>Wed, 27 Nov 2024 07:14:11 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=53093#p53093</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] MAC address changes every reboot]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=53085#p53085</link>
			<description><![CDATA[<p>That post above me didn&#039;t work. Still the mac is randomised.</p>]]></description>
			<author><![CDATA[dummy@example.com (recklessswing)]]></author>
			<pubDate>Tue, 26 Nov 2024 17:35:08 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=53085#p53085</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] MAC address changes every reboot]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=52977#p52977</link>
			<description><![CDATA[<p>I could solve this problem as follows:</p><p>Create the a new udev rule:</p><p>-- Add a new file /etc/udev/rules.d/75-static-mac</p><p>-- write<br />ACTION==&quot;add&quot;, SUBSYSTEM==&quot;net&quot;, ATTR{dev_id}==&quot;0x0&quot;, RUN+=&quot;/usr/bin/iplink set dev %k address XX:XX:XX:XX:XX:XX&quot;<br />into the new file.</p><p>-- Replace XX:XX:XX:XX:XX:XX with your current mac address</p><p>Regards<br />Berni</p>]]></description>
			<author><![CDATA[dummy@example.com (berni51)]]></author>
			<pubDate>Sat, 16 Nov 2024 16:50:38 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=52977#p52977</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] MAC address changes every reboot]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=52863#p52863</link>
			<description><![CDATA[<p>if the problem is changing MAC address every time, maybe you have installed something like macchanger on the machine.</p>]]></description>
			<author><![CDATA[dummy@example.com (Defective_byDesign)]]></author>
			<pubDate>Mon, 04 Nov 2024 21:13:26 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=52863#p52863</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] MAC address changes every reboot]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=52858#p52858</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>Seagate Personal Cloud, armhf NAS device</p></div></blockquote></div><p>Maybe this device has some internal setting that keeps it from changing the MAC.</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Mon, 04 Nov 2024 17:25:45 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=52858#p52858</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] MAC address changes every reboot]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=52857#p52857</link>
			<description><![CDATA[<p>DHCP (<em>Dynamic</em> Host Configuration Protocol) is where your ISP assigns a new IP address every time you connect/reconnect online. A static IP is where you assign the IP address, and it remains the same across reboots and every time you connect/reconnect online. Your ISP may/may not have hoops to jump through for a static IP. </p><p>DHCP vs Static IP: Which One Is Better?<br /><a href="https://community.fs.com/article/dhcp-vs-static-ip-differences.html" rel="nofollow">https://community.fs.com/article/dhcp-v … ences.html</a></p><p>Linux Static IP Address Configuration<br /><a href="https://www.cyberciti.biz/faq/linux-configure-a-static-ip-address-tutorial/" rel="nofollow">https://www.cyberciti.biz/faq/linux-con … -tutorial/</a></p><p>Network Configuration - Manually<br /><a href="https://wiki.debian.org/NetworkConfiguration#Configuring_the_interface_manually" rel="nofollow">https://wiki.debian.org/NetworkConfigur … e_manually</a></p>]]></description>
			<author><![CDATA[dummy@example.com (fanderal)]]></author>
			<pubDate>Mon, 04 Nov 2024 17:13:01 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=52857#p52857</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] MAC address changes every reboot]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=52854#p52854</link>
			<description><![CDATA[<p>Wired or wireless connection? Is Network Manager being used?</p>]]></description>
			<author><![CDATA[dummy@example.com (pcalvert)]]></author>
			<pubDate>Mon, 04 Nov 2024 13:27:22 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=52854#p52854</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] MAC address changes every reboot]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=52841#p52841</link>
			<description><![CDATA[<p>I don&#039;t want this, I do DHCP leases based on MAC, and it changes every time. How to prevent this? The device is Seagate Personal Cloud, armhf NAS device.</p>]]></description>
			<author><![CDATA[dummy@example.com (recklessswing)]]></author>
			<pubDate>Sun, 03 Nov 2024 12:05:33 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=52841#p52841</guid>
		</item>
	</channel>
</rss>
