﻿<?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>Alex的个人Blog &#187; Linux</title>
	<atom:link href="http://www.gemini5201314.net/category/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://www.gemini5201314.net</link>
	<description>关注数据仓库,商业智能和八卦</description>
	<lastBuildDate>Mon, 28 Nov 2011 12:04:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>ubuntu 网络配置</title>
		<link>http://www.gemini5201314.net/linux/ubuntu-network-config.html</link>
		<comments>http://www.gemini5201314.net/linux/ubuntu-network-config.html#comments</comments>
		<pubDate>Mon, 16 Mar 2009 07:24:00 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.gemini5201314.net/?p=1197</guid>
		<description><![CDATA[在家里的一个虚拟机使用的是ubuntu 系统,从vmplanet.net 下的. 里面的网络经常是有时候有，有时候没有，有时候你重启一次又有了. 完全让人摸不着头脑. 网上google 了一下，配置一下ubuntu的网络. 首先用ifconfig 看一下网络设置: 在 /etc/network/interfaces 文件里 原先的配置是 auto lo iface lo inet lookback 然后参照别人的改成 auto eth1 iface eth1 inet dhcp 其中配置的eth1 就是网卡接口,在ifconfig 里面显示的, dhcp 就是动态获得的ip. 如果要静态指定的话就是: auto eth0 iface eth0 inet static address 192.168.1.110 gateway 192.168.1.1 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 然后用/etc/init.d/networking restart   重启网络连接. 同样也可以配置第二个ip 或则虚拟ip auto eth0:1 [...]]]></description>
		<wfw:commentRss>http://www.gemini5201314.net/linux/ubuntu-network-config.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

