Chinaunix首页 | 论坛 | 博客

  • 博客访问: 283292
  • 博文数量: 55
  • 博客积分: 1597
  • 博客等级: 上尉
  • 技术积分: 590
  • 用 户 组: 普通用户
  • 注册时间: 2009-07-30 17:40
文章分类

全部博文(55)

文章存档

2016年(2)

2014年(5)

2013年(35)

2012年(5)

2010年(4)

2009年(4)

我的朋友

分类: LINUX

2013-05-25 09:08:46

1.IP
~~~~~~~~~~~~~~~~~
vim /etc/network/interfaces


# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
#iface eth0 inet dhcp

iface eth0 inet static       
address 192.168.1.100
gateway 192.168.1.1
netmask 255.255.255.0

2.DNS
~~~~~~~~~~~~~~~~~~~~~~
vim /etc/resolv.conf

# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver ipaddress
nameserver ipaddress

3.network restart
sudo /etc/init.d/networking restart
sudo apt-get update


4.paramater meaning
man interfaces

阅读(462) | 评论(0) | 转发(0) |
0

上一篇:fgets 函数

下一篇:.xz文件的解压

给主人留下些什么吧!~~