<?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/%E8%A8%AD%E5%AE%9Aip/feed/" rel="self" type="application/rss+xml" />
	<link>https://ailog.tw/lifelog</link>
	<description></description>
	<lastBuildDate>Wed, 02 Oct 2019 13:37:44 +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>Ubuntu TLS 16.04手動設定IP</title>
		<link>https://ailog.tw/lifelog/2019/08/21/ubuntu-tls-16-04-configip/</link>
		
		<dc:creator><![CDATA[blackjack]]></dc:creator>
		<pubDate>Wed, 21 Aug 2019 02:32:18 +0000</pubDate>
				<category><![CDATA[3C資訊]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[16.04]]></category>
		<category><![CDATA[config ip address]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[設定IP]]></category>
		<guid isPermaLink="false">https://ailog.tw/lifelog/?p=555</guid>

					<description><![CDATA[本篇小編要教大家的是如何手動設定Ubuntu TLS 16.04版本的IP，快跟著小編一起來了解吧! 步驟一： &#8230; <p class="link-more"><a href="https://ailog.tw/lifelog/2019/08/21/ubuntu-tls-16-04-configip/" class="more-link">閱讀全文<span class="screen-reader-text">〈Ubuntu TLS 16.04手動設定IP〉</span></a></p>]]></description>
										<content:encoded><![CDATA[<p>本篇小編要教大家的是如何手動設定Ubuntu TLS 16.04版本的IP，快跟著小編一起來了解吧!<span id="more-555"></span></p>
<p>步驟一：登入Ubuntu系統</p>
<p>步驟二：編輯IP設定檔<br />
指令如下：<br />
<span style="font-weight: 400;">sudo vi /etc/network/interfaces<br />
<img decoding="async" class="alignnone wp-image-596 size-full" src="https://ailog.tw/lifelog/wp-content/uploads/2019/08/configip-001.png" alt="" width="418" height="93" srcset="https://ailog.tw/lifelog/wp-content/uploads/2019/08/configip-001.png 418w, https://ailog.tw/lifelog/wp-content/uploads/2019/08/configip-001-300x67.png 300w" sizes="(max-width: 418px) 100vw, 418px" /><br />
</span></p>
<p>設定檔案內容：<br />
<img fetchpriority="high" decoding="async" class="alignnone wp-image-597 size-full" src="https://ailog.tw/lifelog/wp-content/uploads/2019/08/configip-002.png" alt="" width="380" height="386" srcset="https://ailog.tw/lifelog/wp-content/uploads/2019/08/configip-002.png 380w, https://ailog.tw/lifelog/wp-content/uploads/2019/08/configip-002-295x300.png 295w" sizes="(max-width: 380px) 100vw, 380px" /><br />
設定檔案說明：<br />
#iface ens160 inet dhcp = 停用DHCP取得IP功能<br />
iface ens160 inet static = 設定固定 (靜態) IP<br />
address 192.168.13.126 = IP 位址<br />
netmask 255.255.255.0 = 網路遮罩<br />
gateway 192.168.6.254 = 預設閘道<br />
dns-nameservers 168.95.1.1 = 主要DNS<br />
dns-nameservers 8.8.8.8 = 次要DNS</p>
<p>步驟三：重新啟動網路卡<br />
<span style="font-weight: 400;">sudo /etc/init.d/networking restart<br />
<img decoding="async" class="alignnone wp-image-598 size-full" src="https://ailog.tw/lifelog/wp-content/uploads/2019/08/configip-003.png" alt="" width="616" height="145" srcset="https://ailog.tw/lifelog/wp-content/uploads/2019/08/configip-003.png 616w, https://ailog.tw/lifelog/wp-content/uploads/2019/08/configip-003-300x71.png 300w" sizes="(max-width: 616px) 100vw, 616px" /></span></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Windows 7手動設定IP</title>
		<link>https://ailog.tw/lifelog/2019/08/05/windows7-ip/</link>
		
		<dc:creator><![CDATA[blackjack]]></dc:creator>
		<pubDate>Mon, 05 Aug 2019 05:14:30 +0000</pubDate>
				<category><![CDATA[3C資訊]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[IP Config]]></category>
		<category><![CDATA[win7]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[設定IP]]></category>
		<guid isPermaLink="false">https://ailog.tw/lifelog/?p=170</guid>

					<description><![CDATA[簡單9步驟，讓您學會Windows 7手動設定 IP 步驟1：取得IP資訊，首先得向IP管理者取得IP、子遮罩 &#8230; <p class="link-more"><a href="https://ailog.tw/lifelog/2019/08/05/windows7-ip/" class="more-link">閱讀全文<span class="screen-reader-text">〈Windows 7手動設定IP〉</span></a></p>]]></description>
										<content:encoded><![CDATA[<p>簡單9步驟，讓您學會Windows 7手動設定 IP<br />
<span id="more-170"></span>步驟1：取得IP資訊，首先得向IP管理者取得IP、子遮罩、預設閘道、DNS等相關資訊</p>
<p>步驟2：滑鼠左鍵點選「開始」→滑鼠左鍵點選「控指台」<br />
<img loading="lazy" decoding="async" class="alignnone wp-image-179 size-full" src="https://ailog.tw/lifelog/wp-content/uploads/2019/08/WIN7IP001.png" alt="" width="544" height="511" srcset="https://ailog.tw/lifelog/wp-content/uploads/2019/08/WIN7IP001.png 544w, https://ailog.tw/lifelog/wp-content/uploads/2019/08/WIN7IP001-300x282.png 300w" sizes="auto, (max-width: 544px) 100vw, 544px" /></p>
<p>步驟3：變更檢視方式，點選檢視方式後方的下拉式選單，將「類別」變更為「大圖示(L)」<br />
<img loading="lazy" decoding="async" class="alignnone wp-image-180 size-full" src="https://ailog.tw/lifelog/wp-content/uploads/2019/08/WIN7IP002.png" alt="" width="361" height="228" srcset="https://ailog.tw/lifelog/wp-content/uploads/2019/08/WIN7IP002.png 361w, https://ailog.tw/lifelog/wp-content/uploads/2019/08/WIN7IP002-300x189.png 300w" sizes="auto, (max-width: 361px) 100vw, 361px" /></p>
<p>步驟4：在控制台清單中尋找「網路和共用中心」，並用滑鼠左鍵點擊兩次開啟。<br />
<img loading="lazy" decoding="async" class="alignnone wp-image-181 size-full" src="https://ailog.tw/lifelog/wp-content/uploads/2019/08/WIN7IP003.png" alt="" width="357" height="426" srcset="https://ailog.tw/lifelog/wp-content/uploads/2019/08/WIN7IP003.png 357w, https://ailog.tw/lifelog/wp-content/uploads/2019/08/WIN7IP003-251x300.png 251w" sizes="auto, (max-width: 357px) 100vw, 357px" /></p>
<p>步驟5：滑鼠左鍵點選「變更介面卡設定」<br />
<img loading="lazy" decoding="async" class="alignnone wp-image-182 size-full" src="https://ailog.tw/lifelog/wp-content/uploads/2019/08/WIN7IP004.png" alt="" width="356" height="421" srcset="https://ailog.tw/lifelog/wp-content/uploads/2019/08/WIN7IP004.png 356w, https://ailog.tw/lifelog/wp-content/uploads/2019/08/WIN7IP004-254x300.png 254w" sizes="auto, (max-width: 356px) 100vw, 356px" /></p>
<p>步驟6：滑鼠瞄準「區域連線」→按下滑鼠右鍵→選擇「內容(R)」<img loading="lazy" decoding="async" class="alignnone wp-image-183 size-full" src="https://ailog.tw/lifelog/wp-content/uploads/2019/08/WIN7IP005.png" alt="" width="354" height="424" srcset="https://ailog.tw/lifelog/wp-content/uploads/2019/08/WIN7IP005.png 354w, https://ailog.tw/lifelog/wp-content/uploads/2019/08/WIN7IP005-250x300.png 250w" sizes="auto, (max-width: 354px) 100vw, 354px" /></p>
<p>步驟7：滑鼠左鍵點選「網際網路通訊協定第4版(TCP/IPv4)」→滑鼠左鍵點選「內容(R)」功能按鈕<br />
<img loading="lazy" decoding="async" class="alignnone wp-image-184 size-full" src="https://ailog.tw/lifelog/wp-content/uploads/2019/08/WIN7IP006.png" alt="" width="366" height="429" srcset="https://ailog.tw/lifelog/wp-content/uploads/2019/08/WIN7IP006.png 366w, https://ailog.tw/lifelog/wp-content/uploads/2019/08/WIN7IP006-256x300.png 256w" sizes="auto, (max-width: 366px) 100vw, 366px" /></p>
<p>步驟8：滑鼠左鍵點選「使用下列的IP位址(S)」→接著將第一步驟所取得的IIP資訊依序填入「IP位址(I)」、「子網路遮罩(U)」、「預設閘道(D)」、「慣用DNS伺服器」→滑鼠左鍵點選「確定」功能鍵<br />
<img loading="lazy" decoding="async" class="alignnone wp-image-185 size-full" src="https://ailog.tw/lifelog/wp-content/uploads/2019/08/WIN7IP007.png" alt="" width="402" height="415" srcset="https://ailog.tw/lifelog/wp-content/uploads/2019/08/WIN7IP007.png 402w, https://ailog.tw/lifelog/wp-content/uploads/2019/08/WIN7IP007-291x300.png 291w" sizes="auto, (max-width: 402px) 100vw, 402px" /></p>
<p>步驟9：滑鼠左鍵點選「關閉」功能鍵來結束IP設定畫面<br />
<img loading="lazy" decoding="async" class="alignnone wp-image-186 size-full" src="https://ailog.tw/lifelog/wp-content/uploads/2019/08/WIN7IP008.png" alt="" width="361" height="426" srcset="https://ailog.tw/lifelog/wp-content/uploads/2019/08/WIN7IP008.png 361w, https://ailog.tw/lifelog/wp-content/uploads/2019/08/WIN7IP008-254x300.png 254w" sizes="auto, (max-width: 361px) 100vw, 361px" /></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
