<?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; SCO</title>
	<atom:link href="http://www.ibeijie.cn/category/technical-articles/sco-unix-2/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ibeijie.cn</link>
	<description>关注互联网、影视动态，汇聚业界技术信息。</description>
	<lastBuildDate>Sun, 01 Aug 2010 06:30:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>sco网络ping不通的问题</title>
		<link>http://www.ibeijie.cn/sco-network-ping-problem-does-not-make-sense</link>
		<comments>http://www.ibeijie.cn/sco-network-ping-problem-does-not-make-sense#comments</comments>
		<pubDate>Tue, 25 May 2010 16:25:39 +0000</pubDate>
		<dc:creator>北街</dc:creator>
				<category><![CDATA[SCO]]></category>
		<category><![CDATA[ping不通]]></category>
		<category><![CDATA[sco]]></category>

		<guid isPermaLink="false">http://www.ibeijie.cn/?p=1349</guid>
		<description><![CDATA[　　最近北街在 Sco Unix 上作测试的时候，总会碰到网络 ping 不通的问题。在网上搜索了一下，可能会引起这种现象的错误还真不少，将它们归总一下，具体一些解决方法如下。

　　1. 网卡驱动安装错误，重新安装驱动即可
　　# cp aaa.img /tmp/VOL.000.000
　　# custom             安装驱动程序
　　2. PCI BUS/DEVICE/FUNCTION 配置错
　　hwconfig -r pci&#62;&#62;aaa
　　看aaa中关于网卡的内容
　　3. 没加路由
　　#route add default xxx.xxx.xxx.xxx 1
　　/etc/rc2.d下vi一个S98route文件，加入上面那一句子
　　4. 网线有问题
　　如果联HUB就用568A或568B的线，如果联路由用交叉线1、3 和2、6交换
　　5. IP地址、掩码配置错
　　# netstat -rn
　　看网络配置，neconfig重配IP地址和子网掩码，注意IP的网段是否是一个里的。
　　6. 如果硬件有问题，换网卡或主机。
　　7. BOIS中断错或有冲突，可以更改相关设置。
　　8. 网卡端口没UP
　　#ifconfig -a
　　查看端口状态是否是down的
　　#ifconfig net0 ipaddress netmask mask up
　　启动down掉的端口

© 北街 for 北街, 2010
Source: sco网络ping不通的问题
24 comments
Post tags: [...]]]></description>
			<content:encoded><![CDATA[<p>　　最近北街在 Sco Unix 上作测试的时候，总会碰到网络 ping 不通的问题。在网上搜索了一下，可能会引起这种现象的错误还真不少，将它们归总一下，具体一些解决方法如下。<br />
<span id="more-1349"></span><br />
　　1. 网卡驱动安装错误，重新安装驱动即可<br />
　　# cp aaa.img /tmp/VOL.000.000<br />
　　# custom             安装驱动程序</p>
<p>　　2. PCI BUS/DEVICE/FUNCTION 配置错<br />
　　hwconfig -r pci&gt;&gt;aaa<br />
　　看aaa中关于网卡的内容</p>
<p>　　3. 没加路由<br />
　　#route add default xxx.xxx.xxx.xxx 1<br />
　　/etc/rc2.d下vi一个S98route文件，加入上面那一句子</p>
<p>　　4. 网线有问题<br />
　　如果联HUB就用568A或568B的线，如果联路由用交叉线1、3 和2、6交换</p>
<p>　　5. IP地址、掩码配置错<br />
　　# netstat -rn<br />
　　看网络配置，neconfig重配IP地址和子网掩码，注意IP的网段是否是一个里的。</p>
<p>　　6. 如果硬件有问题，换网卡或主机。</p>
<p>　　7. BOIS中断错或有冲突，可以更改相关设置。</p>
<p>　　8. 网卡端口没UP<br />
　　#ifconfig -a<br />
　　查看端口状态是否是down的<br />
　　#ifconfig net0 ipaddress netmask mask up<br />
　　启动down掉的端口</p>
<hr />
<p><small>© 北街 for <a href="http://www.ibeijie.cn">北街</a>, 2010<br />
Source: <a href="http://www.ibeijie.cn/sco-network-ping-problem-does-not-make-sense">sco网络ping不通的问题</a><br />
<a href="http://www.ibeijie.cn/sco-network-ping-problem-does-not-make-sense#comments">24 comments</a><br />
Post tags: <a href="http://www.ibeijie.cn/tag/ping%e4%b8%8d%e9%80%9a" rel="tag">ping不通</a>, <a href="http://www.ibeijie.cn/tag/sco" rel="tag">sco</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ibeijie.cn/sco-network-ping-problem-does-not-make-sense/feed</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
	</channel>
</rss>
