码迷,mamicode.com
首页 > 其他好文 > 详细

网络配置

时间:2017-01-25 11:32:28      阅读:195      评论:0      收藏:0      [点我收藏+]

标签:5.0   gateway   eth   设置   http   mask   网络配置   line   dns   

1. 手动设置网络

  • 配置网络
  1. vim /etc/network/interfaces

添上:

  1. auto eth0
  2. #iface eth0 inet dhcp
  3. iface eth0 inet static
  4. address 192.168.1.110
  5. netmask 255.255.255.0
  6. gateway 192.168.1.2
  • 永久配置DNS
  1. cd /etc/resolvconf/resolv.conf.d
  2. vim base

加上

  1. nameserver 8.8.8.8
  2. nameserver 202.112.14.151





网络配置

标签:5.0   gateway   eth   设置   http   mask   网络配置   line   dns   

原文地址:http://www.cnblogs.com/auyeungcarl/p/6349174.html

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