<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IP設定檔案 &#8211; 21點情報網</title>
	<atom:link href="https://ailog.tw/lifelog/tag/ip%E8%A8%AD%E5%AE%9A%E6%AA%94%E6%A1%88/feed/" rel="self" type="application/rss+xml" />
	<link>https://ailog.tw/lifelog</link>
	<description></description>
	<lastBuildDate>Mon, 19 Feb 2024 05:19:40 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>Redhat 9/Oracle Linux 9/Rocky linux 9 透過檔案設定IP</title>
		<link>https://ailog.tw/lifelog/2024/02/19/linux9-netconfig/</link>
		
		<dc:creator><![CDATA[blackjack]]></dc:creator>
		<pubDate>Mon, 19 Feb 2024 05:19:40 +0000</pubDate>
				<category><![CDATA[3C資訊]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[IP Config File]]></category>
		<category><![CDATA[IP設定檔案]]></category>
		<category><![CDATA[Oracle Linux 9]]></category>
		<category><![CDATA[Redhat 9]]></category>
		<category><![CDATA[Rocky linux 9]]></category>
		<guid isPermaLink="false">https://ailog.tw/lifelog/?p=17318</guid>

					<description><![CDATA[原本的Redhat系列的Linux網路卡IP設定檔案是在「/etc/sysconfig/network-scr &#8230; <p class="link-more"><a href="https://ailog.tw/lifelog/2024/02/19/linux9-netconfig/" class="more-link">閱讀全文<span class="screen-reader-text">〈Redhat 9/Oracle Linux 9/Rocky linux 9 透過檔案設定IP〉</span></a></p>]]></description>
										<content:encoded><![CDATA[<p>原本的Redhat系列的Linux網路卡IP設定檔案是在「/etc/sysconfig/network-scripts/」目錄下，但從Red Hat 9開始就了位置，害小編一時之間也找不到，今天來跟大家分享新的作業系統是改在哪一個位置了。</p>
<p><span id="more-17318"></span></p>
<p>新版本的網路卡設定檔目錄位置：</p>
<pre>/etc/NetworkManager/system-connections/</pre>
<p>透過Command指令設定網路卡：</p>
<pre>nmcli connection modify eth0 ipv4.addresses 192.168.6.6/24 ipv4.gateway 192.168.6.254 ipv4.dns 192.168.6.1 ipv4.method manual</pre>
<p>重新啟動網路卡指令：</p>
<pre>systemctl restart network.service</pre>
<p>&nbsp;</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
