<?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: How to Use IP Command in Linux [24 Useful Examples]	</title>
	<atom:link href="https://www.tecmint.com/ip-command-examples/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/ip-command-examples/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 13 Jul 2023 11:52:19 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Tom		</title>
		<link>https://www.tecmint.com/ip-command-examples/comment-page-1/#comment-1495744</link>

		<dc:creator><![CDATA[Tom]]></dc:creator>
		<pubDate>Sun, 23 May 2021 13:30:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=2346#comment-1495744</guid>

					<description><![CDATA[I have Debian buster on my laptop. It defaults to nm. But I used network/interfaces years ago.]]></description>
			<content:encoded><![CDATA[<p>I have Debian buster on my laptop. It defaults to nm. But I used network/interfaces years ago.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: BionicBeaver		</title>
		<link>https://www.tecmint.com/ip-command-examples/comment-page-1/#comment-1033978</link>

		<dc:creator><![CDATA[BionicBeaver]]></dc:creator>
		<pubDate>Sun, 09 Sep 2018 11:10:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=2346#comment-1033978</guid>

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

September 9, 2018, Ubuntu bionic beaver desktop, netplan is not in charge here:

grep &#039;^ *renderer: *NetworkManager&#039; /etc/netplan/01-network-manager-all.yaml &#038;&#038; {
 sudo /etc/init.d/networking stop
 sudo ip addr add 192.168.1.1/24 dev $eth1
 
} &#124;&#124; echo netplan may be in charge\, \&quot;man netplan\&quot;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/ip-command-examples/comment-page-1/#comment-1017707">Eugene</a>.</p>
<p>September 9, 2018, Ubuntu bionic beaver desktop, netplan is not in charge here:</p>
<p>grep &#8216;^ *renderer: *NetworkManager&#8217; /etc/netplan/01-network-manager-all.yaml &amp;&amp; {<br />
 sudo /etc/init.d/networking stop<br />
 sudo ip addr add 192.168.1.1/24 dev $eth1</p>
<p>} || echo netplan may be in charge\, \&#8221;man netplan\&#8221;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: BionicBeaver		</title>
		<link>https://www.tecmint.com/ip-command-examples/comment-page-1/#comment-1033977</link>

		<dc:creator><![CDATA[BionicBeaver]]></dc:creator>
		<pubDate>Sun, 09 Sep 2018 11:07:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=2346#comment-1033977</guid>

					<description><![CDATA[Calm down. Netplan is not in charge yet here, in Ubuntu 18 bionic beaver desktop. We may also run into trouble with resolvconf.

grep &#039;^ *renderer: *NetworkManager&#039; /etc/netplan/01-network-manager-all.yaml &#038;&#038; {
[do stuff]
} &#124;&#124; echo netplan has superseded NetworkManager here\, \&quot;man netplan\&quot;]]></description>
			<content:encoded><![CDATA[<p>Calm down. Netplan is not in charge yet here, in Ubuntu 18 bionic beaver desktop. We may also run into trouble with resolvconf.</p>
<p>grep &#8216;^ *renderer: *NetworkManager&#8217; /etc/netplan/01-network-manager-all.yaml &amp;&amp; {<br />
[do stuff]<br />
} || echo netplan has superseded NetworkManager here\, \&#8221;man netplan\&#8221;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Eugene		</title>
		<link>https://www.tecmint.com/ip-command-examples/comment-page-1/#comment-1018524</link>

		<dc:creator><![CDATA[Eugene]]></dc:creator>
		<pubDate>Wed, 25 Jul 2018 22:36:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=2346#comment-1018524</guid>

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

I think you should ask Canonical about this but not me. I&#039;m usually remove this and configuring network by networkd.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/ip-command-examples/comment-page-1/#comment-1018206">Colin</a>.</p>
<p>I think you should ask Canonical about this but not me. I&#8217;m usually remove this and configuring network by networkd.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Colin		</title>
		<link>https://www.tecmint.com/ip-command-examples/comment-page-1/#comment-1018206</link>

		<dc:creator><![CDATA[Colin]]></dc:creator>
		<pubDate>Tue, 24 Jul 2018 11:11:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=2346#comment-1018206</guid>

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

Do you know why Ubuntu has implemented netplan? Is it across all Debian distro&#039;s?

We are quite rapidly heading towards 2 distinct branches of Linux; RH based for enterprise, and Ubuntu/Debian for developers.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/ip-command-examples/comment-page-1/#comment-1017707">Eugene</a>.</p>
<p>Do you know why Ubuntu has implemented netplan? Is it across all Debian distro&#8217;s?</p>
<p>We are quite rapidly heading towards 2 distinct branches of Linux; RH based for enterprise, and Ubuntu/Debian for developers.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
