見內

來源: 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(確認結果)