home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / bsd / 5350 < prev    next >
Encoding:
Text File  |  1992-09-08  |  1.8 KB  |  55 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!decwrl!csus.edu!netcom.com!alm
  3. From: alm@netcom.com (Andrew Moore)
  4. Subject: SLIP set up, but how to connect?
  5. Message-ID: <r0rn0hj.alm@netcom.com>
  6. Date: Wed, 09 Sep 92 02:10:25 GMT
  7. Organization: Netcom - Online Communication Services  (408 241-9760 guest) 
  8. Lines: 45
  9.  
  10. I am using "Unix System Administration" by Nemeth, Synder, Seebass as a
  11. reference, which is very helpful, but it doesn't seem  to cover SLIP...
  12.  
  13. On one system SLIP autologin is set up as per the sliplogin man page
  14. (sliplogin linked to /etc/, passwd entry added with vipw, etc).  On the
  15. second system, only the 386bsd distribution installation disk is
  16. installed (and a patched kernel from the first system).   I can use
  17. the second  system as a serial terminal (connecting  with tip) on the
  18. first.  But how to I get a SLIP connection?
  19.  
  20. Following the 386bsd installation instructions for loading 386bsd via
  21. SLIP, I do:
  22.  
  23. # slattach /dev/com2 9600
  24. # ifconfig sl0 192.100.92.2 192.100.92.1
  25.  
  26. (192.100.92.1 and .2 are the arbitrary IP addresses that I have
  27. assigned to the first and second system, respectively.  They appear
  28. in the first system's /etc/hosts file).
  29.  
  30. Is the route command necessary now?  If so, do I use the first system's
  31. IP address as the <local gate number>?
  32.  
  33. In the mean time, I try:
  34. # ftp 192.100.92.1
  35.  
  36. No complaint, but no connection either.  So I try:
  37. # route add default 192.100.92.1
  38.  
  39. adds default OK.  Again:
  40. # ftp 192.100.92.1
  41.  
  42. nothing.  So then I try tip, but that doesn't work now.
  43.  
  44. Other variations I have tried:
  45.  
  46. login via tip before slattach to the first system using SLIP login
  47. name (Sworm).  autolgoin fails in slip.login.
  48.  
  49. connect via tip and at the "login: " prompt ^Z back to local system.
  50. Do slattach, fg back to tip - the diagnostic appears: "write not
  51. support by device" 
  52.  
  53. etc.  What am I doing wrong?
  54. -Andrew Moore <alm@netcom.com>
  55.