Metropoli BBS
VIEWER: net.cfg MODE: TEXT (ASCII)
;****************************************************************
;*  								*
;* Copyright (C) National Semiconductor 1992			*
;* All Rights Reserved.					    	*
;*							    	*
;* This file is a sample network configuration file (NET.CFG)	*
;*								*
;* Revision History:				   		*
;* Date		Who	Rev 	Comments   	     		*
;* 07/06/91	SFK	.00	Genesis.	   		*
;* 06/04/92	SFK	.01	Genesis.	   		*
;* 11/11/92	SFK	.02	Update with new tab stops.	*
;* 11/24/92	SFK	.03	Update link driver names.	*
;*						   		*
;****************************************************************

;****************************************************************
;*								*
;* Configuration link support.					*
;*								*
;****************************************************************
Link Support
	Buffers 20 1514

;****************************************************************
;*  								*
;* Use for adapter accessed by I/O.				*
;* Default values are as follows: 				*
;* Port 300	   						*
;* Int 3	   						*
;*			       					*
;****************************************************************
link driver ATLIOP
	port 300
	int 3

	Frame Ethernet_802.3
	Frame Ethernet_802.2
	Frame Ethernet_II
	Frame Ethernet_SNAP

	Protocol IPX 0 Ethernet_802.3
;;	Protocol IPX E0 Ethernet_802.2
;;	Protocol IPX 8137 Ethernet_II
;;	Protocol IPX 8137 Ethernet_SNAP

;****************************************************************
;*								*
;* Use for adapter accessed by RAM.				*
;* Default values are as follows: 				*
;* Port 300	   						*
;* Int 3	   						*
;* mem D0000 400						*
;*								*
;****************************************************************
link driver ATLIOS
	port 300
	int 3
	mem D0000 400

	Frame Ethernet_802.3
	Frame Ethernet_802.2
	Frame Ethernet_II
	Frame Ethernet_SNAP

	Protocol IPX 0 Ethernet_802.3
;;	Protocol IPX E0 Ethernet_802.2
;;	Protocol IPX 8137 Ethernet_II
;;	Protocol IPX 8137 Ethernet_SNAP

	
[ RETURN TO DIRECTORY ]