X-UIDL: 1746 X-Mozilla-Keys: Return-Path: os2-wireless_users-owner@2rosenthals.com Received: from mail.2rosenthals.com (localhost [127.0.0.1] ) by mail.2rosenthals.com (Hethmon Brothers Smtpd) ; Mon, 4 Aug 2003 15:22:45 -0400 Received: from mail1.no-ip.com (goodyear.vitalwerks.com [64.156.198.155] ) by mail.2rosenthals.com (Hethmon Brothers Smtpd) ; Mon, 4 Aug 2003 15:22:43 -0400 X-Envelope-To: Received: (qmail 22884 invoked by uid 89); 4 Aug 2003 19:22:35 -0000 Received: from unknown (HELO mail.cruzio.com) (63.249.95.37) by mail1.no-ip.com with SMTP; 4 Aug 2003 19:22:35 -0000 Received: from dsl3-63-249-70-32.cruzio.com (JohnDoe@dsl3-63-249-70-32.cruzio.com [63.249.70.32]) by mail.cruzio.com with SMTP id h74JMglu017622 for ; Mon, 4 Aug 2003 12:22:42 -0700 (PDT) Received: from dhcp46.wd.cubic.com (dhcp46.wd.cubic.com [149.63.89.46]) by dsl3-63-249-70-32.cruzio.com (Weasel v1.60) for ; 04 Aug 2003 12:25:26 In-Reply-To: <3F2E9BBA.10200@rogers.com> References: <3F2E9BBA.10200@rogers.com> MIME-Version: 1.0 X-Mailer: The Polarbar Mailer; version=1.25a; build=1965 X-Mailer-Platform: OS/2; architecture=x86; version=20.45 X-Mailer-Java-VM: IBM Corporation; version=J2RE 1.3.1 IBM build co131-20030407a (JIT enabled: jitc); compiler=jitc Message-ID: <200308041225.000006WR@dsl3-63-249-70-32.cruzio.com> Date: Mon, 4 Aug 2003 15:22:44 EST5EDT4,M4.1,M10.5 X-OldDate: Mon, 4 Aug 2003 11:22:41 -0700 Sender: os2-wireless_users-owner X-Listname: os2-wireless_users@2rosenthals.com Reply-To: os2-wireless_users@2rosenthals.com From: "Neil Waldhauer" To: os2-wireless_users@2rosenthals.com Subject: [OS2Wireless] How to: setup wireless AND wired interface on a laptop? X-List-Unsubscribe: Send email to mailusers-request@2rosenthals.com X-List-Owner: mailusers-owner@2rosenthals.com on Mon, 4 Aug 2003 13:45:39 EST5EDT4,M4.1,M10.5, Orest Skrypuch wrote: > My questions are, how do you enable the wireless TCP/IP interface with > DCHP (or as a poor alternate as a manual connection) so that it is > relatively easy to "toggle" the setup back and forth. The wireless card > will attach to a dedicated wireless router in a single location, at > least initially. I will not need to run the wired & the wireless > connection at the same time. This is my script. Turning the radio off is left as an exercise for the student. Please post your answer and we will grade it. :) /* 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 I was cut out to be a genius; unfortunately someone forgot to put the pieces together. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 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). =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=