home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / vmsnet / networks / tcpip / multinet / 2008 < prev    next >
Encoding:
Internet Message Format  |  1992-08-20  |  1.5 KB

  1. Path: sparky!uunet!cs.utexas.edu!swrinde!mips!darwin.sura.net!jvnc.net!rutgers!network.ucsd.edu!mvb.saic.com!tgv.com!info-multinet
  2. From: TANNER@Cerritos.EDU (Bruce Tanner)
  3. Newsgroups: vmsnet.networks.tcp-ip.multinet
  4. Subject: Re: Repost: SLIP configuration problem
  5. Message-ID: <20200DB821AUG92052408@TGV.COM>
  6. Date: 21 Aug 92 05:24:08 GMT
  7. Organization: The INFO-MULTINET Community
  8. Lines: 32
  9. X-Gateway-Source-Info: INTERNET
  10. X-Return-path: <info-multinet-relay@TGV.COM>
  11. X-RFC822-From: Bruce Tanner <TANNER@Cerritos.EDU>
  12. X-VMS-To: in%"info-multinet@tgv.com"
  13. Nntp-Posting-Host: Mvb.Saic.Com
  14.  
  15. In article <1992Aug20.124504.40053@urz.unibas.ch>, doelz%urz.unibas.ch@TGV.COM writes:
  16. > Has anyone sucessfully managed to run SLIP over LAT yet ? 
  17.  
  18. We have an account that one of our users dials into over LAT for SLIP.
  19. It's not quite your configuration, and it is dynamic rather than static,
  20. but I haven't gotten any complaints yet.
  21.  
  22. Tha hackish part is that the LTA device holds on to sl0 even after the link
  23. goes down.  It gets hunted down and stopped the next time he needs it.
  24. Gross, but it works.
  25.  
  26. [login.com]
  27. $loop:
  28. $ dev = f$device("*LTA*")
  29. $ if dev .eqs. "" then goto start_slip
  30. $ if f$getdvi(dev,"NET")
  31. $ then
  32. $  write sys$output "Shutting down SLIP on ''dev'"
  33. $  multinet set/interface sl0/down/slip_device='dev'
  34. $  goto start_slip
  35. $ endif
  36. $ goto loop
  37. $
  38. $start_slip:
  39. $ set term/passall/perm
  40. $ multinet set/interface sl0/dynamic/slip
  41. $ exit
  42.  
  43. -Bruce
  44. --
  45. Bruce Tanner        (310) 860-2451 x 596    Tanner@Cerritos.EDU
  46. Cerritos College    Norwalk, CA             DoD #0161  NOMAD #007
  47.