<?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>系统运维 &#187; archlinux ip</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/archlinux-ip/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Tue, 14 Apr 2026 10:59:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Archlinux 设置IP地址、网关、DNS</title>
		<link>https://www.osyunwei.com/archives/2839.html</link>
		<comments>https://www.osyunwei.com/archives/2839.html#comments</comments>
		<pubDate>Tue, 28 Feb 2012 03:15:10 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Arch Linux]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[archlinux]]></category>
		<category><![CDATA[archlinux ip]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=2839</guid>
		<description><![CDATA[说明： 系统：Archlinux IP地址：192.168.21.170 子网掩码：255.255.255.0 网关：192.168.21.2  DNS：8.8.8.8            8.8.4.4 操作： 1、设置IP地址、网关 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容版权所有,转载请注明出处及原文链接 nano /etc/rc.conf    #编辑配置文件 interface=eth0   #网卡名称 address=192.168.21.170  #IP地址 netmask=255.255.255.0   #子网掩码 broadcast=192.168.21.255    #这个是广播地址，根据IP地址和子网掩码计算得到 gateway=192.168.21.2   #网关   HOSTNAME="myhost"       #修改主机名称，可以默认不做修改 LOCALE="zh_CN.UTF-8"    #默认语言LOCALE="en_US.UTF-8"修改为中文，可以默认不做修改 ctrl+o    #保存 ctrl+x    #退出 2、设置DNS nano /etc/resolv.conf    #编辑配置文件 nameserver 8.8.8.8 nameserver 8.8.4.4 ctrl+o    #保存 ctrl+x    #退出 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容版权所有,转载请注明出处及原文链接 /etc/rc.d/network restart   #重启网络 现在Archlinux已经可以上网了 ######################################################### [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/2839.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/2839.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
