Chinaunix首页 | 论坛 | 博客
  • 博客访问: 336393
  • 博文数量: 81
  • 博客积分: 3813
  • 博客等级: 中校
  • 技术积分: 945
  • 用 户 组: 普通用户
  • 注册时间: 2005-08-24 18:14
文章分类

全部博文(81)

文章存档

2013年(1)

2012年(2)

2011年(54)

2010年(15)

2009年(9)

分类: LINUX

2011-03-18 10:03:44

Network environment:
Gateway: 10.0.0.1
real eth0 : 10.0.0.19

add ip to eth0:
ifconfig eth0:1 10.0.0.250 netmask 255.0.0.0 up
route add -host 10.0.0.250 dev etho0:1
arping -I eth0 -c 3 -s 10.0.0.250 10.0.0.1

remove ip from eth0:
ifconfig eth0:1 10.0.0.250 netmask 255.0.0.0 down
阅读(416) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~