| From: |
"Neil Waldhauer" <os2-wireless_users@2rosenthals.com> |
Full Headers Undecoded message |
| Sender: |
os2-wireless_users-owner <os2-wireless_users-owner@2rosenthals.com> |
| Subject: |
[OS2Wireless] IBM High Rate Wireless LAN -128 |
| Date: |
Tue, 28 Oct 2003 12:54:29 -0800 |
| To: |
os2-wireless_users@2rosenthals.com |
|
|---|
on Tue, 28 Oct 2003 13:11:33 -0600, Sam Lewis <saml@rollanet.org> wrote:
> So I think I'm pretty much good to go. But I would like to leave both
> NIC's configured in my system so that I can use my EtherLink III at work
> and my HiRate 128 at home or in Hotels with wireless access. So is this
> possible or should I just make two Protocol.ini's with a cmd file to
> switch back and forth as needed.
This is my command file to switch from the wired NIC to the wireless NIC on the
fly
/* turn on the radio
* This command activates the 802.11b interface
*
* The wireless NIC should be inserted in the PC Card slot
*/
say "Activating the wireless network card"
'@ ifconfig lan0 down'
'@ ifconfig lan0 delete'
'@ dhcpmon -t'
'@ route -fh'
'@ arp -f'
'@ dhcpstrt -i lan1 -d 0'
say "Wireless networking enabled"
return
Neil Waldhauer neil@blondeguy.com www.blondeguy.com
Expert consulting for OS/2 and eComStation
We do precision guesswork.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
To unsubscribe from this list, send a message to
steward@2rosenthals.com with the command
"unsubscribe os2-wireless_users" in the body
(omit the quotes).
For help with other commands, send a message
to steward@2rosenthals.com with the command
"help" in the body (omit the quotes).
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
|