<?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 Configure Network Static IP Address in Ubuntu 18.04	</title>
	<atom:link href="https://www.tecmint.com/configure-network-static-ip-address-in-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/configure-network-static-ip-address-in-ubuntu/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 15 Oct 2021 20:58:28 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ansible Guy		</title>
		<link>https://www.tecmint.com/configure-network-static-ip-address-in-ubuntu/comment-page-1/#comment-1608408</link>

		<dc:creator><![CDATA[Ansible Guy]]></dc:creator>
		<pubDate>Fri, 15 Oct 2021 20:58:28 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=29315#comment-1608408</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/configure-network-static-ip-address-in-ubuntu/comment-page-1/#comment-1515730&quot;&gt;Andrew&lt;/a&gt;.

yaml language is very structured. Notice that each indent is two spaces.  In order to use your wireless network, you need to discover what the OS thinks the name of the device is.  For most OSs, you can simply type: &lt;code&gt;ip a&lt;/code&gt; -  That should return a list of all available adapters in your system.  

From there you have a working example from the article above.  Just plug in your wireless device name instead of eth0.  Also, you haven&#039;t stated if your wireless is acting in AP mode or as a client.  Good luck!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/configure-network-static-ip-address-in-ubuntu/comment-page-1/#comment-1515730">Andrew</a>.</p>
<p>yaml language is very structured. Notice that each indent is two spaces.  In order to use your wireless network, you need to discover what the OS thinks the name of the device is.  For most OSs, you can simply type: <code>ip a</code> &#8211;  That should return a list of all available adapters in your system.  </p>
<p>From there you have a working example from the article above.  Just plug in your wireless device name instead of eth0.  Also, you haven&#8217;t stated if your wireless is acting in AP mode or as a client.  Good luck!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Andrew		</title>
		<link>https://www.tecmint.com/configure-network-static-ip-address-in-ubuntu/comment-page-1/#comment-1515730</link>

		<dc:creator><![CDATA[Andrew]]></dc:creator>
		<pubDate>Fri, 04 Jun 2021 07:50:43 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=29315#comment-1515730</guid>

					<description><![CDATA[There is a &lt;strong&gt;.yaml&lt;/strong&gt; file for configuration. The syntax of it is horrible! I didn&#039;t understand at all - HOW can I write wireless networks, WHERE, and HOW MUCH spices can be there.]]></description>
			<content:encoded><![CDATA[<p>There is a <strong>.yaml</strong> file for configuration. The syntax of it is horrible! I didn&#8217;t understand at all &#8211; HOW can I write wireless networks, WHERE, and HOW MUCH spices can be there.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sam		</title>
		<link>https://www.tecmint.com/configure-network-static-ip-address-in-ubuntu/comment-page-1/#comment-1358038</link>

		<dc:creator><![CDATA[Sam]]></dc:creator>
		<pubDate>Fri, 28 Aug 2020 19:21:44 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=29315#comment-1358038</guid>

					<description><![CDATA[&lt;strong&gt;sudo apt update&lt;/strong&gt; not working anymore.]]></description>
			<content:encoded><![CDATA[<p><strong>sudo apt update</strong> not working anymore.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mark		</title>
		<link>https://www.tecmint.com/configure-network-static-ip-address-in-ubuntu/comment-page-1/#comment-1349248</link>

		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Fri, 31 Jul 2020 19:23:26 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=29315#comment-1349248</guid>

					<description><![CDATA[Ubuntu loves play with us, its like when we was kids and played the touch and go :)

First it changes &lt;strong&gt;/etc/network/interfaces&lt;/strong&gt; to &lt;strong&gt;/etc/netplan/50-cloud-init.yaml&lt;/strong&gt; as you can see when do: 
&lt;pre&gt;
$ cat /etc/network/interfaces
&lt;/pre&gt;
# ifupdown has been replaced by netplan(5) on this system.  See
# /etc/netplan for current configuration.
# To re-enable ifupdown on this system, you can run:
#    sudo apt install ifupdown
&lt;/pre&gt;
Second it changes &lt;strong&gt;/etc/netplan/50-cloud-init.yaml&lt;/strong&gt; to &lt;strong&gt;/etc/cloud/cloud.cfg.d/50-curtin-networking.cfg&lt;/strong&gt; as you can see when do: 
&lt;pre&gt;
$ cat /etc/netplan/50-cloud-init.yaml

# This file is generated from information provided by the datasource.  Changes
# to it will not persist across an instance reboot.  To disable cloud-init&#039;s
# network configuration capabilities, write a file
# /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following:
# network: {config: disabled}
&lt;/pre&gt;
Then even after running [ &lt;strong&gt;cloud-init clean -r&lt;/strong&gt;  ] sometimes changes in &lt;strong&gt;/etc/cloud/cloud.cfg.d/50-curtin-networking.cfg&lt;/strong&gt; arent applied 
&lt;pre&gt;
$ cat /etc/cloud/cloud.cfg.d/50-curtin-networking.cfg
network:
  version: 2
  ethernets:
    eth0:
      dhcp4: false
      addresses: [192.168.1.576/24]
          gateway4: 127.0.0.53
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>Ubuntu loves play with us, its like when we was kids and played the touch and go :)</p>
<p>First it changes <strong>/etc/network/interfaces</strong> to <strong>/etc/netplan/50-cloud-init.yaml</strong> as you can see when do: </p>
<pre>
$ cat /etc/network/interfaces
</pre>
<p># ifupdown has been replaced by netplan(5) on this system.  See<br />
# /etc/netplan for current configuration.<br />
# To re-enable ifupdown on this system, you can run:<br />
#    sudo apt install ifupdown</p>
<p>Second it changes <strong>/etc/netplan/50-cloud-init.yaml</strong> to <strong>/etc/cloud/cloud.cfg.d/50-curtin-networking.cfg</strong> as you can see when do: </p>
<pre>
$ cat /etc/netplan/50-cloud-init.yaml

# This file is generated from information provided by the datasource.  Changes
# to it will not persist across an instance reboot.  To disable cloud-init's
# network configuration capabilities, write a file
# /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following:
# network: {config: disabled}
</pre>
<p>Then even after running [ <strong>cloud-init clean -r</strong>  ] sometimes changes in <strong>/etc/cloud/cloud.cfg.d/50-curtin-networking.cfg</strong> arent applied </p>
<pre>
$ cat /etc/cloud/cloud.cfg.d/50-curtin-networking.cfg
network:
  version: 2
  ethernets:
    eth0:
      dhcp4: false
      addresses: [192.168.1.576/24]
          gateway4: 127.0.0.53
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/configure-network-static-ip-address-in-ubuntu/comment-page-1/#comment-1311752</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Tue, 14 Jan 2020 09:39:07 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=29315#comment-1311752</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/configure-network-static-ip-address-in-ubuntu/comment-page-1/#comment-1311099&quot;&gt;Roc&lt;/a&gt;.

@Roc

This is great! Many thanks for the feedback.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/configure-network-static-ip-address-in-ubuntu/comment-page-1/#comment-1311099">Roc</a>.</p>
<p>@Roc</p>
<p>This is great! Many thanks for the feedback.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
