home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / vxworks / 1020 < prev    next >
Encoding:
Text File  |  1992-11-17  |  1.7 KB  |  37 lines

  1. Newsgroups: comp.os.vxworks
  2. Path: sparky!uunet!ukma!nsisrv!tpocc.gsfc.nasa.gov!slater
  3. From: slater@tpocc.gsfc.nasa.gov (Don Slater)
  4. Subject: Re: Ethernets and backplane networks
  5. Message-ID: <1992Nov17.032922.13756@nsisrv.gsfc.nasa.gov>
  6. Keywords: Backplane Networks, Subnetting
  7. Sender: usenet@nsisrv.gsfc.nasa.gov (Usenet)
  8. Nntp-Posting-Host: tpocc.gsfc.nasa.gov
  9. Organization: Integral Systems, Inc / TPOCC Project
  10. References: <9211161235.AA20384@pickle.uk.ate.slb.com>
  11. Date: Tue, 17 Nov 1992 03:29:22 GMT
  12. Lines: 23
  13.  
  14. We have gone through the same problem as we transitioned to a production
  15. (operational) environment with our VME backplane networks.  We run three
  16. MVME147s in a crate, so the first in the gateway and has two net addresses.
  17. We use a class C net address and subnet with the first three bits of the 
  18. fourth octet.  So the netmask on the workstations is 255.255.255.224 and is
  19. ffffffe0 on the 147.  The address field look like:
  20.                       inet address   150.144.62.45
  21.                       backplane addr 150.144.62.129:ffffffe0
  22.                       host address   150.144.62.41
  23. On your workstation, you then can do a static route as follows:
  24. /etc/route add net 150.144.62.128 150.144.62.45 1
  25. The first address designates a subnet because the 5 host_id bits are zeros.
  26.  
  27. Hope at least some of this is helpful.
  28.  
  29.  
  30. |    Don Slater        Senior Technical Staff |   Occasional System      |
  31. |    Integral Systems, Inc.     CSC/LR        |   Administrator          |
  32. |    <slater@tpocc.gsfc.nasa.gov>             |--------------------------|
  33. |    1100 West Street                         | "What part of 'No' don't |
  34. |    LAUREL  MD 20707-3587    USA             |  you understand?"        |
  35.  
  36.  
  37.