home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / novell / 9594 < prev    next >
Encoding:
Text File  |  1992-11-17  |  2.9 KB  |  72 lines

  1. Newsgroups: comp.sys.novell
  2. Path: sparky!uunet!ihz.compuserve.com!sam
  3. From: sam@csi.compuserve.com (Sam Neely)
  4. Subject: Need help with TCP/IP routing on NetWare 3.11
  5. Message-ID: <BxwM11.CJL@csi.compuserve.com>
  6. Organization: CompuServe Incorporated
  7. Date: Wed, 18 Nov 1992 08:53:24 GMT
  8. Lines: 62
  9.  
  10. I'm having a bit of a problem configuring my NetWare 3.11 server to do
  11. proper TCP/IP routing due to a bit of confusion on my part and a weird
  12. configuration at my site.
  13.  
  14. We have a class B IP address (149.174) and have it subnetted at the
  15. oh-so-typical 8 bit mark (255.255.255.0).  The problem is that our
  16. backbone as traffic for three subnets on it.   Pictorially:
  17.  
  18.               (Networks 149.174.1, 149.174.2, 149.174.3) [BACKBONE]
  19.               =====================================================
  20.                          |                   |
  21.                          | 149.174.1.1       |
  22.                          | 149.174.2.1       |
  23.                          | 149.174.3.1       | 149.174.3.2
  24. (Outside world)     +--------+          +---------+
  25. --------------------| Router |          | Netware |
  26.                     +--------+          +---------+
  27.                                              | 149.174.4.1
  28.                                              |
  29.                               ==============================
  30.                                 (Network 149.174.4)
  31.  
  32. My network uses RIP to broadcast routing information.  The router,
  33. however, likes to broadcast RIP to 255.255.255.255 instead of the
  34. subnet broadcast addresses of 149.174.{1,2,3}.255.  Also, if I'm not
  35. mistaken, the broadcast comes from the primary IP address of
  36. 149.174.1.1.  By the way, the router does broadcast a proper default
  37. route of 0.0.0.0 so others can get to the outside world.
  38.  
  39. From memory, here's the pertenent info from my autoexec.ncf:
  40.  
  41. load TCPIP forward=yes
  42. bind ip to interface0 addr=149.174.3.2 mask=255.255.255.0
  43.    bcast=149.174.3.255
  44. bind ip to interface1 addr=149.174.4.1 mask=255.255.255.0
  45.    bcast=149.174.4.255
  46.  
  47. With this configuration, the RIP packet that does make it over to
  48. network 149.174.4 only contains 1 route -- the route to network
  49. 149.174.3.
  50.  
  51. My questions:
  52.  
  53. 1.  Is it possible for the RIP information to propagate back to the
  54. 149.174.4 network, or do I have to install routes via IPCONFIG?
  55.  
  56. 2.  Is there any way to teach TCPIP.NLM how to read the RIP broadcast
  57. going to 255.255.255.255 without breaking anything?
  58.  
  59. 3.  I noticed that there is a 'gate=' parameter on the bind command.
  60. Does this install a default route (0.0.0.0)?  If so, which interface
  61. does it belong on?  I didn't fully understand the description and use
  62. as presented in The Manual.
  63.  
  64. 4.  Is there anything else that I may have overlooked?
  65.  
  66. Thanks!
  67. -- 
  68. Sam Neely, CompuServe Incorporated                  +1 614 457 8600 (voice)
  69. 5000 Arlington Centre Blvd, Columbus, OH  43220     +1 614 457 0348 (FAX)
  70. Electronic Mail:  InfoPlex: >CSI:SAM      Internet: SAM@CSI.COMPUSERVE.COM
  71. To err is human, to forgive is against company policy
  72.