Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2918333
  • 博文数量: 471
  • 博客积分: 10012
  • 博客等级: 上将
  • 技术积分: 5255
  • 用 户 组: 普通用户
  • 注册时间: 2006-04-10 23:58
文章分类

全部博文(471)

文章存档

2011年(3)

2010年(61)

2009年(52)

2008年(212)

2007年(69)

2006年(74)

我的朋友

分类: LINUX

2009-08-17 08:16:21

手工配置网络
 
debian    /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
allow-hotplug eth0
iface eth0 inet static
        hwaddress ether xx:xx:xx:xx:xx:xx
address 219.219.0.145
netmask 255.255.255.192
network 219.219.0.128
gateway 219.219.0.129
 
redhat    /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
MACADDR=00:03:12:33:44:55
BOOTPROTO=static
BROADCAST=192.168.2.255
IPADDR=192.168.2.251
NETMASK=255.255.255.0
NETWORK=192.168.2.0
ONBOOT=yes
阅读(1017) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~