<?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>problem Archives - Tom Barbette</title>
	<atom:link href="https://perso.uclouvain.be/tom.barbette/tag/problem/feed/" rel="self" type="application/rss+xml" />
	<link>https://perso.uclouvain.be/tom.barbette/tag/problem/</link>
	<description></description>
	<lastBuildDate>Fri, 14 Feb 2014 13:16:21 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://perso.uclouvain.be/tom.barbette/wp-content/uploads/2022/04/cropped-logo-uclouvain-2021-barbette-32x32.png</url>
	<title>problem Archives - Tom Barbette</title>
	<link>https://perso.uclouvain.be/tom.barbette/tag/problem/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Manual network configuration under ubuntu</title>
		<link>https://perso.uclouvain.be/tom.barbette/manual-network-configuration-under-ubuntu/</link>
		
		<dc:creator><![CDATA[Tom Barbette]]></dc:creator>
		<pubDate>Fri, 14 Feb 2014 13:15:47 +0000</pubDate>
				<category><![CDATA[INFO-0940 Operating Systems]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[dhclient]]></category>
		<category><![CDATA[ifconfig]]></category>
		<category><![CDATA[ifup]]></category>
		<category><![CDATA[info0940]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[network problem]]></category>
		<category><![CDATA[problem]]></category>
		<guid isPermaLink="false">http://queen.run.montefiore.ulg.ac.be/~barbette/?p=212</guid>

					<description><![CDATA[<p>This procedure is only with cable, not for wifi First check that your interface is up with the command &#8220;sudo ifconfig&#8221; : If like in this screenshot you do not see an interface named &#8220;ethXXX&#8220;, you have to start the interface manually. &#160; To found which of eth0, eth1, &#8230; your network card is, you &#8230; </p>
<p class="link-more"><a href="https://perso.uclouvain.be/tom.barbette/manual-network-configuration-under-ubuntu/" class="more-link">Continue reading<span class="screen-reader-text"> "Manual network configuration under ubuntu"</span></a></p>
<p>The post <a href="https://perso.uclouvain.be/tom.barbette/manual-network-configuration-under-ubuntu/">Manual network configuration under ubuntu</a> appeared first on <a href="https://perso.uclouvain.be/tom.barbette">Tom Barbette</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><em>This procedure is only with cable, not for wifi</em></p>
<p>First check that your interface is up with the command &#8220;<em>sudo ifconfig</em>&#8221; :</p>
<p><a href="https://www.tombarbette.be/wp-content/uploads/2014/02/lo.png"><img decoding="async" src="https://www.tombarbette.be/wp-content/uploads/2014/02/lo-300x93.png" alt="lo" width="300" height="93" class="alignnone size-medium wp-image-213" srcset="https://perso.uclouvain.be/tom.barbette/wp-content/uploads/2014/02/lo-300x93.png 300w, https://perso.uclouvain.be/tom.barbette/wp-content/uploads/2014/02/lo.png 577w" sizes="(max-width: 300px) 100vw, 300px" /></a><br />
If like in this screenshot you do not see an interface named &#8220;<em>ethXXX</em>&#8220;, you have to start the interface manually.<br />
&nbsp;<br />
To found which of eth0, eth1, &#8230; your network card is, you can type &#8220;<em>dmesg | grep eth</em>&#8221;</p>
<p><a href="https://www.tombarbette.be/wp-content/uploads/2014/02/dmesg.png"><img decoding="async" src="https://www.tombarbette.be/wp-content/uploads/2014/02/dmesg-300x80.png" alt="dmesg" width="300" height="80" class="alignnone size-medium wp-image-214" srcset="https://perso.uclouvain.be/tom.barbette/wp-content/uploads/2014/02/dmesg-300x80.png 300w, https://perso.uclouvain.be/tom.barbette/wp-content/uploads/2014/02/dmesg.png 718w" sizes="(max-width: 300px) 100vw, 300px" /></a><br />
We see here that the card &#8220;Intel Pro/1000&#8221; takes the &#8220;eth0&#8221; interface name. But it&#8217;s later renamed to &#8220;<em>eth1</em>&#8220;.<br />
&nbsp;<br />
So our interface here is eth1, to bring it up, simply run &#8220;sudo ifconfig eth1 up&#8221;.<br />
<a href="https://www.tombarbette.be/wp-content/uploads/2014/02/eth1up.png"><img decoding="async" src="https://www.tombarbette.be/wp-content/uploads/2014/02/eth1up-300x148.png" alt="eth1up" width="300" height="148" class="alignnone size-medium wp-image-215" srcset="https://perso.uclouvain.be/tom.barbette/wp-content/uploads/2014/02/eth1up-300x148.png 300w, https://perso.uclouvain.be/tom.barbette/wp-content/uploads/2014/02/eth1up.png 636w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<p>You may not have an IP Adress automatically like in this screenshot. If it&#8217;s the case, simply type &#8220;<em>sudo dhclient eth1</em>&#8221; to get one with DHCP.<br />
&nbsp;<br />
If it doesn&#8217;t work, try to directly ping an IP address like google&#8217;s dns server <em>8.8.8.8</em> with the command &#8220;<em>ping 8.8.8.8</em>&#8220;. If it works, you probably have a nameserver problem. Simply add the line &#8220;<em>nameserver 8.8.8.8</em>&#8221; in /etc/resolv.conf</p>
<p>The post <a href="https://perso.uclouvain.be/tom.barbette/manual-network-configuration-under-ubuntu/">Manual network configuration under ubuntu</a> appeared first on <a href="https://perso.uclouvain.be/tom.barbette">Tom Barbette</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
