全部博文(168)
分类: LINUX
2010-09-13 09:01:32
sudo vim /etc/network/interfaces
内容如下:
auto lo
iface lo inet loopback
iface eth0 inet static
address 192.168.200.***
netmask 255.255.255.0
gateway 192.168.200.***
auto eth0
配置DNS
vim /etc/resolv.conf
增加以下内容:
nameserver 202.117.***.**(这里根据实际情况填写)
重新启动网络配置
sudo /etc/init.d/networking restart
当然,有时候没有配置这些ping的时候会出现network is unreachable错误的时候先查看是不
是这个原因也是个很好的习惯
chinaunix网友2010-09-13 14:55:58
很好的, 收藏了 推荐一个博客,提供很多免费软件编程电子书下载: http://free-ebooks.appspot.com