home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / ipcfg.exe / IPCFG.TXT next >
Text File  |  1993-09-17  |  5KB  |  145 lines

  1.  
  2.               NOVELL TECHNICAL INFORMATION DOCUMENT
  3.  
  4. TITLE:              IP129.EXE
  5. DOCUMENT ID:        TID000144
  6. DOCUMENT REVISION:  A
  7. DATE:               01JUL93
  8. ALERT STATUS:       Yellow
  9. INFORMATION TYPE:   Symptom Solution
  10. README FOR:         IPCFG.EXE
  11.  
  12. NOVELL PRODUCT and VERSION:
  13. TCP/IP 1.x
  14.  
  15. ABSTRACT:
  16. This patch addresses the issue of not being able to do static routing if
  17. TCPIP.NLM (v1.0x) is updated to v2.02 using the SNMP Agent Update
  18. (v2.0)disk.  IPCONFIG.NLM (v2.02) should be used with TCPIP.NLM (v2.02).
  19. _________________________________________________________________
  20.  
  21. DISCLAIMER
  22. THE ORIGIN OF THIS INFORMATION MAY BE INTERNAL OR EXTERNAL TO NOVELL. 
  23. NOVELL MAKES EVERY EFFORT WITHIN ITS MEANS TO VERIFY THIS INFORMATION. 
  24. HOWEVER, THE INFORMATION PROVIDED IN THIS DOCUMENT IS FOR YOUR INFORMATION
  25. ONLY.  NOVELL MAKES NO EXPLICIT OR IMPLIED CLAIMS TO THE VALIDITY OF THIS
  26. INFORMATION.
  27. _________________________________________________________________
  28.  
  29. Self-Extracting File Name:  IPCFG.EXE
  30.  
  31. Files Included     Size     Date        Time
  32.  
  33.    IPCFG.TXT          (This File)
  34. IPCONFIG.NLM       8323    3-15-93      1:26p
  35.  
  36.  
  37. WARNING:
  38. --------
  39. This version of IPCONFIG (v2.02) will not work with TCPIP v1.0 or v1.01. 
  40. Please do NOT install this if you DO NOT have SNMP Agent Update disk v2.0
  41. and TCPIP.NLM (v2.02).
  42.  
  43. INSTALLATION:
  44. -------------
  45.  
  46. 1. Login to the server from a workstation as Supervisor
  47. 2. CD to SYS:\SYSTEM
  48. 3. Change IPCONFIG NLM file attributes to write-enabled in the SYSTEM
  49. directory.
  50.     FLAG IPCONFIG.NLM RW
  51. 4. Copy the new IPCONFIG.NLM to IPCONFIG.OLD in SYSTEM directory
  52. 5. Copy IPCONFIG.NLM v2.02 to SYSTEM directory
  53. 6. Change file attributes to read-only and share.
  54.      FLAG IPCONFIG.NLM RO S
  55. 7. Ensure that TCPIP NLM is unloaded and then reloaded prior to loading the
  56. new IPCONFIG NLM.
  57.  
  58. USAGE:
  59. ------
  60.  
  61. If you require static routes, you should indicate the static routes in the
  62. SYS:\ETC\GATEWAYS file and then load the IPCONFIG NLM after you load the
  63. TCPIP NLM and bind IP.
  64.  
  65. It is possible to do static routing as well as static subnet routing with
  66. this version of IPCONFIG.NLM (v2.02) along with TCPIP (v2.02).
  67.  
  68. Format of SYS:ETC\GATEWAYS
  69. --------------------------
  70.  
  71. Each line in SYS:ETC\GATEWAYS has the following format:
  72.  
  73.  
  74. {NET network_name|{network_number[/network_mask]}|HOST host}
  75.     GATEWAY gateway [METRIC cost]  [ {ACTIVE | PASSIVE } ]
  76.  
  77. where:
  78.  
  79. The network_name is the name of a network in SYS:ETC\NETWORKS.
  80.  
  81. The network_number/network_mask is the IP network address and its subnet
  82. mask; the subnet mask is optional.  If the network_mask is not specified,
  83. the subnet mask is derived from the network number, excluding all trailing
  84. zeros.
  85.  
  86. The host is the IP address of a host or the name of a host in
  87. SYS:ETC\HOSTS.
  88.  
  89. The gateway is the IP address of a gateway on a locally connected network
  90. or the name of such a gateway in SYS:ETC\HOSTS.
  91.  
  92. The cost, or measure of expense, is a value greater than or equal to 1 but
  93. less than or equal to 15.
  94.  
  95. The active or passive indicates the type of route for routing information.
  96.  
  97. For example:
  98.  
  99. NET 2.0.0.0 GATEWAY 193.1.1.1
  100.  
  101. HOST 129.1.0.3 GATEWAY 193.1.1.1 PASSIVE
  102.  
  103. NET 130.57.1.0/255.255.255.0 GATEWAY 193.1.1.1 PASSIVE
  104.  
  105. Loading the IPCONFIG NLM
  106. ------------------------
  107.  
  108. To add the static routes in SYS:ETC\GATEWAYS to the routing database, you
  109. must load the IPCONFIG NLM.  This can be done by entering the LOAD IPCONFIG
  110. command at the system console.  Normally,  you place this command in your
  111. SYS:SYSTEM\AUTOEXEC.NCF file after loading tcpip and binding IP to
  112. interfaces so that the static routes are added  each time the system is
  113. loaded.
  114.  
  115. The command is as follows:
  116.  
  117. LOAD IPCONFIG
  118.  
  119. NOTE:  If you do not have any static routes to configure, you do not need
  120. to load IPCONFIG.
  121.  
  122. IPCONFIG reads SYS:ETC\GATEWAYS, places each route into the routing
  123. database, and then exits.  While you are "debugging" your GATEWAYS file,
  124. problems in the file may cause IPCONFIG to print diagnostic messages.
  125.  
  126. For each route IPCONFIG finds in SYS:ETC\GATEWAYS, IPCONFIG adds a routing
  127. entry for the host or network indicated.  The first hop in the new routing
  128. entry is the provided gateway and the metric is the given cost.  If no
  129. metric is given, a cost of 1 is used.
  130.  
  131. IPCONFIG will support a static subnet route if the subnet mask is
  132. associated with the subnetwork number in /etc/gateway.
  133.  
  134. Placing the keywork active on the line indicates that the route is
  135. maintained by the indicated gateway using normal RIP updates.  Active
  136. routes are subject to normal RIP rules.  They may be replaced by routes
  137. with lower metric values and they time out and disappear if no RIP updates
  138. are received for them.
  139.  
  140. The keyword passive, which is the default if neither active nor passive is
  141. specified, indicates a route for which no RIP information will ever be
  142. available.  Such routes never time out and IP ignores RIP information for
  143. them. They can be deleted or modified using TCPCON.
  144.  
  145.