![]() |
![]() |
![]() |
|
Connecting to the Internet with NetManage ChameleonIntroduction
The 3ComImpact(TM) ISDN ISA adapter provides Internet access using a compatible remote access server and an Internet access gateway, as shown in the illustration below.
Figure 1: Connecting to the Internet with the 3ComImpact ISDN ISA Adapter 3Com has successfully tested NetManage Chameleon(TM) with the 3ComImpact ISDN ISA adapter. This document describes: For more information about the 3Com ISDN ISA adapter and software, see the 3ComImpact ISDN ISA Adapter User Guide. RequirementsTo connect to the Internet using the 3ComImpact ISDN ISA adapter, you must meet the following requirements: The next section describes how to connect to the Internet. Connecting to the Internet
This procedure assumes you have installed the 3ComImpact ISDN ISA adapter hardware and software added the 3ComImpact ISDN ISA adapter to work with NetManage Chameleon, as described in the following sections. See the 3ComImpact ISDN ISA Adapter User Guide for more information about installing the adapter hardware and software. You are connected to the Internet. This completes the procedure for connecting to the Internet using the 3ComImpact ISDN ISA adapter. 3Com World Wide Web SiteAccess the latest networking information on 3Com's World Wide Web site by entering the 3Com URL into your Internet browser: This service features news and information about 3Com products, customer service and support, 3Com's latest news releases, selected articles from 3TECH(TM), 3Com's award-winning technical journal, and more. Setup for NetManage ChameleonYou can use the NetManage Chameleon application to connect to the Internet using the 3ComImpact ISDN ISA adapter. NetManage Chameleon requires that you enter information about the 3ComImpact ISDN ISA adapter. The next sections describe the information required by the NetManage Chameleon application and procedures for editing your PC files. Novell NetWare Quick StartThis quick start table contains the information NetManage requires to add the 3ComImpact ISDN ISA adapter to the application. Obtain this information before you begin. Table 1: Quick Start Set Up for NetManage Chameleon and Novell NetWare
Required Information 3ComImpact ISDN ISA Adapter Setting
-------------------- ------------------------------------
Interface Type Ethernet
Host Name Obtain the host name from system administrator
Internet Address Obtain this address from system administrator
Subnet Address Obtain this address from system administrator
Adapter Vendor Name Other
Adapter Type 3C861 or 3C862 - check your 3ComImpact ISDN ISA
Adapter User Guide for more information.
NetManage Chameleon and Novell NetWareThese instructions describe how to add the 3ComImpact ISDN ISA adapter to the NetManage Chameleon application when the remote network is running Novell NetWare.
The Chameleon installation makes changes to your PC files. You must edit the 3LOAD.BAT file to allow Chameleon to work with the 3ComImpact ISDN ISA adapter and connect to the Internet. AUTOEXEC.BAT File Sample
rem **AUTOEXEC.BAT** SET PATH= C:\UTILS;C:\;C:\DOS;C:\MOUSE SET LMOUSE=C:\MOUSE; SET PROMPT=$P$G SET TEMP=C:\TEMP SET TMP=C:\TMP rem **The 2 lines below were added by Windows** C:\WINDOWS\SMARTDRV.EXE set path=%PATH%;C:\WINDOWS LH DOSKEY LH C:\MOUSE\MOUSE rem **Onnet Netware Installation** rem **Impact installed in C:\3CREMOTE** rem **Chameleon installed in C:\NETMANAG** rem **NM ODI Installation** set path=%PATH%;C:\NETMANAG Corrected 3LOAD.BAT File Sample
rem **3LOAD.BAT**
cls
@echo off
break on
:start
3C86X
if errorlevel 1 goto TSR_FAIL
C:\NWCLIENT\LSL
if errorlevel 1 goto LSL_FAIL
C:\NWCLIENT\3C86XE
if errorlevel 1 goto MLID_FAIL
C:\NWCLIENT\IPXODI
if errorlevel 1 goto IPX_FAIL
C:\NWCLIENT\VLM
if errorlevel 1 goto VLM_FAIL
goto SUCCESS
:TSR_FAIL
echo ...
echo The 3C86X driver failed to load.
goto END
:LSL_FAIL
3C86X /u
echo ...
echo The LSL driver failed to load.
goto END
:MLID_FAIL
C:\NWCLIENT\LSL /u
3C86X /u
echo ...
echo The 3C86XE driver failed to load.
goto END
:IPX_FAIL
echo ...
echo The IPXODI driver failed to load.
goto END
:VLM_FAIL
echo ...
echo The VLM driver failed to load.
goto END
:SUCCESS
rem ** add these two lines here
C:\NETMANAG\NMODI
SHARE
rem ** end of added lines
:END
LAN Manager Quick StartThis quick start table contains the information required for NetManage Chameleon and LAN Manager. Table 2: Quick Start Set Up for NetManage Chameleon and LAN Manager
Required Information 3ComImpact ISDN ISA Adapter Setting
-------------------- ------------------------------------
Interface Type Ethernet
Section Heading N3C86X_NIF
Driver Name N3CC86x$
Driver File N3C86X.EXE
Adapter Vendor Name Other
Adapter Type 3C861 or 3C862 - check your 3ComImpact ISDN
ISA Adapter User Guide for more information.
NetManage Chameleon and Microsoft LAN Manager These instructions describe how to add the 3ComImpact ISDN ISA adapter to the NetManage Chameleon application when the remote network is running Microsoft LAN Manager.
The following sample CONFIG.SYS and AUTOEXEC.BAT files have been edited to work with the 3ComImpact ISDN ISA Adapter. Check your PROTOCOL.INI file too. The files are commented to highlight the changes made. Corrected CONFIG.SYS File Sample Here is a sample CONFIG.SYS file after Chameleon installation and correct editing of the CONFIG.SYS file. Comments describe the required changes. rem **CONFIG.SYS** rem **The following line was added by MS LAN Manager Installation** DEVICE=C:\LANMAN.DOS\DRIVERS\DOSUTILS\EMM386.EXE NoEMS rem **The following line was remarked out by MS LAN Manager Installation** REM DEVICE=C:\DOS\EMM386.EXE NoEMS DOS=HIGH,UMB BUFFERS=20 FILES=35 LASTDRIVE=Z SHELL=C:\DOS\COMMAND.COM /P /E:3072 STACKS=9,256 rem **The following line was added by MS LAN Manager Installation** DEVICE=C:\LANMAN.DOS\DRIVERS\PROTMAN\PROTMAN.DOS /i:C:\LANMAN.DOS rem **The line below was added by the Chameleon installation and rem must be commented out as shown** rem DEVICE=C:\3CREMOTE\N3C86X.EXE rem **The following line was added by Chameleon for the MS LAN Manager installation** DEVICE=C:\NETMANAG\NETMENAG.DOS Corrected AUTOEXEC.BAT File Sample Here is a sample AUTOEXEC.BAT file after Chameleon installation and correct editing of the AUTOEXEC.BAT file. Comments describe the required changes. rem **Comment out this line that was added by Chameleon installation** rem C:\NETMANAG\NETBIND SET PATH= C:\UTILS;C:\;C:\DOS;C:\MOUSE SET LMOUSE=C:\MOUSE; SET PROMPT=$P$G SET TEMP=C:\TEMP SET TMP=C:\TMP rem **The lines below were added by Windows** C:\WINDOWS\SMARTDRV.EXE SET PATH=%PATH%;C:\WINDOWS LH DOSKEY LH C:\MOUSE\MOUSE rem **Chameleon LAN Manager installation** rem **Impact installed in C:\3CREMOTE** rem **Chameleon installed in C:\PCTCP** rem **Add the following two lines ** C:\3CREMOTE\3C86X rem **Add this pause - Wait 10 seconds to press return when you rem are prompted during installation - this facilitates synchronization** PAUSE C:\3CREMOTE\N3C86X REM ==== LANMAN 2.2 === DO NOT MODIFY BETWEEN THESE LINES === LANMAN 2.2 ==== SET PATH=C:\LANMAN.DOS\NETPROG;%PATH% NET START WORKSTATION LOAD NETBEUI REM ==== LANMAN 2.2 === DO NOT MODIFY BETWEEN THESE LINES === LANMAN 2.2 ==== Correct PROTOCOL.INI File Sample Here is a correct sample of the PROTOCOL.INI file after Chameleon installation. Correct your file if required. ; **Protocol.ini [PROTMAN] DRIVERNAME=PROTMAN$ DYNAMIC=YES PRIORITY=NETBEUI [NETBEUI_XIF] Drivername=netbeui$ SESSIONS=6 NCBS=12 BINDINGS="N3C86X_NIF" LANABASE=0 [N3C86X_NIF] ; ; 3ComImpact ISDN Adapter. ; drivername=N3C86X$ [NETMANAGE] DriverName=NTMNG$ BINDINGS=N3C86X_NIF For more information about the 3ComImpact ISDN ISA adapter, see the 3ComImpact ISDN ISA Adapter User Guide.
|
|
News/Events | Partners | Technology | Solutions | Products | Support | Inside 3Com Home | Log In | Search | Feedback | Site Map | Site Features | Document Center | Shop | Legal |