[SCS200起動時]
SCS200をシリアル接続し、起動すると下記の様に表示されます。
------------------------------------------------------
Lantronix SCS200 Initialization
Rom Version V1.1 (July 30, 2001)
Ethernet Address: 00-80-a3-56-5a-33 Internet Address 192.168.1.99
Current Diagnostics report:
NVR Config: Normal Ram Size: 4096 KB
Flash Version: V2.0/1(020806)
ARM ASIC Version: 11 FPGA Version: 5
Errors: Network
No network was detected. Press a key within
10 seconds to access bootmode commands>
Request BOOTP: no valid reply received.
Request RARP: no valid reply received.
Checking 6 sections from flash:
From address 0x44002c to 0x440040, 601202 bytes) -> not copied.
From address 0x4d2cb2 to 0x4d2cc6, 105258 bytes) -> not copied.
From address 0x4ec7f0 to 0x4ec804, 23182 bytes) -> not copied.
From address 0x4f2292 to 0x20000, 6172 bytes) -> decompressed.
From address 0x4f3ac2 to 0x1448c4, 72 bytes) -> copied.
From address 0x4f3b1e to 0x19c2cc, 26992 bytes) -> decompressed.
Loaded 764014 bytes.
Load Completed - Booting to Address 0x20188
%% Lantronix SCS200
%% Ethernet Address: 00-80-a3-56-5a-33 Internet Address 192.168.1.99
Lantronix SCS200 Version V2.0/1(020806)
Type HELP at the 'Local_2> ' prompt for assistance.
Username>
Username> root
Local_2> su
Password>
Local_2>>
------------------------------------------------------
Usernameにrootと入力すると、Local_2に入る事が出来ます。
------------------------------------------------------
[無線LANカードを新たに挿入した 時の 80211 の状態]
show 80211 のコマンドを入力して確認します。
------------------------------------------------------
Local_2>> show 80211
802.11 Support: Active
Network Type: Infrastructure
Use MAC address from: SCS (00-80-a3-56-5a-33)
ESS ID: (none set)
Regulatory Region: FCC/USA
RTS Threshold: 3000
WEP: Disabled
Authentication: Open System
Status: Connecting
Errors: 00000000,00040200
Card Present: Buffalo WLI-PCM-L11GP
Card Firmware Vendor: Lucent
Card Primary Version: 4.04
Card Station Version: 8.36
Card NIC Identity: 0001
------------------------------------------------------
[説明]
この初期状態では、無線LANカードが認識されて、802.11がアクティブ状態であるが、
"ESS ID" , "WEP KEY" が身定義です。
------------------------------------------------------
[REGION の設定?]
REGION を日本仕様に変更するには、次の通りです。
------------------------------------------------------
Local_2>> define 80211 region mkk
Local_2>>
------------------------------------------------------
[ESSID の設定?]
ESSID を、abcdefg にセットするサンプルです。
------------------------------------------------------
Local_2>> define 80211 essid abcdefg
Local_2>>
------------------------------------------------------
[WEP key の設定?]
WEP key は、hex で設定します。
次は、WEP key を af-af-af-af-af にセットするサンプルです。
------------------------------------------------------
Local_2>> define 80211 wep key af-af-af-af-af
Local_2>>
------------------------------------------------------
設定結果を確認すると
Local_2>> show 80211
802.11 Support: Active
Network Type: Infrastructure
Use MAC address from: SCS (00-80-a3-56-5a-33)
ESS ID: abcdefg
Regulatory Region: MKK/Japan
RTS Threshold: 3000
WEP: Disabled
Authentication: Open System
Status: Connecting
Errors: 00000000,00040200
Card Present: Buffalo WLI-PCM-L11GP
Card Firmware Vendor: Lucent
Card Primary Version: 4.04
Card Station Version: 8.36
Card NIC Identity: 0001
------------------------------------------------------
と確認できます。
------------------------------------------------------
[IPAddress、Subnet Mask、GATEWAY設定]
IPAddressは、下記の様に設定します。
下記の例は、192.168.1.99に設定した例です。
------------------------------------------------------
Local_2>> define ip ipaddress 192.168.1.99
------------------------------------------------------
SubnetMaskは、下記の様に設定します。
下記の例は、255.255.255.0に設定した例です。
------------------------------------------------------
Local_2>> define ip subnet 255.255.255.0
------------------------------------------------------
GATEWAYは、下記の様に設定します。
下記の例は、192.168.1.1に設定した例です。
------------------------------------------------------
Local_2>> define ip gateway 192.168.1.1
|