X-Account-Key: account1 X-UIDL: 28355 X-Mozilla-Keys: Return-Path: os2-wireless_users-owner@2rosenthals.com Received: from 192.168.100.5 (hawking [192.168.100.5]) by 2rosenthals.com (Hethmon Brothers Smtpd) id 20051129233935-44093-7 ; Tue, 29 Nov 2005 23:39:35 -0500 (Hethmon Brothers Smtpd) id 20051129233934-56713-7 ; Tue, 29 Nov 2005 23:39:34 -0500 Received: from mxin2.mailhop.org ([63.208.196.176]) by mxout4.mailhop.org with esmtp (Exim 4.51) id 1EhJkk-0003mz-PE for os2-wireless_users@2rosenthals.com; Tue, 29 Nov 2005 23:39:35 -0500 Received: from zproxy.gmail.com ([64.233.162.195]) by mxin2.mailhop.org with esmtp (Exim 4.51) id 1EhJkk-000J4H-Mw for os2-wireless_users@2rosenthals.com; Tue, 29 Nov 2005 23:39:34 -0500 Received: by zproxy.gmail.com with SMTP id f1so2667243nzc for ; Tue, 29 Nov 2005 20:39:34 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=e1R640AizZxb8zOQIo7+jMYuTp+UJs6VqsYxIE+JVGawd/ysMOmrmauf+ewYLYVRJ5pOl121oOL/6pPd9xrxJ7xSl9OqTC0ZuP33Q1W5oKlXxeMwnbSoDVRM2y4Mf/oM2jaUUH7k0/2sLd9HC2D9q5UpVoFX0S/+Xo2NfwLHsA0= Received: by 10.65.159.13 with SMTP id l13mr3680187qbo; Tue, 29 Nov 2005 20:39:34 -0800 (PST) Received: by 10.65.53.10 with HTTP; Tue, 29 Nov 2005 20:39:34 -0800 (PST) Message-ID: <7234a03c0511292039q2a0a32e0qfb3ccae84e604869@mail.gmail.com> In-Reply-To: <32723-96799@sneakemail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <25749-05869@sneakemail.com> <200511300049.jAU0nqIi079919@smtp-vbr14.xs4all.nl> <32723-96799@sneakemail.com> X-Mail-Handler: MailHop by DynDNS X-Spam-Score: -2.5 (--) Date: Wed, 30 Nov 2005 05:39:34 +0100 Sender: os2-wireless_users-owner X-Listname: os2-wireless_users@2rosenthals.com Reply-To: os2-wireless_users@2rosenthals.com From: Jeroen Besse To: os2-wireless_users@2rosenthals.com Subject: [OS2Wireless] anyone have GenMac and NETBIOS/TCPIP working? X-List-Unsubscribe: Send email to mailusers-request@2rosenthals.com X-List-Owner: mailusers-owner@2rosenthals.com On 11/30/05, Bob wrote: > ** Reply to message from "Frank Vos frankvos@xs4all.nl" on Wed, 30 Nov 20= 05 > 01:49:47 +0100 (CET) > > > I hope you have it working now (in this case no errors when starting up= ) with the > > help of the program or manual changing IBMLAN.INI. > > No, it is not working. I thought it might be because I had "dhcpstrt -i = lan0 > -d 0" in the setup.cmd so I changed it to "dhcpstrt -i lan0 -d 20" which = causes > a short delay and must be replied to if the wired LAN is not connected bu= t that > did not make any difference. All this has been tried on the wired LAN > connection, I have not yet tried the wireless connections using TCPBEUI b= ut > have little hope it will work either. > > > > To get TCPBEUI working with more than one adapter there is another prob= lem. > > The problem with TCPBEUI is that the system binds this protocol to the = adapter at > > system startup, so if your WIFI-adapter has no IP address at this momen= t than it will > > not have the TCPBEUI protocol. > > Since I can not get it working, using TCPBEUI I think I will try and go b= ack to > NETBIOS and see what I can do. At least it works on the wired LAN connec= tion. > > Can anyone tell me why using TCPBEUI is any better than using NETBIOS? This really depends on your network. TCPBEUI is NETBEUI, packaged within TCP/IP packets. TCP/IP is routable, while NETBEUI is not. As soon as you want to connect to a machine that isn't reachable with a broadcast (for instance because it's behind a router), NETBEUI won't get you there. However, because of the overhead of TCP/IP, TCPBEUI is a fraction slower than NETBEUI. > Is there any way to tell what protocols have been bound to an interface, = it > might make trouble shooting this a little easier? MPTS should be able to show it. Or, you can have a look at protocol.ini. The interesting parts from my protocol.ini: [NETBIOS] DriverName =3D netbios$ ADAPTER1 =3D netbeui$,1 ADAPTER0 =3D tcpbeui$,0 [netbeui_nif] DriverName =3D netbeui$ Bindings =3D ,E100BEO2_nif [tcpbeui_nif] DriverName =3D tcpbeui$ Bindings =3D W168CX1014_nif [tcpip_nif] DriverName =3D TCPIP$ Bindings =3D W168CX1014_nif,E100BEO2_nif >From this, you can tell that: - TCP/IP is bound to both adapters - TCPBEUI is bound to the genmac driver (for an Atheros card) (as number 0) - NETBEUI is bound to an ethernet driver (as number 1) Then, over to the interesting part of ibmlan.ini: [networks] net1 =3D TCPBEUI$,0,LM10,34,100,14 net2 =3D NETBEUI$,1,LM10,34,100,14 net1 uses TCPBEUI, on number 0 net2 uses NETBEUI, on number 1 (further down in ibmlan.ini, I have wrknets and srvnets set to net1,net2) Btw: with the setup above, Peer works over my genmac driver. Best regards, Jeroen Besse =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 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). This list is hosted by Rosenthal & Rosenthal P.O. Box 281, Deer Park, NY 11729-0281. Non- electronic communications related to content contained in these messages should be directed to the above address. (CAN-SPAM Act of 2003) =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=