README 784 B

123456789101112131415161718192021222324252627282930
  1. PoPToP README
  2. -------------
  3. You *must* do a 'make install' or PoPToP will *NOT* find the binaries!
  4. See INSTALL for generic compile/install instructions, and run
  5. "./configure --help" for a list of valid options, or just type:
  6. ./configure
  7. make
  8. make install
  9. (make install copies the binaries to /usr/local/sbin, so you better be root)
  10. To run PoPToP simply type: 'pptpd' (or /usr/local/sbin/pptpd if you don't
  11. have /usr/local/sbin in your path).
  12. You may specify a number of options on the command line to change
  13. how PoPToP launches PPPD.
  14. Type: 'pptpd -h' for options you may specify on the command line.
  15. A sample config file is in samples/
  16. For more help look in html/
  17. or visit the PoPToP Web site at: http://www.moretonbay.com/vpn/pptp.html
  18. Good Luck!
  19. -PoPToP Development Team