<?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 on RHEL/CentOS 8/7	</title>
	<atom:link href="https://www.tecmint.com/configure-network-interface-in-rhel-centos-7-0/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/configure-network-interface-in-rhel-centos-7-0/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 23 Oct 2020 09:34:09 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: walid		</title>
		<link>https://www.tecmint.com/configure-network-interface-in-rhel-centos-7-0/comment-page-1/#comment-960876</link>

		<dc:creator><![CDATA[walid]]></dc:creator>
		<pubDate>Sun, 14 Jan 2018 20:08:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=7880#comment-960876</guid>

					<description><![CDATA[After 2 hours tests, Good all be fine, it works fine, just  Added : In smb.conf  file configuration in [Anonymous]

1- be sure that your server has a static connection
2- added  user with password : smbpasswd  -a  username

Thank For Author  I have make a samba configuration in 2 hours 

I feel learning with quick manner in this site  Thank you very much]]></description>
			<content:encoded><![CDATA[<p>After 2 hours tests, Good all be fine, it works fine, just  Added : In smb.conf  file configuration in [Anonymous]</p>
<p>1- be sure that your server has a static connection<br />
2- added  user with password : smbpasswd  -a  username</p>
<p>Thank For Author  I have make a samba configuration in 2 hours </p>
<p>I feel learning with quick manner in this site  Thank you very much</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: rickyketch		</title>
		<link>https://www.tecmint.com/configure-network-interface-in-rhel-centos-7-0/comment-page-1/#comment-866353</link>

		<dc:creator><![CDATA[rickyketch]]></dc:creator>
		<pubDate>Sat, 11 Feb 2017 01:52:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=7880#comment-866353</guid>

					<description><![CDATA[I also routinely disable NetworkManager on my servers, but do note that &quot;nmtui&quot; (and also nmcli) are NetworkManager clients, so you cannot use them if you have disabled NetworkManager.]]></description>
			<content:encoded><![CDATA[<p>I also routinely disable NetworkManager on my servers, but do note that &#8220;nmtui&#8221; (and also nmcli) are NetworkManager clients, so you cannot use them if you have disabled NetworkManager.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: xplorerdev		</title>
		<link>https://www.tecmint.com/configure-network-interface-in-rhel-centos-7-0/comment-page-1/#comment-856360</link>

		<dc:creator><![CDATA[xplorerdev]]></dc:creator>
		<pubDate>Fri, 30 Dec 2016 06:16:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=7880#comment-856360</guid>

					<description><![CDATA[Excellent!. This is the ONLY post on setting static IP on Centos which is correct. Simple flow.

All: Just follow the steps as is.

 Great explanation. Great job guys.]]></description>
			<content:encoded><![CDATA[<p>Excellent!. This is the ONLY post on setting static IP on Centos which is correct. Simple flow.</p>
<p>All: Just follow the steps as is.</p>
<p> Great explanation. Great job guys.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Matei Cezar		</title>
		<link>https://www.tecmint.com/configure-network-interface-in-rhel-centos-7-0/comment-page-1/#comment-554889</link>

		<dc:creator><![CDATA[Matei Cezar]]></dc:creator>
		<pubDate>Wed, 29 Apr 2015 06:02:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=7880#comment-554889</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/configure-network-interface-in-rhel-centos-7-0/comment-page-1/#comment-554545&quot;&gt;David Penney&lt;/a&gt;.

If it works with bootptoto=static then stick with this option as long as it does the job right! As far as i know it should work also with none (none actually specifies that no boot-time protocol should be used but the IP value from IPADDR=1.2.3.4 variable should be updated for NIC at boot time).]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/configure-network-interface-in-rhel-centos-7-0/comment-page-1/#comment-554545">David Penney</a>.</p>
<p>If it works with bootptoto=static then stick with this option as long as it does the job right! As far as i know it should work also with none (none actually specifies that no boot-time protocol should be used but the IP value from IPADDR=1.2.3.4 variable should be updated for NIC at boot time).</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: David Penney		</title>
		<link>https://www.tecmint.com/configure-network-interface-in-rhel-centos-7-0/comment-page-1/#comment-554545</link>

		<dc:creator><![CDATA[David Penney]]></dc:creator>
		<pubDate>Tue, 28 Apr 2015 20:05:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=7880#comment-554545</guid>

					<description><![CDATA[Great article. The static IP configuration works great on my RHEL 7 server vm. 

Just have a question. The Red Hat documentation says that BOOTPROTO should be set to &quot;none&quot;.  My copy of your configuration only works with BOOTPROTO=static as you used in your example. If I set it to none the ip address does not get updated.  I am having some discussions with our Linux sys admins since they  are insisting that I should follow only the Red Had docs and this is a problem as I can&#039;t make it work with BOOTPROTO=none. Is there a reason why it only works with BOOTPROTO=static?]]></description>
			<content:encoded><![CDATA[<p>Great article. The static IP configuration works great on my RHEL 7 server vm. </p>
<p>Just have a question. The Red Hat documentation says that BOOTPROTO should be set to &#8220;none&#8221;.  My copy of your configuration only works with BOOTPROTO=static as you used in your example. If I set it to none the ip address does not get updated.  I am having some discussions with our Linux sys admins since they  are insisting that I should follow only the Red Had docs and this is a problem as I can&#8217;t make it work with BOOTPROTO=none. Is there a reason why it only works with BOOTPROTO=static?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
