home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC & Mediji 1996 July
/
PCM_9607.iso
/
internet
/
kali
/
dos
/
odipkt.doc
< prev
next >
Wrap
Text File
|
1996-03-05
|
3KB
|
116 lines
Using Kali with ODIPKT
This documentation is Copyright 1996, Kali, Inc.
Written by Jay Cotton (jay@kali.net)
Latest revisions 3/4/96
******************
* Ethernet users *
******************
Please see below for use with the Klos PPP driver. Also, please note that
you can't just go out and buy an ethernet adapter in order to get a faster
connection. You must be located in the same building as an internet router
or gateway in order to use an ethernet connection. If you are at home, and
your connection to the internet is via modem, then you must use the modem
and the PPP driver.
1. Find an ODI driver for your ethernet card. This will be found on the
setup disk that came with the ethernet card. If you can't find it, then
there's no need to read anything else... :)
2. Put your ODI driver in a directory along with startnet.bat, lsl.com,
odipkt.com, and net.cfg (a sample net.cfg should have been included).
3. Edit net.cfg for the correct settings. These settings may be different
depending on your particular ethernet card. Read the ODI instructions
and sample net.cfg file that came with your ethernet card for more info.
Sample net.cfg for a 3c509 driver:
Link Support
Buffers 4 1500
MemPool 4096
link driver 3C509
Int 5
Port 300
Mem c8000
Frame Ethernet_II
Note: replace "3C509" with the name of your own ODI driver (do not add
the .exe suffix).
4. Edit startnet.bat to run your own ODI driver. For example:
@echo off
lsl
3c509
odipkt 0 96
5. Run startnet.bat by typing "startnet" at the DOS prompt. You should
get messages like this:
NetWare Link Support Layer v2.05 (930910)
(C) Copyright 1990-1993 Novell, Inc. All Rights Reserved.
BUFFERS 4 1500
MEMPOOL 4096
Configuration File "C:\KALI\ODI\NET.CFG" used.
Max Boards 4, Max Stacks 4
Buffers 4, Buffer size 1500 bytes, Memory pool 4096 bytes.
3Com 3C509 EtherLink III MLID w/ DME v1.00 (920706)
(C) Copyright 1992 3Com Corp. All Rights Reserved
Int 10, Port 300, Mem EC000, Node Address 608C65B294
Max Frame 1514 bytes, Line Speed 10 Mbps
Board 1, Frame ETHERNET_II
ODIPKT 2.1
(c) Copyright Daniel Lanciani 1991-1993. All rights reserved.
This software is provided with NO WARRANTY.
Using Ethernet framing, class 1
ODIPKT is installed and ready.
6. Run Kali like normal.
7. Unload odipkt by typing "termin 0x60". Make sure Kali is unloaded
before doing this since termin doesn't check.
***********************
* Klos PPPSHARE users *
***********************
1. Edit net.cfg to set the frame type to Ethernet_II like this:
Frame Ethernet_II
You can also do this from inside pppmenu, but you'll need to exit
and unload and reload before this will take effect.
2. Edit your load.bat file to replace the IPSTUB driver with ODIPKT.
Your new load.bat might look like this:
@echo off
lsl
ppp
pppmenu
pppstate wait ip
pppwat
odipkt 0 96
3. Run the load.bat file in the usual way. You should now be able to
run ping while Kali is loaded and have a little more memory available.
4. To unload odipkt you must enter "termin 0x60". You can modify your
unload.bat file like this:
@echo off
kali /u
termin 0x60
ppp u
lsl u