Wireless LAN的设定流程整理
大致照这個程序:
1.Select Desk→ Tools→ Control Panel→Connections→ Internet setup
2.Press New to create a new Internet access point.
3.选择EASY WLAN
4.Internet settings name — Type a name for the Internet access point例如HOME或OFFICE
5.Internet settings type — Select Internet type
6.Network mode — Select Infrastructur
7.Network name — 就是SSID,Type the network name as defined by the system administrator,或是按搜寻,找到你現有环境的无线网路,选OK
8.Security mode 如果你的无线网路没有设定,则Security mode >NONE
9.Security mode 如果你的无线网路有设定,则依据选择 WEP, WPA, 802.1x,,例如WEP,再选择Advanced to access the advanced settings
10.WEP设定:
? WEP key index — Select a number for the WEP key.通常是1,看你的无线网路设定
? WEP key length — Select the appropriate key length.
9500支援WEP key lengths are 40, 104, and 232 bits. 等于一般惯用的64,128,256位元 KEY.看你的无线网路设定
? WEP key type — HEX16进位制 or ASCII,看你的无线网路設定
? WEP key data — Enter the WEP key data. example, keys that are 40/64 bits long, 填入 5 or 10 个字元KEY密码,104/128bits,填入 13 or 26 个字元KEY密码(视HEX16进位制 or ASCII,)
另外
? Auto retrieve IP — Yes, the IP address is obtained automatically from the server.
? Auto retrieve DNS — select Yes, the primary and secondary DNS (domain name server) addresses are obtained automatically from the server.
这样应该就OK了
说明
§ SSID:
是Service Set Identifier的英文缩写。指无线网路卡与无线基地台之间沟通的密码,当两者都设定为相同的密码时,该网路卡才能连上无线基地台。比如说在无线基地台的SSID设定为HOME,若想要使用无线基地台的服务,网卡的SSID就得设定成HOME才能连线。
§ WEP:
是Wired Equivalent Privacy的缩写,它会在无线传输中每个资料做加密,然后在另一端做解密的动作,使用者只需要设定好加密的等級,输入一串密码就可以了。目前一般无线基地台都有支援到64或128位元加密,但是较高的加密等級,在传输量大时会影响网路速度,这点是必须注意的。
WEP加密有三种:64位元、128位元、256位元,若选64位元可设定10个字元密码、128位元可设定26个字元密码,256位元可设定25个字元密码。一般64位元便已足够,越往上会影响传输速度。
? 针对十六进制 HEX (Hexadecimal)
1、 64 bits 加密,输入10 字元(0~9,a~f)
2、128 bits加密,输入26字元(0~9,a~f)
? 针对ASCII (Alphameric code)
1、 64 bits 加密,输入5字元(0~9,a~z,A~Z,特殊符号)
2、128 bits加密,输入13字元(0~9,a~z,A~Z,特殊符号)