<?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>ubuntu,debian,redhat -linuxany.com &#187; ifconfig</title>
	<atom:link href="http://www.linuxany.com/archives/tag/ifconfig/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linuxany.com</link>
	<description></description>
	<lastBuildDate>Thu, 26 Jan 2012 08:59:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Unix/Linux网络接口管理相关命令介绍</title>
		<link>http://www.linuxany.com/archives/877.html</link>
		<comments>http://www.linuxany.com/archives/877.html#comments</comments>
		<pubDate>Sat, 17 Oct 2009 13:43:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[RedHat]]></category>
		<category><![CDATA[dmesg]]></category>
		<category><![CDATA[ethtool]]></category>
		<category><![CDATA[ifconfig]]></category>

		<guid isPermaLink="false">http://www.linuxany.com/?p=877</guid>
		<description><![CDATA[Unix/Linux 网络接口管理相关命令介绍 获取网络适配器列表信息 在获知网络接口使用状态之前，你可能需要知道你当前的系统使用的网络适配器，在 Linux 和 AIX 中查看网络设备器的属性使用不同的命令，下面的例子给出了在不同系统上如何查看网络设备器的属性。 Linux 系统启动加载网卡驱动会输出识别到的所有网络适配器信息。dmesg 显示系统开机信息。所以可以利用该命令取得系统网络适配器列表。清单 1 命令输出显示共有 2 块网卡，eth0 与 eth1，其中仅 eth1 被启用。 在 RHEL5.3 系统上查看网络适配器 # dmesg&#124;grep -i eth &#160;IBM eHEA ethernet device driver (Release EHEA_0092-03) &#160;ehea: eth0: Jumbo frames are enabled &#160;ehea: eth0 -&#62; logical port id #1 &#160;ehea: eth1: Jumbo frames are enabled &#160;ehea: eth1 -&#62; [...]]]></description>
		<wfw:commentRss>http://www.linuxany.com/archives/877.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian网络测试基础</title>
		<link>http://www.linuxany.com/archives/361.html</link>
		<comments>http://www.linuxany.com/archives/361.html#comments</comments>
		<pubDate>Mon, 18 Aug 2008 09:01:08 +0000</pubDate>
		<dc:creator>x72</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[dig]]></category>
		<category><![CDATA[ifconfig]]></category>
		<category><![CDATA[netstat]]></category>
		<category><![CDATA[ping]]></category>
		<category><![CDATA[route]]></category>
		<category><![CDATA[traceroute]]></category>

		<guid isPermaLink="false">http://www.linuxlaptop.cn/?p=385</guid>
		<description><![CDATA[$ ping yahoo.com # 检查 Internet 连接 $ traceroute yahoo.com # 跟踪 IP 数据包 $ ifconfig # 检查主机设置 $ route -n # 检查路由设置 $ dig [@dns-server.com] host.dom [{a&#124;mx&#124;any}] &#124;less # 检查dns-server.com的host.dom DNS 记录 # 查找{a&#124;mx&#124;any} 记录 $ ipchains -L -n &#124;less # 检查包过滤(2.2 kernel) $ iptables -L -n &#124;less # 检查包过滤(2.4 or 2.6 kernel) $ [...]]]></description>
		<wfw:commentRss>http://www.linuxany.com/archives/361.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

