home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / next / sysadmin / 7041 < prev    next >
Encoding:
Text File  |  1992-12-13  |  3.4 KB  |  82 lines

  1. Newsgroups: comp.sys.next.sysadmin
  2. Path: sparky!uunet!boulder!jove.Colorado.EDU!cary
  3. From: cary@jove.Colorado.EDU (John R. Cary)
  4. Subject: How to get routing right for NeXT as a slip server?
  5. Message-ID: <1992Dec14.025957.27430@colorado.edu>
  6. Sender: news@colorado.edu (The Daily Planet)
  7. Nntp-Posting-Host: jove.colorado.edu
  8. Organization: University of Colorado, Boulder
  9. Date: Mon, 14 Dec 1992 02:59:57 GMT
  10. Lines: 70
  11.  
  12. I am trying to set up my NeXT as a slip server using the SLIP
  13. package by L. Mamakos.  
  14.  
  15. I got slip to work with static routing for the subnet (128.138.145) on which
  16. the NeXT sits, but I cannot communicate with machines not on the
  17. 128.138.145 subnet.
  18.  
  19. On the slip server (the NeXT, apaschair)  I set
  20. ip# = 128.138.145.7
  21. slip0local = 128.138.145.13
  22. slip0remote = 128.138.145.12
  23. slip0netmask = 128.138.255.0
  24. (If this last is .255, 'netstat -r' on the NeXT does not show .12 routed
  25. via .13.  If this last is .254, it works just as well.)
  26.  
  27. For this configuration, netstat on the server gives:
  28. apaschair.cary> netstat -r
  29. Routing tables
  30. Destination      Gateway            Flags     Refs     Use  Interface
  31. localhost        localhost          UH          2      713  lo0
  32. apasroad.Colorad apasslip.Colorado. UH          0      152  slip0
  33. apasslip.Colorad localhost          UH          0        0  lo0
  34. default          phys-gw145.Colorad UG          2     6241  en0
  35. 128.138.145      apaschair.Colorado U          40    35405  en0
  36. apaschair.cary> netstat -i -n
  37. Name  Mtu   Network     Address            Ipkts Ierrs    Opkts Oerrs  Coll
  38. en0   1500  128.138.145 128.138.145.7      44538     0    38958     0     0
  39. lo0   1536  127         127.0.0.1           3374     0     3374     0     0
  40. etlk0 622   none        none                   0     0        9     0     0
  41. slip0 1006  128.138.145 128.138.145.13       204     0      152     0     0
  42. slip1 1006  none        none                   0     0        0     0     0
  43. en0   1500  none        none               44674     0    38977     0     0
  44.  
  45. On the Mac I set VersatermAdminSLIP to
  46. ip# = 128.138.145.12
  47. netmask = 255.255.255.255
  48. gateway = 128.138.145.13
  49.  
  50. At this point I was able to telnet successfully to 128.138.145.7.
  51. However, I could not log in to 128.138.145.4 (apas).
  52.  
  53. I then went to apas and added the static route to 128.138.145.12
  54. being by the gateway 128.138.145.7.  At this point I was able to 
  55. telnet to 128.138.145.4.
  56.  
  57. I cannot log in to other machines on the subnet.  I presume I have
  58. to tell each of them what the route to 128.138.145.12 is.
  59.  
  60. I cannot log into any machines off the subnet, and I cannot
  61. log into any machines by name.  I presume that no machines off the
  62. 128.138.145 subnet know how to get to 128.138.145.13.  This would
  63. explain both the lack of off-subnet telnet and nameservice.
  64.  
  65. Does my Next need to be broadcasting that packets to 128.138.145.12
  66. should be sent to 128.138.145.7?  How is this done?
  67.  
  68. Or should my NeXT automatically pick off any packets to 128.138.145.12?
  69. Again, how?
  70.  
  71. Or, does the subnet gateway (phys-gw145 = 128.138.145.1) need to be set up
  72. so that it knows that packets to 128.138.145.12 are to be sent to 
  73. 128.138.145.7?
  74.  
  75. Thanks for any help.
  76. -- 
  77. --------------------------
  78. John R. Cary                                  cary@boulder.colorado.edu
  79. Department of Astrophysical, Planetary and Atmospheric Sciences
  80. University of Colorado, Boulder, CO 80309-0391
  81. ph. (303) 492-1489                                   fax (303) 492-0642
  82.