Chinaunix首页 | 论坛 | 博客
  • 博客访问: 42643
  • 博文数量: 20
  • 博客积分: 475
  • 博客等级: 下士
  • 技术积分: 215
  • 用 户 组: 普通用户
  • 注册时间: 2011-03-04 21:13
文章分类

全部博文(20)

文章存档

2011年(20)

我的朋友
最近访客

分类: LINUX

2011-08-25 21:01:34

嵌入式板子互相通信
  1. ifconfig eth1 down
  2. iwconfig eth1 mode ad-hoc
  3. iwconfig eth1 essid emv
  4. ifconfig eth1 192.168.200.190
  5. ifconfig eth1 hw ether 00:2F:3C:C7:C4:E0
  6. ifconfig eth1 up
嵌入式板子->路由器
  1. http://qlj.sh.cn/linux/20090711/iwconfig/
  2. ifconfig eth1 down
  3. iwconfig eth1 mode managed
  4. iwconfig eth1 essid any
  5. ifconfig eth1 192.168.1.188 netmask 255.255.255.0
  6. iwconfig eth1 ap any
  7. ifconfig eth1 up

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