							       Oct 1995

			 SN2000 Series Ethernet Card
		       SCO UNIX LLI Driver Installation
		      ==================================


* Installation for multiple cards *
-----------------------------------

This installation is for LLI drivers of SCO UNIX with TCP/IP v.1.2x.

  1). It is allowed to install up to 4 NICs. The following is as an example:

      SN2000 *4 or

      any combination of 4


  2). Support gateway function. ( routing function )

  3). Statistic function can be inspected with the following command:
      # netstat -i

  Name	 Mtu   Network	 Address   Ipkts  Ierrs Opkts	Oerrs Collis

  d10e0  1500  192.9.200 unix2	   423	   0	 423	 0     0
  d22e0  1500  15	 unix3	   423	   0	 423	 0     0
  d20e0  1500  168.8	 unix	   556	   0	 890	 0     0
  lo0	 2048  170.23	 localhost 180	   0	 180	 0     0

*********************
* Install Procedure *
*********************


The following files will be used in this installation:

Files	       Contents
-----------    ---------------------------------------------------
driver.o       SN2000 Series Driver Program
setup	       SN2000 software setup program
info	       Used by netconfig
init	       Used by netconfig
master	       Used by netconfig
node	       Used by netconfig
reconf	       Used by netconfig
remove	       Used by netconfig
space.c        Used by netconfig
system	       Used by netconfig


1. Login as root user. (On maintenance mode)

2. Put driver diskette in floppy A:(or B:) and use doscp command to copy SCO
   UNIX Driver into UNIX's directories.

	# cd /
	# doscp a:/scounix/setup /setup
    (or # doscp b:/scounix/setup /setup)
	# chmod +x /setup
	# ./setup a:
    (or # ./setup b:)


3. #netconfig
   Avaiable options:

       1) Add a chain
       2) Remove a chain
       3) Reconfigure an element in a chain
       4) Quit						Select 1. Add a chain

4. Select top level of chain to Add or q to quit:	1. sco_tcp
							(SCO TCP/IP for UNIX)
5. Select next level of chain to Add or q to quit:	Select sn2
							Ethernet Driver unite 0
6. Add chain sco_tcp->sn2  (y/n):			type 'y'

   Note:

       Add chain sco_tcp->sn20(y/n)
			 :
       Add chain sco_tcp->sn23 (y/n)

       It depends on card number.

7. Enter number of media mode selection (0 1 2 3 4) [3] or 'q' to quit:  n

8. Enter the internet Address of this interface 	n.n.n.n

9. Enter the netmask for this interface 		(default 255.255.255.0)

10. Does the interface use a broadcast address of all 1's (y/n)  default : y

11. Enter the broadcast address for this interface	default: n.n.n.n

12. Are these values correct ? (y/n)			y

13. XX Pseudo ttys are currently configured, do you want to:

       1) Add Pseudo ttys
       2) Remove Pseudo ttys
       Select an option or enter q to quit [q]		q

14.Available options:

       1) Add a chain
       2) Remove a chain
       3) Reconfigure a element in a chain
       q. Quit						Select option: q

15. Do you want to relink to kernel now ?		y

16. Do you want this kernel to boot by default (y/n)	y

17. Do you want the kernel environment rebuilt (y/n)	y

18. Reboot unix

	# shutdown -y -g0

