见内

来源: 2006-11-12 18:32:21 [博客] [旧帖] [给我悄悄话] 本文已被阅读:

1. ifconfig eth0 down
ifconfig eth1 down(关闭所有网卡)
2. iwconfig eth1 essid **** key s:***(设置网络参数)
ifconfig eth1 up(启动无线网卡)
3. dhclient(gentoo linux是dhcpd) eth1(获取ip地址)
4. ifconfing eth1(确认结果)