| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134 | .TH PPTPCTRL 8 "28 April 2004".SH NAMEpptpctrl - PPTP control connection manager.SH SYNOPSIS.B pptpctrl.IR pptp-debug-flag.IR no-ipparam-flag.IR ppp-options-value.IR ppp-speed-value.IR ppp-local-ip-value.IR ppp-remote-ip-value.RB [.IR pptp-call-id].RB [.IR ppp-binary].RB [.IR pptp-logwtmp].SH DESCRIPTION.B pptpctrlis usually run by .BR pptpd (8),but can also be run from.BR inetd (8)if some of the features of.BR pptpd (8),such as IP pool management, and inbuilt TCP wrappers, are not required..SH OPTIONS.B pptpctrl options are unconventional, as they are designed for use by.BR pptpd (8)rather than users.  The option order is critical.  Flag optionsconsist of a 0 or 1, and must be present.  Value options consist of a0, or a 1 followed by the value.  Either the 0 or both the 1 and thevalue must be present.  The remaining options are optional, but mustbe present in the defined order.  The options are as follows:.TPpptp-debug-flagif set (1), enables debug messages to syslog from pptpctrl.  This has noeffect on the setting of the PPP debug option..TPno-ipparam-flagif set, .B pptpctrl will not pass the client's IP address to .BR pppd (8)using the .IR ipparamoption.  See the.IR noipparamoption in.BR pptpd.conf (5)..TPppp-options-valuefile to use for PPP options.  See the.IR fileoption in .BR pppd (8)..TPppp-speed-valuevalue for the.IR speedoption given to.BR pppd (8).Note that on Linux, this parameter is ineffective..TPppp-local-ip-valueif set, specifies the IP address that.BR pppd (8)is to use for the network interface on the server.  If not set, .BR pppd (8)will determine it based on options; usually it will be the ethernet address of the server..TPppp-remote-ip-valueif set, specifies the IP address that.BR pppd (8)is to use for the network interface on the client.  If not set,.BR pppd (8)will determine it based on options; usually it will be the ethernet address of the client, or an address given in .IR chap-secrets.Must be set if.IR ppp-local-ip-valueis set..TPpptp-call-idif present, specifies the call identification for the PPTP session.  If omitted, the call identification is zero.  Normally the ID is allocated by.BR pptpd (8)and passed to pptpctrl..TPppp-binaryif present, path to the PPP binary to use.  If omitted, the defaultvalue is used..TPpptp-logwtmpif present, specifies whether .BR wtmp (5)should be updated as users connect and disconnect..SH FILESnone..SH AUTHORSPoptop is written by Matthew Ramsay <matthewr@moreton.com.au>, David Luyer<luyer@ucs.uwa.edu.au>, Kevin Thayer <tmk@netmagic.net>, Peter Galbavy<Peter.Galbavy@knowledge.com> and others. Development has been moved toSourceForge and worked on by Richard de Vroede <r.devroede@linvision.com>since June 26, 2002..SH COPYRIGHTCopyright \(co 1999 Matthew Ramsay and others..LPPoptop is free software; you can redistribute it and/or modify it underthe terms of the GNU General Public License as published by the FreeSoftware Foundation; either version 2, or (at your option) any laterversion..LPPoptop is distributed in the hope that it will be useful, but WITHOUT ANYWARRANTY; without even the implied warranty of MERCHANTABILITY orFITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public Licensefor more details..LPYou should have received a copy of the GNU General Public License alongwith Poptop; see the file COPYING.  If not, write to the Free SoftwareFoundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA..SH AVAILABILITYThe most recent version of Poptop is available for download fromSourceForge at.IR http://sourceforge.net/projects/poptop . .SH "SEE ALSO".BR inetd (8),.BR inetd.conf (5),.BR pppd (8),.BR pptpd (8),.BR pptpd.conf (5),.BR tcpd (8).
 |