From: "Chris Hodgkins" Received: from mxout2.mailhop.org ([63.208.196.166] verified) by 2rosenthals.com (CommuniGate Pro SMTP 5.1.3) with ESMTP id 910159 for os2-wireless_users@2rosenthals.com; Mon, 19 Feb 2007 01:35:50 -0500 Received: from mxin1.mailhop.org ([63.208.196.175]) by mxout2.mailhop.org with esmtp (Exim 4.63) (envelope-from ) id 1HJ27e-000Bcw-KS for os2-wireless_users@2rosenthals.com; Mon, 19 Feb 2007 01:35:49 -0500 Received: from lon-mail-4.gradwell.net ([193.111.201.130]) by mxin1.mailhop.org with esmtp (Exim 4.63) (envelope-from ) id 1HJ27d-000EKC-Td for os2-wireless_users@2rosenthals.com; Mon, 19 Feb 2007 01:35:38 -0500 Received: from slave.plus.com ([84.92.217.13] helo=[192.168.1.14] country=GB ident=postmaster^pop3#slavesoftware&co*uk) by lon-mail-4.gradwell.net with esmtpa (Gradwell gwh-smtpd 1.243) id 45d94538.abd8.22d for os2-wireless_users@2rosenthals.com; Mon, 19 Feb 2007 06:35:36 +0000 (envelope-sender ) Message-ID: <45D9454F.5040904@slavesoftware.co.uk> Date: Mon, 19 Feb 2007 06:35:59 +0000 User-Agent: Mozilla Thunderbird 1.0.6 (OS/2/20050720) X-Accept-Language: en-us, en MIME-Version: 1.0 To: OS/2 Wireless Users Mailing List Subject: Re: [OS2Wireless]Re: Wireless LAN Mon3, Genmac 2 and Injoy Firewalls wrapper, xWlan detecting wrong lan References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Mail-Handler: MailHop by DynDNS X-Originating-IP: 193.111.201.130 X-Spam-Score: -0.7 (/) Lewis G Rosenthal wrote: > Chris, TCP/IP does not appear to be bound to your Wi-Fi adapter in > PROTOCOL.INI (probably as a direct result of the InJoy virtual adapter > being bound to your Wi-Fi card, and then having to communicate with > GenMAC via the InJoy adapter): Thanks again Lewis, I'll try as you suggest later on today on the T43 when I get back to that location. For Injoy to work I believe it needs its virtual or wrapper adapter to be the 'conduit' to the actual Genmac Wifi adapter. For what it's worth, here's a protocol.ini from a T20 (working setup) using the Cisco 350 Wifi PCMCIA card and Xwlan and Injoy. T20 protocol.ini [PROT_MAN] DRIVERNAME = PROTMAN$ [IBMLXCFG] netbeui_nif = netbeui.nif tcpip_nif = tcpip.nif FXWRAP_nif = fxwrap.nif CISCOPCM_nif = ciscopcm.nif SVSNET_nif = svsnet.nif vproto_nif = vproto.nif vswitch_nif = vswitch.nif [vproto_nif] DriverName = PSWCH00$ Bindings = SVSNET_nif [NETBIOS] DriverName = netbios$ ADAPTER0 = netbeui$,0 ADAPTER1 = netbeui$,1 [netbeui_nif] DriverName = netbeui$ Bindings = FXWRAP_nif,vswitch_nif ETHERAND_TYPE = "I" USEADDRREV = "YES" OS2TRACEMASK = 0x0 SESSIONS = 130 NCBS = 225 NAMES = 21 SELECTORS = 50 USEMAXDATAGRAM = "NO" ADAPTRATE = 1000 WINDOWERRORS = 0 MAXDATARCV = 4168 TI = 30000 T1 = 1000 T2 = 200 MAXIN = 1 MAXOUT = 1 NETBIOSTIMEOUT = 500 NETBIOSRETRIES = 3 NAMECACHE = 1000 RNDOPTION = 1 PIGGYBACKACKS = 1 DATAGRAMPACKETS = 50 PACKETS = 300 LOOPPACKETS = 8 PIPELINE = 5 MAXTRANSMITS = 6 MINTRANSMITS = 2 DLCRETRIES = 10 FCPRIORITY = 5 NETFLAGS = 0x0 [tcpip_nif] DriverName = TCPIP$ Bindings = FXWRAP_nif,vswitch_nif [CISCOPCM_nif] DriverName = CWL350$ DESIRED_SSID = "" STA_MODE = "INFRASTRUCTURE" PREAMBLE = "BOTH" PSP_MODE = "CAM" AUTH_TYPE = "OPEN_SYSTEM" WEP = "DISABLED" SUPPLY_VOLTAGE = "5.0V" DEBUG_LEVEL = 0xFFDF [SVSNET_nif] DriverName = SVSNET$ [FXWRAP_nif] Drivername = FXWRAP1$ Bindings = CISCOPCM_nif [vswitch_nif] DriverName = DSWCH00$ FEATURE = NO ADAPTERNAME = "Serenity Virtual Net Driver"  I think I might be out of luck until such a time as Xwlan has a manual setting again to allow us to tell it which adapter to use. But thanks anyway, and will try your suggestions. cheers > > On 02/18/07 10:46 pm, Chris Hodgkins thus wrote : > >> Lewis G Rosenthal wrote: >> >> > > > >> Protocol.ini looks like this: >> >> [PROT_MAN] >> >> DRIVERNAME = PROTMAN$ >> >> [IBMLXCFG] >> >> netbeui_nif = netbeui.nif >> tcpip_nif = tcpip.nif >> FXWRAP_nif = fxwrap.nif >> W8086X4224_nif = W8086X4224.nif >> B57_nif = B57.nif >> >> > > > >> [tcpip_nif] >> >> DriverName = TCPIP$ >> Bindings = B57_nif,FXWRAP_nif >> >> > > > > Here's a snippet from mine: > > [IBMLXCFG] > > odi2ndi_nif = odi2ndi.nif > tcpip_nif = tcpip.nif > B57_nif = B57.NIF > W8086X4224_nif = W8086x4224.nif > > [tcpip_nif] > > DriverName = TCPIP$ > Bindings = B57_nif,W8086X4224_nif > > Note the wireless adapter binding under [tcpip_nif]. In your case, > TCP/IP is getting bound to your wired adapter and to the InJoy virtual > ada[pter, but not to your GenMAC Wi-Fi adapter, so XWLAN is telling you > the truth: the adapter is disabled. Now, I'm not sure what would happen > if you edited PROTOCOL.INI thus: > > [tcpip_nif] > > DriverName = TCPIP$ > Bindings = B57_nif,FXWRAP_nif,W8086X4224_nif > > In the above example, your Broadcom adapter is LAN0, InJoy is LAN1, and > Wi-Fi is LAN2. However, this may upset InJoy (I have no experience with > it whatsoever). >