Od: |
"Chris Hodgkins" <os2-wireless_users@2rosenthals.com> |
Glava Izvorno E-sporo?ilo |
Zadeva: |
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 |
Za: |
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.
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:
>>
>>
>
> <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).
>
|