<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Kurinchi Blogger Scribbles ... &#187; configure ethernet card</title>
	<atom:link href="http://kurinchilamp.kurinchilion.com/tag/configure-ethernet-card/feed" rel="self" type="application/rss+xml" />
	<link>http://kurinchilamp.kurinchilion.com</link>
	<description>On Open Source Technologies</description>
	<lastBuildDate>Mon, 02 Jan 2012 06:14:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Linux: Determining IP information for eth0&#8230; failed</title>
		<link>http://kurinchilamp.kurinchilion.com/2009/12/linux-determining-ip-information-for-eth0-failed.html</link>
		<comments>http://kurinchilamp.kurinchilion.com/2009/12/linux-determining-ip-information-for-eth0-failed.html#comments</comments>
		<pubDate>Sun, 27 Dec 2009 19:43:50 +0000</pubDate>
		<dc:creator>kurinchilamp</dc:creator>
				<category><![CDATA[LINUX]]></category>
		<category><![CDATA[Linux Server]]></category>
		<category><![CDATA[Tips, Tricks, Guides]]></category>
		<category><![CDATA[configure ethernet card]]></category>
		<category><![CDATA[connect to internet]]></category>
		<category><![CDATA[eth0]]></category>
		<category><![CDATA[eth0 configuration]]></category>
		<category><![CDATA[network card settings]]></category>

		<guid isPermaLink="false">http://kurinchilamp.kurinchilion.com/?p=742</guid>
		<description><![CDATA[When setting up a workstation to connect to internet, you may come across a message Determining IP information for eth0&#8230; failed The above error message basically means that eth0 i.e your network interface card is not setup correctly. Some of the commands that can come handy in troubleshooting where the error lies are listed below [...]]]></description>
			<content:encoded><![CDATA[<p>When setting up a workstation to connect to internet, you may come across a message<br />
<strong>Determining IP information for eth0&#8230; failed</strong></p>
<p>The above error message basically means that eth0 i.e your network interface card is not setup correctly.</p>
<p><em>Some of the commands that can come handy in troubleshooting where the error lies are listed below</em></p>
<p><strong>$ dmesg | grep eth0</strong><br />
(displays information about the ethernet controller card, mac address etc.)</p>
<p><strong>$ cat /etc/sysconfig/network</strong>(displays the network settings)<br />
NETWORKING=yes<br />
HOSTNAME=localhost.localdomain<br />
GATEWAY=192.168.122.1</p>
<p><strong>$ cat /etc/sysconfig/network-scripts/ifcfp-eth0 </strong></p>
<p><strong>$ ifconfig eth0 down</strong> (to down the nic)<br />
<strong>$ ifconfig eth0 up</strong> (to start the nic)<br />
<strong>$ netstat -rn </strong>(display kernel routing IP table)<br />
<strong>$ cat ifcfg-eth0 </strong>(eth0 configuration settings)<br />
DEVICE=eth0<br />
BOOTPROTO=dhcp<br />
HWADDR=00:16:18:33:B3:CF<br />
ONBOOT=yes</p>
<p><strong>$ service network restart</strong> (restart the network settings)</p>
<p><strong>$ ping -c4 google.ca</strong>(to check if the internet connection works)</p>
<p><strong>$ traceroute google.ca</strong> (to check how the IP navigation path is set)</p>
<p>Refer <a href="http://www.cyberciti.biz/faq/rhel-centos-fedoracore-linux-network-card-configuration/" target="_blank">Red Hat linux 5 configure network</a> article for additional info</p>
]]></content:encoded>
			<wfw:commentRss>http://kurinchilamp.kurinchilion.com/2009/12/linux-determining-ip-information-for-eth0-failed.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

