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

ubuntu配置上网

时间:2017-01-08 22:33:00      阅读:213      评论:0      收藏:0      [点我收藏+]

标签:gateway   dns   网卡   ubuntu   ini   nbsp   重启   net   etc   

 

编辑配置文件:

#sudo vim /etc/network/interfaces
 
auto ens33       #没有这句网卡不能启动
iface ens33 inet static
address 192.168.100.16
netmask 255.255.255.0
gateway 192.168.100.1
 
设置dns
#sudo vim /etc/resolv.conf 
nameserver 114.114.114.114
#注意是nameserver 不是servername
 
 
重启网卡: 
#sudo /etc/init.d/networking restart
 
 
 
 

ubuntu配置上网

标签:gateway   dns   网卡   ubuntu   ini   nbsp   重启   net   etc   

原文地址:http://www.cnblogs.com/fanxuanhui/p/6262750.html

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