AlterPath ACS Command Reference Guide
257
PCMCIA Cards Integration
Removing the configuration from a wireless PCMCIA device
Before removing the configuration from a Wireless PCMCIA card configured in ACS,
you should first run “
cardctl eject <slot number>
” and then delete the lines of the
desired interface from the
/etc/network/interfaces
file.
CLI Method - Wireless PCMCIA
Basically you just need to configure 4 parameters to have a wireless network up and
running:
•
ESSID - is the identifying name of an 802.11b wireless network. By specifying the
ESSID in your client setup is how you make sure that you connect to your wireless
network instead of your neighbors network by mistake.
•
IP address - The IP address of the wireless interface
•
Network Mask - Network mask of the wireless interface
•
Encryption - Enables WEP data encryption, not necessary to have a wireless
network up, but strongly recommended due to security issues.
To configure a wireless PCMCIA card using the CLI, follow the steps:
Step 1 - Plug the PCMCIA wireless device into one of the available slots (slot 2,
for this example) and open the CLI interface by issuing the command:
# CLI
Step 2 - Configuring basic parameters.
The command below will configure 192.168.100.1 as IP address and
255.255.255.0 as network mask:
cli>config network pcmcia 2 wireless ip 192.168.100.1 mask 255.255.255.0
Now we need to configure the ESSID (Extended Service Set ID), that will be the
string “
test”
for this example:
cli>config network pcmcia 2 wireless essid test
Step 3 - Setting security parameters.
It is strongly recommended to enable encryption on wireless connections. The
following command will enable connection encryption and set the string “
test1
” as
key.
cli>config network pcmcia 2 wireless encrypt yes key s:test1
IMPORTANT:
Check the note about WEP keys on
.
Step 4 - Activating the configuration.
Summary of Contents for AlterPath ACS
Page 16: ...xvi Table of Contents...
Page 29: ...13 This page has been left intentionally blank...
Page 30: ...14 Preface...
Page 68: ...52 Device Access...
Page 86: ...70 Authentication Step 5 Saving changes To save the configuration run the command saveconf...
Page 96: ...80 Authentication Save the configuration to flash 2 cli config savetoflash...
Page 114: ...98 Authentication...
Page 204: ...188 Administration To exit the CLI mode and return to ACS s shell issue the command cli quit...
Page 268: ...252 Power Management with AlterPath PM Integration...
Page 304: ...288 PCMCIA Cards Integration...
Page 338: ...322 Profile Configuration...
Page 364: ...348 Additional Features and Applications...
Page 376: ...360 Appendix A New User Background Information...
Page 406: ...390 Appendix C Cabling and Hardware Information This page has been left intentionally blank...
Page 418: ...402 List of Tables...
Page 420: ...404 List of Figures...