若不是因为你

  C++博客 :: 首页 :: 联系 :: 聚合  :: 管理
  3 Posts :: 0 Stories :: 2 Comments :: 0 Trackbacks

常用链接

留言簿(1)

我参与的团队

搜索

  •  

最新评论

阅读排行榜

评论排行榜



/etc/network/interfaces

---------------------------
auto lo                                 # auto enable lo
iface lo inet loopback         # lo is an inet(mean ipv4) interface used as lookback

iface eth0 inet dhcp            # eth0 is an inet interface use dhcp to configure it

address a.b.c.d                    #-------------------
netmask 255.255.255.0      #  should these be dynamic ?
gateway a.b.c.1                  #-------------------

auto eth0                            # auto enable eth0
---------------------------

# command to execute, restart networking service
/etc/init.d/networking   restart

posted on 2008-07-17 14:17 sillness 阅读(170) 评论(0)  编辑 收藏 引用

只有注册用户登录后才能发表评论。
网站导航: 博客园   IT新闻   BlogJava   知识库   博问   管理