home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / dcom / modems / 12218 < prev    next >
Encoding:
Internet Message Format  |  1992-08-18  |  1.7 KB

  1. Xref: sparky comp.dcom.modems:12218 resif.reseaux.modems:15 comp.protocols.ppp:705 biz.comp.telebit:830
  2. Newsgroups: comp.dcom.modems,resif.reseaux.modems,comp.protocols.ppp,biz.comp.telebit
  3. Path: sparky!uunet!gossip.pyramid.com!decwrl!csus.edu!netcom.com!netcom.com!geethu
  4. From: geethu@netcom.com (Geetha Madhavan)
  5. Subject: Slip: Help Sought
  6. Message-ID: <710mn#g.geethu@netcom.com>
  7. Date: Tue, 18 Aug 92 19:18:15 GMT
  8. Organization: Netcom - Online Communication Services  (408 241-9760 guest) 
  9. Summary: Slip on SUN4 with Telebit WB and Fastcomm
  10. Followup-To: Slip
  11. Distribution: geethu@netcom.com
  12. Lines: 42
  13.  
  14.  
  15.  
  16. I am trying to setup slip between a Telebit WorldBlazer and
  17. a Fastcomm 9600. I have the following script
  18.  
  19. #!/bin/sh
  20. while true ; do
  21.      ./tip -s slip >/dev/console 2>&1
  22.      sleep 100
  23. done
  24.  
  25. and slip is in my /etc/remote 
  26.  
  27. slip:sa= xxx.xx.xx.xx:da=yyy.yy.yy.y:sm=255.255.0.0:st=slip:rt:\
  28.         :dv=/dev/cua0:br#19200:du:at=hayes:pn=xxxxxxx:ls=login.script:
  29.  
  30. (ofcourse the xxx and yyy are completed in the entry)
  31. (sa = local address and da is destination)
  32.  
  33. The modem dials out (from a SUN IPC) with the Telebit WB and
  34. logs into a sparc2 with a Fastcomm.
  35.  
  36. The modems connect, the following message comes at my Home
  37. terminal (yes! I have the kernal configured ...etc),
  38.  
  39. [Logging in...]
  40. Aug  9 23:13:21 benjy vmunix: slip0: coming up
  41. add net 0: gateway xxx.xx.xx.xx
  42. [SLIP running]
  43.  
  44. Subsequently nothing happens, ping da (the yyy.yy.yy.yy )
  45. doesn't work. Do I have to run something on the destination address
  46. to make the slip to connect? The systems remain connected! I feel
  47. I am very close to setting up slip! Any help would be appreciated.
  48. Please respond by email.
  49.  
  50. Thanks and Regards
  51.  
  52.  
  53. ... Geetha Madhavan
  54.  
  55.  
  56.