home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / dn104os2.zip / INSTALL < prev    next >
Text File  |  1997-05-21  |  836b  |  20 lines

  1. To install the precompiled Linux binary, type "make install" and it will 
  2. install to /usr/local/bin/dyn.  Then add a line similar to this to your 
  3. /etc/ppp/ip-up script:
  4.  
  5. (sleep 5 ; /usr/local/bin/dyn MID SEC1 SEC2 SEC3 $4 MACHINE) &
  6.  
  7. THe sleep 5 is to give pppd a chance to setup the network routes and 
  8. stuff correctly, which is neccessary for me at least, because I have an 
  9. utterly slow computer.  MID is your monolith id, sec1-3 are the 3 numbers 
  10. in your security code, $4 is filled in by the script with your new IP 
  11. address, and MACHINE is your machine, something.dyn.ml.org.
  12.  
  13. Unfortunatly, as I only have access to a Linux machine, I don't know if 
  14. the pppd's on other OSes have /etc/ppp/ip-up's or not.  If not, there may 
  15. be a similar file, you'll have to do some looking around :)
  16.  
  17. Have Fun!
  18.                                 Jon
  19.                                 May 21, '97
  20.