<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="http://brandonhutchinson.com/mediawiki/skins/common/feed.css?97"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Enabling network interfaces with no IP address - Revision history</title>
		<link>http://brandonhutchinson.com/mediawiki/index.php5?title=Enabling_network_interfaces_with_no_IP_address&amp;action=history</link>
		<description>Revision history for this page on the wiki</description>
		<language>en</language>
		<generator>MediaWiki 1.11.0rc1</generator>
		<lastBuildDate>Thu, 23 May 2013 05:28:52 GMT</lastBuildDate>
		<item>
			<title>Hutch at 20:29, 30 June 2008</title>
			<link>http://brandonhutchinson.com/mediawiki/index.php5?title=Enabling_network_interfaces_with_no_IP_address&amp;diff=1240&amp;oldid=prev</link>
			<description>&lt;p&gt;&lt;/p&gt;

			&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
			&lt;col class='diff-marker' /&gt;
			&lt;col class='diff-content' /&gt;
			&lt;col class='diff-marker' /&gt;
			&lt;col class='diff-content' /&gt;
			&lt;tr&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;←Older revision&lt;/td&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 20:29, 30 June 2008&lt;/td&gt;
			&lt;/tr&gt;
		&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 5:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 5:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt; DEVICE=eth1&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt; DEVICE=eth1&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt; ONBOOT=yes&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt; ONBOOT=yes&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;-&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt; BOOTPROTO=none&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt; &lt;ins style=&quot;color: red; font-weight: bold; text-decoration: none;&quot;&gt;'''&lt;/ins&gt;BOOTPROTO=none&lt;ins style=&quot;color: red; font-weight: bold; text-decoration: none;&quot;&gt;'''&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt; HWADDR=''MAC address''&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt; HWADDR=''MAC address''&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;Note that '''BOOTPROTO''' should either be '''none''', or the line should not exist altogether. If '''BOOTPROTO''' is set to '''bootp''' or '''dhcp''', and the boot protocol fails, the network interface will not be enabled.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;Note that '''BOOTPROTO''' should either be '''none''', or the line should not exist altogether. If '''BOOTPROTO''' is set to '''bootp''' or '''dhcp''', and the boot protocol fails, the network interface will not be enabled.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</description>
			<pubDate>Mon, 30 Jun 2008 20:29:37 GMT</pubDate>			<dc:creator>Hutch</dc:creator>			<comments>http://brandonhutchinson.com/wiki/Talk:Enabling_network_interfaces_with_no_IP_address</comments>		</item>
		<item>
			<title>Hutch: New page: Note: RHEL 5 is used in this example.  Example '''/etc/sysconfig/network-scripts/ifcfg-eth1''':  # Intel Corporation 82546EB Gigabit Ethernet Controller (Copper)  DEVICE=eth1  ONBOOT=yes  ...</title>
			<link>http://brandonhutchinson.com/mediawiki/index.php5?title=Enabling_network_interfaces_with_no_IP_address&amp;diff=1239&amp;oldid=prev</link>
			<description>&lt;p&gt;New page: Note: RHEL 5 is used in this example.  Example '''/etc/sysconfig/network-scripts/ifcfg-eth1''':  # Intel Corporation 82546EB Gigabit Ethernet Controller (Copper)  DEVICE=eth1  ONBOOT=yes  ...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Note: RHEL 5 is used in this example.&lt;br /&gt;
&lt;br /&gt;
Example '''/etc/sysconfig/network-scripts/ifcfg-eth1''':&lt;br /&gt;
 # Intel Corporation 82546EB Gigabit Ethernet Controller (Copper)&lt;br /&gt;
 DEVICE=eth1&lt;br /&gt;
 ONBOOT=yes&lt;br /&gt;
 BOOTPROTO=none&lt;br /&gt;
 HWADDR=''MAC address''&lt;br /&gt;
&lt;br /&gt;
Note that '''BOOTPROTO''' should either be '''none''', or the line should not exist altogether. If '''BOOTPROTO''' is set to '''bootp''' or '''dhcp''', and the boot protocol fails, the network interface will not be enabled.&lt;/div&gt;</description>
			<pubDate>Mon, 30 Jun 2008 20:29:13 GMT</pubDate>			<dc:creator>Hutch</dc:creator>			<comments>http://brandonhutchinson.com/wiki/Talk:Enabling_network_interfaces_with_no_IP_address</comments>		</item>
	</channel>
</rss>