home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / sun / admin / 9492 < prev    next >
Encoding:
Text File  |  1992-12-16  |  1.0 KB  |  29 lines

  1. Newsgroups: comp.sys.sun.admin
  2. Path: sparky!uunet!europa.asd.contel.com!emory!swrinde!cs.utexas.edu!torn!nott!dgbt!clark.dgim.doc.ca!news
  3. From: don@mars.dgrc.doc.ca (Donald McLachlan)
  4. Subject: Re: how connect different ip nets on one ether
  5. Message-ID: <1992Dec16.144842.1936@clark.dgim.doc.ca>
  6. Sender: news@clark.dgim.doc.ca (Usenet News)
  7. Reply-To: don@mars.dgrc.doc.ca
  8. Organization: Communication Research Centre
  9. References: <BIP.92Dec16131237@SPARC.sekas.de>
  10. Date: Wed, 16 Dec 92 14:48:42 GMT
  11. Lines:       17
  12.  
  13. To tell your Unix system that there are hosts from other ip-domains connected
  14. directly to your local ethernet segment, you can use ...
  15.  
  16. /usr/etc/route add net x.y.z.0 `hostname` 0
  17.  
  18. This says to add the given network to the routing table, with your local
  19. host as the gateway, and that it takes 0 hops to reach the "new" network.
  20. ---
  21. Donald McLachlan            e-mail    don@mars.dgrc.doc.ca
  22. Communications Research Centre / DRL    office    613-998-2845
  23. 3701 Carling Ave.,            lab    613-998-2423
  24. Ottawa, Ontario                fax    613-990-7987
  25. K2H 8S2
  26.  
  27.  
  28.  
  29.