Re: [OS2Wireless]Re: Wireless LAN Mon3, Genmac 2 and Injoy Firewalls wrapper, xWlan detecting wrong lan
Datum:
Mon, 19 Feb 2007 06:35:59 +0000
Till:
OS/2 Wireless Users Mailing List <os2-wireless_users@2rosenthals.com>
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.
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:
>>
>>
>
> <snip>
>
>> 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
>>
>>
>
> <snip>
>
>> [tcpip_nif]
>>
>> DriverName = TCPIP$
>> Bindings = B57_nif,FXWRAP_nif
>>
>>
>
> <snip>
>
> 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).
>