home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / aux / 3024 < prev    next >
Encoding:
Text File  |  1992-07-30  |  3.7 KB  |  78 lines

  1. Newsgroups: comp.unix.aux
  2. Path: sparky!uunet!stanford.edu!ames!nsisrv!jagubox!jim
  3. From: jim@jagubox.gsfc.nasa.gov (Jim Jagielski)
  4. Subject: Re: SLIP
  5. Message-ID: <918@jagubox.gsfc.nasa.gov>
  6. Keywords: SLIP
  7. Sender: usenet@nsisrv.gsfc.nasa.gov (Usenet)
  8. Nntp-Posting-Host: jagubox.gsfc.nasa.gov
  9. Reply-To: jim@jagubox.gsfc.nasa.gov (Jim Jagielski)
  10. Organization: NASA/Goddard Space Flight Center
  11. References: <1992Jul30.134934.1170@cbnewsk.cb.att.com>
  12. Date: Thu, 30 Jul 1992 14:50:56 GMT
  13. Lines: 63
  14.  
  15. rob@cbnewsk.cb.att.com (rob) writes:
  16.  
  17. >I am having a heck of a time getting SLIP to work.
  18. >My setup: A/UX 3.0 configured with bnet - MacIIci 8/160 - Telebit T3000
  19. >modem with hardware-handshake cable.
  20. >The problem: I want to use my Mac as a SLIP client to an HP9000/382
  21. >running HP/UX 8.0 and configured as a SLIP server. I can cu(1) and log
  22. >into the HP with no problem. I can start ppl(1) [<== The HP SLIP interface]
  23. >ok, and it tells me the protocol is started. I can then run slattconf(1) on
  24. >the Mac and it returns 'sl0' as expected. 'netstat -r' on the Mac indicates
  25. >that the routing tables are as they should be.  'netstat -Isl0 10' shows
  26. >that there are input and output packets flowing through 'sl0'.
  27.  
  28. >BUT.....
  29. >If I try to do anything with the SLIP connection (i.e. - telnet, ftp,
  30. >ping) nothing happens! I can 'ping' my local system via its system name
  31. >as shown in /etc/hosts (rather than 'loop') and get results, but when
  32. >I try to ping the SLIP server I get no response.
  33.  
  34. >Is there something obvious I can try to attempt to determine what's going on?
  35. >Since netstat indicated input packets are arriving it would be nice
  36. >if I could snoop at the packets to see their headers, but I don't see any 
  37. >A/UX support for that. I fear that I may have something within A/UX
  38. >configured incorrectly such that the Mac does not recognize packets addressed
  39. >to it.
  40.  
  41. >Any and all suggestions are welcome and will be tried. I will summarize
  42. >all responses for the net if there is interest. Thanks in advance.....
  43.  
  44. Hmmm... well, Ron (@afsg) has ported the Berkeley Packet Filter (bpf)
  45. package over to A/UX 3.0, so if you install it, you can snoop and
  46. look at the packets (look for bpf on afsg.apple.com).
  47.  
  48. Have you setup nameserver and routing correctly (running named, routed,
  49. using resolv.conf or a static route)? If this question causes you to
  50. go "Huh? What?" then I would guess that's it.
  51.  
  52. You see (this little discussion is based on TCP/IP-Ethernet but should
  53. be valid for CSlip as well), to use networking your Mac must also be
  54. able to figure out what machine you mean by "foo.bar.blah". That's
  55. the nameservers job. You can have you Mac do that function completely
  56. or have it question real nameservers. The latter is mucho easier; all
  57. you need is a short little file called /etc/resolv.conf that says
  58. who those nameservers are. If you have the hosts in /etc/hosts, then
  59. your Mac should be able to figure out who they are as well.
  60.  
  61. The other thing is that there must be some way for packets that you
  62. generate to go out into the real world... This is the job of a router
  63. or gateway. Again, you can tell A/UX which gateway to use ("route")
  64. or run the routed ("routed -q") to listen for who is the right
  65. router. Again, the later is easier; just run it from /etc/inittab.
  66. This also allows for outside packets to reach you.
  67.  
  68. PS: If any of the above isn't valid for CSlip, then I never said it :)
  69. -- 
  70. ==============================================================================
  71. #include <std/disclaimer.h>
  72.  
  73.                 Jim Jagielski                  NASA/GSFC, Code 734.4
  74.           jim@jagubox.gsfc.nasa.gov             Greenbelt, MD 20771
  75.  
  76.            "The great scallop... this tatty, scrofulous old rapist,
  77.                is second in depravity only to the common clam."
  78.