<?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 Set Static IP Address and Configure Network in Linux	</title>
	<atom:link href="https://www.tecmint.com/set-add-static-ip-address-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/set-add-static-ip-address-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 17 May 2024 07:09:22 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/set-add-static-ip-address-in-linux/comment-page-1/#comment-2171497</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Fri, 17 May 2024 07:09:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=20013#comment-2171497</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/set-add-static-ip-address-in-linux/comment-page-1/#comment-2171493&quot;&gt;thuemaychuao.net&lt;/a&gt;.

@Thuemaychuaonet,

If your server is connected only via WiFi, the network interface will likely have a different name, such as `&lt;strong&gt;wlan0&lt;/strong&gt;` or something similar, depending on your system and its configuration. 

The steps to set a static IP address and configure the network are similar, but you&#039;ll need to use the correct interface name for your WiFi connection. 

You can find the name of your WiFi interface by running the `&lt;code&gt;ip a`&lt;/code&gt; command in the terminal. Once you have the correct interface name, you can follow the same process to configure your network settings.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/set-add-static-ip-address-in-linux/comment-page-1/#comment-2171493">thuemaychuao.net</a>.</p>
<p>@Thuemaychuaonet,</p>
<p>If your server is connected only via WiFi, the network interface will likely have a different name, such as `<strong>wlan0</strong>` or something similar, depending on your system and its configuration. </p>
<p>The steps to set a static IP address and configure the network are similar, but you&#8217;ll need to use the correct interface name for your WiFi connection. </p>
<p>You can find the name of your WiFi interface by running the `<code>ip a`</code> command in the terminal. Once you have the correct interface name, you can follow the same process to configure your network settings.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: thuemaychuao.net		</title>
		<link>https://www.tecmint.com/set-add-static-ip-address-in-linux/comment-page-1/#comment-2171493</link>

		<dc:creator><![CDATA[thuemaychuao.net]]></dc:creator>
		<pubDate>Fri, 17 May 2024 06:47:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=20013#comment-2171493</guid>

					<description><![CDATA[There isn’t an “eth0” on my server because it is connected by WIFI only.]]></description>
			<content:encoded><![CDATA[<p>There isn’t an “eth0” on my server because it is connected by WIFI only.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: sophiaabigail		</title>
		<link>https://www.tecmint.com/set-add-static-ip-address-in-linux/comment-page-1/#comment-1845852</link>

		<dc:creator><![CDATA[sophiaabigail]]></dc:creator>
		<pubDate>Fri, 15 Jul 2022 12:51:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=20013#comment-1845852</guid>

					<description><![CDATA[The time will come when you will need to configure networking on your system. Unlike desktop machines where you can use dynamic IP addresses, on a server infrastructure, you will need to set up a static IP address (at least in most cases).
]]></description>
			<content:encoded><![CDATA[<p>The time will come when you will need to configure networking on your system. Unlike desktop machines where you can use dynamic IP addresses, on a server infrastructure, you will need to set up a static IP address (at least in most cases).</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ben		</title>
		<link>https://www.tecmint.com/set-add-static-ip-address-in-linux/comment-page-1/#comment-1590840</link>

		<dc:creator><![CDATA[Ben]]></dc:creator>
		<pubDate>Sat, 18 Sep 2021 07:23:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=20013#comment-1590840</guid>

					<description><![CDATA[Terrible - and my &#039;&lt;strong&gt;linux distro&lt;/strong&gt;&#039; isn&#039;t the same as yours, there&#039;s no &#039;&lt;strong&gt;/etc/sysconfig/&lt;/strong&gt;&#039; folder.]]></description>
			<content:encoded><![CDATA[<p>Terrible &#8211; and my &#8216;<strong>linux distro</strong>&#8216; isn&#8217;t the same as yours, there&#8217;s no &#8216;<strong>/etc/sysconfig/</strong>&#8216; folder.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: raouf		</title>
		<link>https://www.tecmint.com/set-add-static-ip-address-in-linux/comment-page-1/#comment-1372105</link>

		<dc:creator><![CDATA[raouf]]></dc:creator>
		<pubDate>Sat, 10 Oct 2020 21:14:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=20013#comment-1372105</guid>

					<description><![CDATA[Hi Ravi,

In Ubuntu 20.04 there is no interfaces file they switch to &lt;strong&gt;netplan&lt;/strong&gt;. If you can update this article to include the new change it will help a lot.

thanks 
Raouf]]></description>
			<content:encoded><![CDATA[<p>Hi Ravi,</p>
<p>In Ubuntu 20.04 there is no interfaces file they switch to <strong>netplan</strong>. If you can update this article to include the new change it will help a lot.</p>
<p>thanks<br />
Raouf</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
