Chinaunix首页 | 论坛 | 博客
  • 博客访问: 825374
  • 博文数量: 198
  • 博客积分: 4036
  • 博客等级: 上校
  • 技术积分: 2173
  • 用 户 组: 普通用户
  • 注册时间: 2005-07-19 22:31
文章分类

全部博文(198)

文章存档

2010年(4)

2008年(8)

2007年(143)

2006年(42)

2005年(1)

我的朋友

分类:

2007-03-01 10:03:51

配置网卡地址及子接口地址:
ifconfig hme0 192.168.0.1 netmask 255.255.255.0 up  #hme0视网卡接口而定
ifconfig hme0:1 plumb
然后再用ifconfig hem0:1给它配上IP地址,如:
ifconfig hme0:1 192.168.1.1 netmask 255.255.255.0 up

路由查看:
netstat -rn
修改路由表:
route add net 192.168.11.0 192.168.11.254 1
route add default 192.168.11.254 1
增加静态路由:
vi /etc/defaultrouter
192.168.11.254 1
重新关闭/启动tcp/ip协议进程:
sh /etc/init.d/inetinit stop
sh /etc/init.d/inetinit start

阅读(1277) | 评论(1) | 转发(0) |
给主人留下些什么吧!~~

chinaunix网友2008-01-02 21:12:51

这个命令怎么用啊 ,你可不可有截屏的教我啊,谢谢了啊