<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.amahi.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mike+Maynard</id>
	<title>Amahi Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.amahi.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mike+Maynard"/>
	<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php/Special:Contributions/Mike_Maynard"/>
	<updated>2026-05-06T02:21:17Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Binding_Network_Devices&amp;diff=58880</id>
		<title>Binding Network Devices</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Binding_Network_Devices&amp;diff=58880"/>
		<updated>2012-08-17T03:49:45Z</updated>

		<summary type="html">&lt;p&gt;Mike Maynard: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You can manually force the assignment from a network card to what device comes up as (eth0, eth1 ...), by changing the udev rules. You can manually edit this file:&lt;br /&gt;
&lt;br /&gt;
            /etc/udev/rules.d/70-persistent-net.rules&lt;br /&gt;
&lt;br /&gt;
This file maps MAC address to device name.&lt;br /&gt;
&lt;br /&gt;
=Example=&lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
 SUBSYSTEM==&amp;quot;net&amp;quot;, ACTION==&amp;quot;add&amp;quot;, DRIVERS==&amp;quot;?*&amp;quot;, ATTR{address}==&amp;quot;00:1d:60:b5:43:66&amp;quot;, ATTR{type}==&amp;quot;1&amp;quot;, KERNEL==&amp;quot;eth*&amp;quot;, NAME=&amp;quot;eth0&amp;quot;&lt;br /&gt;
 SUBSYSTEM==&amp;quot;net&amp;quot;, ACTION==&amp;quot;add&amp;quot;, DRIVERS==&amp;quot;?*&amp;quot;, ATTR{address}==&amp;quot;5c:d9:98:af:21:43&amp;quot;, ATTR{dev_id}==&amp;quot;0x0&amp;quot;, ATTR{type}==&amp;quot;1&amp;quot;, KERNEL==&amp;quot;et1&amp;quot;&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This file maps the card with MAC 00:1d:60:b5:43:66 to eth0 and the card with 5c:d9:98:af:21:43 to eth1.&lt;br /&gt;
&lt;br /&gt;
If you want to reverse the assignments, switch eth0 and eth1 at the end of the entries. Or delete one of the entries.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If yo still do not have network functionality (system may boot complaining about a MAC mismatch on eth0) you may need to edit this file:&lt;br /&gt;
&lt;br /&gt;
            /etc/sysconfig/network-scripts/ifcfg-eth0&lt;br /&gt;
&lt;br /&gt;
=Example=&lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
HWADDR=00:1d:60:b5:43:66&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You will need to adjust the HWADDR to match the MAC address of the card you wish to make eth0.  Note: if you wish to keep eth1 active, you will also have to edit ifcfg-ith1 as well.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These changes will only take effect after a reboot.&lt;br /&gt;
&lt;br /&gt;
'''Please exercise care. Improperly modifying these file may render your system without network or even not boot properly.'''&lt;/div&gt;</summary>
		<author><name>Mike Maynard</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Binding_Network_Devices&amp;diff=58874</id>
		<title>Binding Network Devices</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Binding_Network_Devices&amp;diff=58874"/>
		<updated>2012-08-17T03:49:14Z</updated>

		<summary type="html">&lt;p&gt;Mike Maynard: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You can manually force the assignment from a network card to what device comes up as (eth0, eth1 ...), by changing the udev rules. You can manually edit this file:&lt;br /&gt;
&lt;br /&gt;
            /etc/udev/rules.d/70-persistent-net.rules&lt;br /&gt;
&lt;br /&gt;
This file maps MAC address to device name.&lt;br /&gt;
&lt;br /&gt;
=Example=&lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
 SUBSYSTEM==&amp;quot;net&amp;quot;, ACTION==&amp;quot;add&amp;quot;, DRIVERS==&amp;quot;?*&amp;quot;, ATTR{address}==&amp;quot;00:1d:60:b5:43:66&amp;quot;, ATTR{type}==&amp;quot;1&amp;quot;, KERNEL==&amp;quot;eth*&amp;quot;, NAME=&amp;quot;eth0&amp;quot;&lt;br /&gt;
 SUBSYSTEM==&amp;quot;net&amp;quot;, ACTION==&amp;quot;add&amp;quot;, DRIVERS==&amp;quot;?*&amp;quot;, ATTR{address}==&amp;quot;5c:d9:98:af:21:43&amp;quot;, ATTR{dev_id}==&amp;quot;0x0&amp;quot;, ATTR{type}==&amp;quot;1&amp;quot;, KERNEL==&amp;quot;et1&amp;quot;&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This file maps the card with MAC 00:1d:60:b5:43:66 to eth0 and the card with 5c:d9:98:af:21:43 to eth1.&lt;br /&gt;
&lt;br /&gt;
If you want to reverse the assignments, switch eth0 and eth1 at the end of the entries. Or delete one of the entries.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If yo still do not have network functionality (system my boot complaining about a MAC mismatch on eth0) you may need to edit this file:&lt;br /&gt;
&lt;br /&gt;
            /etc/sysconfig/network-scripts/ifcfg-eth0&lt;br /&gt;
