<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://jackxiang.com/post//</link>
<title><![CDATA[ Determining IP information for eth0...failed 错误解决]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[Unix/LinuxC技术]]></category>
<pubDate>Fri, 23 Jan 2015 07:30:53 +0000</pubDate> 
<guid>http://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	背景：自己的虚拟机突然起不来了，ip没了，vmware的DHCP服务NAT服务在windows上都在，后来发现还是自己的windows下的vmware的dhcp没有启动起来，启动后好了。<br/><br/> 问题描述：虚拟机使用wget命令上网，执行service network restart后出现如下错误<br/><br/>Determining IP information for eth0...failed<br/><br/>解决办法：<br/><br/>step1:修改/etc/sysconfig/network-scripts/ifcfg-eth0&nbsp;&nbsp; BOOTROTO=dhcp<br/><br/>step2:向如下三个文件中添加如下代码<br/><br/><textarea name="code" class="php" rows="15" cols="100">
check_link_down
&#123;
&nbsp;&nbsp;&nbsp;&nbsp;return 1;
&#125;
</textarea><br/><br/>（1）/etc/sysconfig/network-scripts/ifcfg-eth0&nbsp;&nbsp;&nbsp;&nbsp;<br/>（2）/etc/sysconfig/networking/devices/ifcfg-eth0&nbsp;&nbsp; <br/>（3）/etc/sysconfig/networking/profiles/default/ifcfg-eth0<br/>step3:设置PC为自动获取DNS，（也有其他方法）<br/><br/>step4：设置虚拟机自动获取ip<br/><br/>step5：重启系统！（注意：有时候执行service network restart等命令还是无用的）<br/><br/>摘自：http://blog.csdn.net/weiqing1981127/article/details/17955843
]]>
</description>
</item><item>
<link>http://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论]  Determining IP information for eth0...failed 错误解决]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>