home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / protocol / ppp / 885 < prev    next >
Encoding:
Text File  |  1992-11-10  |  1.4 KB  |  31 lines

  1. Newsgroups: comp.protocols.ppp
  2. Path: sparky!uunet!haven.umd.edu!ames!saimiri.primate.wisc.edu!zaphod.mps.ohio-state.edu!mstar!mstar!bob
  3. From: bob@MorningStar.Com (Bob Sutterfield)
  4. Subject: Re: PPP between different networks? (i.e., 183... & 142...)
  5. In-Reply-To: det@hawkmoon.mn.org's message of Mon, 9 Nov 1992 05: 02:42 GMT
  6. Message-ID: <BOB.92Nov10094722@volitans.MorningStar.Com>
  7. Sender: news@MorningStar.Com
  8. Nntp-Posting-Host: volitans.morningstar.com
  9. Organization: Morning Star Technologies
  10. References: <1992Nov9.050242.16958@hawkmoon.mn.org>
  11. Date: Tue, 10 Nov 1992 14:47:31 GMT
  12. Lines: 17
  13.  
  14. In article <1992Nov9.050242.16958@hawkmoon.mn.org> det@hawkmoon.mn.org (Derek Terveer) writes:
  15.    Can I connect one machine on one network, say 183.100.1.1 to
  16.    another machine on another network, say 142.49.1.18; or must both
  17.    machines be one the same network?
  18.  
  19. Sure, no problem.  Just tell your PPP link about each end's IP
  20. address.  None of the addresses are related to any other IP address in
  21. either your address space of that of your peer.  Each IP interface is
  22. independent of any others on the same machine, so it can use the same
  23. address as some other interface, different addresses in the same
  24. subnet, different addresses in the same network, or something you've
  25. pulled out of thin air.
  26.  
  27. For example, our link to the world looks like
  28.     du0: flags=0x51<UP,POINTOPOINT,RUNNING>
  29.         inet 137.175.1.1 --> 38.146.20.1 netmask ffff0000 
  30. The netmask is incidental and ignored.
  31.