Made by Marcelo A. 
All Credits reserved to Marcelo A. nickname (Zap-W) , Copyrighted.

For the latest version of this script, please visit http://wwe.homeunix.com

------------------------------------------------------------------------------
Requirements : 
 pppd and pptp version 1.1.0 or later.
 
1. Installation ***

  Just run ./Install   and follow the instructions..

2. What does the script do ?

Upon running Install it will search for pppd and pptp and make sure they are 
installed , it will warn if something is missing and act accordingly,

 On a standard linux installation it will copy the sth-* files to /usr/sbin
 with live-cds it will copy the files to the current ./sth-pptp directory. 

 The script uses /etc/ppp/ip-up and ip-down , for changing and restoring 
 DNS information...

Furthermore, after copying the files , the script sth-setup is run and the 
information is stored in /etc/ppp/pptp.conf ,which can also be modified manually

passwords are stored in /etc/ppp/pap-secrets and /etc/ppp/chap-secrets with its designated user names..
 
  When finishing the installation run sth-start to bring up the link.
    to run setup again run sth-setup. sth-status will show the link status.

3. Command-line overriding arguments for ethx device and username

'sth-start' can take arguments for username and eth device , 
   per example in case you have more than one username you could run:

   "sth-start username1" , or "sth-start username2"   etc
   
  ofcourse these usernames must have an entry in pap or/and chap secrets files
   
    Overriding default interface "sth-start username1 ethx" where x is the
    number of the interface.
    
    Have fun.
