home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cs.utexas.edu!swrinde!mips!darwin.sura.net!jvnc.net!rutgers!network.ucsd.edu!mvb.saic.com!tgv.com!info-multinet
- From: TANNER@Cerritos.EDU (Bruce Tanner)
- Newsgroups: vmsnet.networks.tcp-ip.multinet
- Subject: Re: Repost: SLIP configuration problem
- Message-ID: <20200DB821AUG92052408@TGV.COM>
- Date: 21 Aug 92 05:24:08 GMT
- Organization: The INFO-MULTINET Community
- Lines: 32
- X-Gateway-Source-Info: INTERNET
- X-Return-path: <info-multinet-relay@TGV.COM>
- X-RFC822-From: Bruce Tanner <TANNER@Cerritos.EDU>
- X-VMS-To: in%"info-multinet@tgv.com"
- Nntp-Posting-Host: Mvb.Saic.Com
-
- In article <1992Aug20.124504.40053@urz.unibas.ch>, doelz%urz.unibas.ch@TGV.COM writes:
- > Has anyone sucessfully managed to run SLIP over LAT yet ?
-
- We have an account that one of our users dials into over LAT for SLIP.
- It's not quite your configuration, and it is dynamic rather than static,
- but I haven't gotten any complaints yet.
-
- Tha hackish part is that the LTA device holds on to sl0 even after the link
- goes down. It gets hunted down and stopped the next time he needs it.
- Gross, but it works.
-
- [login.com]
- $loop:
- $ dev = f$device("*LTA*")
- $ if dev .eqs. "" then goto start_slip
- $ if f$getdvi(dev,"NET")
- $ then
- $ write sys$output "Shutting down SLIP on ''dev'"
- $ multinet set/interface sl0/down/slip_device='dev'
- $ goto start_slip
- $ endif
- $ goto loop
- $
- $start_slip:
- $ set term/passall/perm
- $ multinet set/interface sl0/dynamic/slip
- $ exit
-
- -Bruce
- --
- Bruce Tanner (310) 860-2451 x 596 Tanner@Cerritos.EDU
- Cerritos College Norwalk, CA DoD #0161 NOMAD #007
-