home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / unix / amiga / 705 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  2.4 KB

  1. Path: news.zeitgeist.net!usenet
  2. From: mwm@contessa.phone.net (Mike Meyer)
  3. Newsgroups: comp.os.linux.networking,comp.unix.admin,comp.unix.misc,comp.unix.questions,comp.unix.amiga
  4. Subject: Re: SLIP gateway on a local network
  5. Date: Thu, 21 Mar 1996 22:37:39 PST
  6. Organization: Missionaria Phonibalonica
  7. Distribution: world
  8. Message-ID: <19960321.76992F0.145CD@contessa.phone.net>
  9. References: <314B4C05.7FD76F10@bbs.infosquare.it> <DoEHtq.51v@gaspode.mayn.de> <4ik1ho$suv@bell.maths.tcd.ie> <4ikcb0$r9g.C.deGroot@news.inter.NL.net> <4ikgm4$dvm@bell.maths.tcd.ie>
  10. NNTP-Posting-Host: contessa.phone.net
  11. X-NewsReader: Amiga Yarn 3.9, 1995/05/09 10:42:03
  12.  
  13. In <4ikgm4$dvm@bell.maths.tcd.ie>, tim@maths.tcd.ie (Timothy Murphy) wrote:
  14. > C.deGroot@inter.NL.net (Cees de Groot) writes:
  15. > In any case, my understanding of the original question was this.
  16. > The man has a "home net" with 2 machines on it,
  17. > linked by Ethernet.
  18. > Also machine 1 is linked by SLIP to the Internet.
  19. > Now he wants to know if he can access the Internet
  20. > from machine 2 via machine 1.
  21. > It is quite surprising to me that 
  22. > this simple query has not been properly answered
  23. > in eg the Network Administrators Guide,
  24. > where much more esoteric problems
  25. > most unlikely to be encountered by a Linux user
  26. > are dealt with at length.
  27.  
  28. It's been answered properly here a number of times. You were to busy
  29. complaining about your not understanding the answer to notice that.
  30. The simple solution is:
  31.  
  32. 1) Get an IP address from your ISP for the second machine. Configure
  33.     the machine to use that address.
  34.  
  35. 2) Enable GATEWAY (apparently a kernel recompile) on the machine with
  36.     SLIP on it.
  37.  
  38. That's really all there is to it.
  39.  
  40. The problem with the simple solution could well be step 1). If your
  41. ISP refuses to give you the IP address, then it's no longer a "simple"
  42. question. You now have to arrange to have the gateway machine put its
  43. IP address on packets from the interior machines before sending them
  44. out, and figure out which incoming packets belong to it and which
  45. belong to interior machines, and distribute them appropriately.
  46. Documentation on how to do that is what Cees De Groot was pointing you
  47. towards.
  48.  
  49. I haven't looked into doing this operation. However, gettting a class
  50. C network from the NIC is simple, asking your ISP to route to that
  51. network is simple, and finding another ISP if they refuse to do so is
  52. also simple. Which is why that's the route I would take.
  53.  
  54.     <mike
  55.  
  56.