    *****************************************************************
    *  Copyright (C) 1995 Jacob D. Conner <jake@ghetto.evvinet.net> *
    *  Stuff like "+8" by unSlider                                  *
    *  Under the GPL.. This Source is freely distributable          *
    *                                                               *
    *  This handy little bit of code will help you to provide       *
    *  dynamic ppp to your user. It will run pppd with a            *
    *  different IP address depending on which tty the user is      *
    *  logged in on.                                                *
    *                                                               *
    *  To compile this, type "cc -o pppserver pppserver.c".         *
    *  (or if you're a weenie just type "make")                     *
    *  REMEMBER to place pppd in /sbin for this to work!!!!!!!      *
    *                                                               *
    *  Once you've compiled it, you can either make it accessable   *
    *  to all users by putting it in like /usr/local/bin/, or you   *
    *  can set up ppp-only accounts by pointing the shell in        *
    *  /etc/passwd to it. When it is executed, it chooses a         *
    *  domain pppS??? where ??? is from the tty name ttyS???. You   *
    *  must have DNS or /etc/hosts set up properly with your IP     *
    *  addresses as pppS0.host.com, pppS1.host.com, etc. Read _DNS  *
    *  and BIND_ from ORA if you don't know how to do this. (Jake?  *
    *  Are you listening :-) ) You should also check out the pppd   *
    *  man page.                                                    *
    *  If you have questions/problems e-mail jake@ghetto.evvinet.net*
    *****************************************************************

