<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: 15 Useful &#8220;ifconfig&#8221; Commands to Configure Network Interface in Linux	</title>
	<atom:link href="https://www.tecmint.com/ifconfig-command-examples/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/ifconfig-command-examples/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 05 Mar 2026 04:32:28 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/ifconfig-command-examples/comment-page-1/#comment-2393874</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Thu, 05 Mar 2026 04:32:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1980#comment-2393874</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/ifconfig-command-examples/comment-page-1/#comment-2392265&quot;&gt;dragonmouth&lt;/a&gt;.

@Dragonmouth,

Fair question - it looks less predictable, but it’s actually more stable.

&lt;code&gt;eth0&lt;/code&gt; was assigned based on detection order, change hardware or boot timing, and eth0 could suddenly become &lt;code&gt;eth1&lt;/code&gt;. That’s not truly predictable.

The newer names are tied to hardware location:

&lt;code&gt;en&lt;/code&gt; = Ethernet
&lt;code&gt;p3s0&lt;/code&gt; = PCI bus 3, slot 0
&lt;code&gt;eno1&lt;/code&gt; = onboard NIC 1

So &lt;code&gt;enp3s0&lt;/code&gt; maps to a specific physical interface and won’t randomly change. It’s less pretty than &lt;code&gt;eth0&lt;/code&gt;, sure - but it’s more deterministic, especially on systems with multiple NICs.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/ifconfig-command-examples/comment-page-1/#comment-2392265">dragonmouth</a>.</p>
<p>@Dragonmouth,</p>
<p>Fair question &#8211; it looks less predictable, but it’s actually more stable.</p>
<p><code>eth0</code> was assigned based on detection order, change hardware or boot timing, and eth0 could suddenly become <code>eth1</code>. That’s not truly predictable.</p>
<p>The newer names are tied to hardware location:</p>
<p><code>en</code> = Ethernet<br />
<code>p3s0</code> = PCI bus 3, slot 0<br />
<code>eno1</code> = onboard NIC 1</p>
<p>So <code>enp3s0</code> maps to a specific physical interface and won’t randomly change. It’s less pretty than <code>eth0</code>, sure &#8211; but it’s more deterministic, especially on systems with multiple NICs.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: dragonmouth		</title>
		<link>https://www.tecmint.com/ifconfig-command-examples/comment-page-1/#comment-2392265</link>

		<dc:creator><![CDATA[dragonmouth]]></dc:creator>
		<pubDate>Fri, 27 Feb 2026 18:12:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1980#comment-2392265</guid>

					<description><![CDATA[&lt;strong&gt;Modern Linux distributions&lt;/strong&gt; use predictable network interface names such as &lt;code&gt;ens3&lt;/code&gt;, &lt;code&gt;enp3s0&lt;/code&gt;, or &lt;code&gt;eno1&lt;/code&gt; instead of the traditional &lt;code&gt;eth0&lt;/code&gt; naming convention.

Surely you jest, Ravi!

How is “&lt;strong&gt;enp3s0&lt;/strong&gt;” or “&lt;strong&gt;ens3&lt;/strong&gt;” or “&lt;strong&gt;eno1&lt;/strong&gt;” more predictable than “&lt;strong&gt;eth0&lt;/strong&gt;”? What do they even stand for? At least “&lt;strong&gt;eth0&lt;/strong&gt;” clearly reflects the first three letters of “&lt;strong&gt;Ethernet&lt;/strong&gt;”!]]></description>
			<content:encoded><![CDATA[<p><strong>Modern Linux distributions</strong> use predictable network interface names such as <code>ens3</code>, <code>enp3s0</code>, or <code>eno1</code> instead of the traditional <code>eth0</code> naming convention.</p>
<p>Surely you jest, Ravi!</p>
<p>How is “<strong>enp3s0</strong>” or “<strong>ens3</strong>” or “<strong>eno1</strong>” more predictable than “<strong>eth0</strong>”? What do they even stand for? At least “<strong>eth0</strong>” clearly reflects the first three letters of “<strong>Ethernet</strong>”!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: louis		</title>
		<link>https://www.tecmint.com/ifconfig-command-examples/comment-page-1/#comment-2030604</link>

		<dc:creator><![CDATA[louis]]></dc:creator>
		<pubDate>Thu, 29 Jun 2023 08:15:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1980#comment-2030604</guid>

					<description><![CDATA[Like everywhere, the following syntax is not described (even on the man page):
&lt;pre&gt;
$ ifconfig netmask 
&lt;/pre&gt;
Nowhere I saw such a case, address may be multiple addresses ...
WHY?

and in &lt;code&gt;man ssh&lt;/code&gt; such usage is made !!

]]></description>
			<content:encoded><![CDATA[<p>Like everywhere, the following syntax is not described (even on the man page):</p>
<pre>
$ ifconfig netmask 
</pre>
<p>Nowhere I saw such a case, address may be multiple addresses &#8230;<br />
WHY?</p>
<p>and in <code>man ssh</code> such usage is made !!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: John Thingstad		</title>
		<link>https://www.tecmint.com/ifconfig-command-examples/comment-page-1/#comment-1566393</link>

		<dc:creator><![CDATA[John Thingstad]]></dc:creator>
		<pubDate>Thu, 12 Aug 2021 16:15:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1980#comment-1566393</guid>

					<description><![CDATA[ifconfig has mostly been succeeded by the &#039;IP&#039; command. Also &#039;ss&#039; replaces &#039;netstat&#039;. Perhaps it is time to revisit the old lore and make some updates ;)]]></description>
			<content:encoded><![CDATA[<p>ifconfig has mostly been succeeded by the &#8216;IP&#8217; command. Also &#8216;ss&#8217; replaces &#8216;netstat&#8217;. Perhaps it is time to revisit the old lore and make some updates ;)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: haha2		</title>
		<link>https://www.tecmint.com/ifconfig-command-examples/comment-page-1/#comment-1462884</link>

		<dc:creator><![CDATA[haha2]]></dc:creator>
		<pubDate>Sun, 28 Mar 2021 00:09:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1980#comment-1462884</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/ifconfig-command-examples/comment-page-1/#comment-1462785&quot;&gt;haha&lt;/a&gt;.

lmao sry for being salty, I found the command.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/ifconfig-command-examples/comment-page-1/#comment-1462785">haha</a>.</p>
<p>lmao sry for being salty, I found the command.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
