TCP/IP Requires Ethernet_II Frame Type for ODI Driver

Last reviewed: September 7, 1995
Article ID: Q129726
The information in this article applies to:
  • Microsoft Windows 95

SYMPTOMS

You can use the Ping tool to ping your own computer, but you cannot access the network using the TCP/IP protocol. You may receive the following error message when you try to access the network:

   Request timed out

CAUSE

This problem can occur when you are using a Novell NetWare ODI driver and the Ethernet_II frame type is not listed in the proper NET.CFG file.

RESOLUTION

To correct this problem, add Ethernet_II to the NET.CFG file. Make sure you edit the correct NET.CFG file--NET.CFG is usually read from the same directory as LSL.COM. Note that you should not make Ethernet_II the first frame type listed in the file.

To add Ethernet_II to the NET.CFG file, follow these steps:

  1. Use any text editor (such as WordPad) to open the NET.CFG file.

  2. Add "ETHERNET_II" (without quotation marks) so that it is the last frame type listed in the "LINK DRIVER <MLID>" section. For example, after you add "ETHERNET_II" the section might look like:

          LINK DRIVER <MLID>
    
             FRAME ETHERNET_802.2
             FRAME ETHERNET_802.3
             FRAME ETHERNET_SNAP
             FRAME ETHERNET_II
    
    

  3. Save and close the NET.CFG file.

  4. Restart your computer.


KBCategory: kbnetwork kbenv kb3rdparty
KBSubcategory: wpp95 win95
Additional reference words: 95


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: September 7, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.