码迷,mamicode.com
首页 > 系统相关 > 详细

ubuntu14.04 的网络配置

时间:2016-05-02 11:37:53      阅读:231      评论:0      收藏:0      [点我收藏+]

标签:

  • 为eth0 配置网络

    • 1 vi /etc/network/intefaces

       

    • 添加以下内容

      1   auto eth0
      2   iface eth0 inet static
      3   address 192.168.0.10
      4   netmask 255.255.255.0
      5   gateway 192.168.0.1

       

    • 关闭网络

    • 1  ifdown eth0

       

    • 开启网络 

    • 1 ifup eth0

       

ubuntu14.04 的网络配置

标签:

原文地址:http://www.cnblogs.com/zeopean/p/ubuntu.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!