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

Ubantu虚拟机设置上网

时间:2014-10-22 23:34:19      阅读:210      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   os   ar   sp   文件   div   on   

一、设置静态ip

编辑文件:#vim /etc/network/interfaces 

内容如下:

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
address 192.168.1.105
gateway 192.168.1.1
netmask 255.255.255.0

输入ping www.baidu.com

显示:

ping: unknown host


二、设置DNS服务器

编辑文件:#vim /etc/resolv.conf

nameserver 8.8.8.8
nameserver 8.8.4.4

 

Ubantu虚拟机设置上网

标签:style   blog   color   os   ar   sp   文件   div   on   

原文地址:http://www.cnblogs.com/achsnw/p/4044639.html

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