&lt;br /&gt;
=Example=&lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
HWADDR=00:1d:60:b5:43:66&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You will need to adjust the HWADDR to match the MAC address of the card you wish to make eth0.  Note: if you wish to keep eth1 active, you will also have to edit ifcfg-ith1 as well.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These changes will only take effect after a reboot.&lt;br /&gt;
&lt;br /&gt;
'''Please exercise care. Improperly modifying these file may render your system without network or even not boot properly.'''&lt;/div&gt;</summary>
		<author><name>Mike Maynard</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Binding_Network_Devices&amp;diff=58868</id>
		<title>Binding Network Devices</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Binding_Network_Devices&amp;diff=58868"/>
		<updated>2012-08-17T03:47:22Z</updated>

		<summary type="html">&lt;p&gt;Mike Maynard: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You can manually force the assignment from a network card to what device comes up as (eth0, eth1 ...), by changing the udev rules. You can manually edit this file:&lt;br /&gt;
&lt;br /&gt;
            /etc/udev/rules.d/70-persistent-net.rules&lt;br /&gt;
&lt;br /&gt;
This file maps MAC address to device name.&lt;br /&gt;
&lt;br /&gt;
=Example=&lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
 SUBSYSTEM==&amp;quot;net&amp;quot;, ACTION==&amp;quot;add&amp;quot;, DRIVERS==&amp;quot;?*&amp;quot;, ATTR{address}==&amp;quot;00:1d:60:b5:43:66&amp;quot;, ATTR{type}==&amp;quot;1&amp;quot;, KERNEL==&amp;quot;eth*&amp;quot;, NAME=&amp;quot;eth0&amp;quot;&lt;br /&gt;
 SUBSYSTEM==&amp;quot;net&amp;quot;, ACTION==&amp;quot;add&amp;quot;, DRIVERS==&amp;quot;?*&amp;quot;, ATTR{address}==&amp;quot;5c:d9:98:af:21:43&amp;quot;, ATTR{dev_id}==&amp;quot;0x0&amp;quot;, ATTR{type}==&amp;quot;1&amp;quot;, KERNEL==&amp;quot;et1&amp;quot;&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This file maps the card with MAC 00:1d:60:b5:43:66 to eth0 and the card with 5c:d9:98:af:21:43 to eth1.&lt;br /&gt;
&lt;br /&gt;
If you want to reverse the assignements, switch eth0 and eth1 at the end of the entries. Or delete one of the entries.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Next you may need to edit this file:&lt;br /&gt;
&lt;br /&gt;
            /etc/sysconfig/network-scripts/ifcfg-eth0&lt;br /&gt;
&lt;br /&gt;
=Example=&lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
HWADDR=00:1d:60:b5:43:66&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You will need to adjust the HWADDR to match the MAC address of the card you wish to make eth0.  Note: if you wish to keep eth1 active, you will also have to edit ifcfg-ith1 as well.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These changes will only take effect after a reboot.&lt;br /&gt;
&lt;br /&gt;
'''Please exercise care. Improperly modifying these file may render your system without network or even not boot properly.'''&lt;/div&gt;</summary>
		<author><name>Mike Maynard</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Binding_Network_Devices&amp;diff=58862</id>
		<title>Binding Network Devices</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Binding_Network_Devices&amp;diff=58862"/>
		<updated>2012-08-17T03:43:22Z</updated>

		<summary type="html">&lt;p&gt;Mike Maynard: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You can manually force the assignment from a network card to what device comes up as (eth0, eth1 ...), by changing the udev rules. You can manually edit this file:&lt;br /&gt;
&lt;br /&gt;
            /etc/udev/rules.d/70-persistent-net.rules&lt;br /&gt;
&lt;br /&gt;
This file maps MAC address to device name.&lt;br /&gt;
&lt;br /&gt;
=Example=&lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
 SUBSYSTEM==&amp;quot;net&amp;quot;, ACTION==&amp;quot;add&amp;quot;, DRIVERS==&amp;quot;?*&amp;quot;, ATTR{address}==&amp;quot;00:1d:60:b5:43:66&amp;quot;, ATTR{type}==&amp;quot;1&amp;quot;, KERNEL==&amp;quot;eth*&amp;quot;, NAME=&amp;quot;eth0&amp;quot;&lt;br /&gt;
 SUBSYSTEM==&amp;quot;net&amp;quot;, ACTION==&amp;quot;add&amp;quot;, DRIVERS==&amp;quot;?*&amp;quot;, ATTR{address}==&amp;quot;5c:d9:98:af:21:43&amp;quot;, ATTR{dev_id}==&amp;quot;0x0&amp;quot;, ATTR{type}==&amp;quot;1&amp;quot;, KERNEL==&amp;quot;et1&amp;quot;&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This file maps the card with MAC 00:1d:60:b5:43:66 to eth0 and the card with 5c:d9:98:af:21:43 to eth1.&lt;br /&gt;
&lt;br /&gt;
If you want to reverse the assignements, switch eth0 and eth1 at the end of the entries. Or delete one of the entries.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Next you will need to edit this file:&lt;br /&gt;
&lt;br /&gt;
            /etc/sysconfig/network-scripts/ifcfg-eth0&lt;br /&gt;
&lt;br /&gt;
=Example=&lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
HWADDR=00:1d:60:b5:43:66&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You will need to adjust the HWADDR to match the MAC address of the card you wish to make eth0.  Note: if you wish to keep eth1 active, you will also have to edit ifcfg-ith1 as well.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These changes will only take effect after a reboot.&lt;br /&gt;
&lt;br /&gt;
'''Please exercise care. Improperly modifying these file may render your system without network or even not boot properly.'''&lt;/div&gt;</summary>
		<author><name>Mike Maynard</name></author>
		
	</entry>
</feed>