Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

smpppd.conf(5) [suse man page]

SMPPPD.CONF(5)							      SMPPPD							    SMPPPD.CONF(5)

NAME
smpppd.conf - global smpppd configuration file DESCRIPTION
When smpppd and smpppd-ifcfg start they first load their configuration from /etc/smpppd.conf, which contains basic information concerning their behavior. The configuration file /etc/smpppd.conf has a simple file format with a key = value pair in each line. OPTIONS
stop-on-disconnect = always, notdemand or never Shall the dialup connection be shutdown when the last frontend disconnects? Default value is always. reload-selects-default-provider = yes or no Shall a reload (SIGHUP) select the default provider for all interfaces or keep the current one? Default value is yes. open-inet-socket = yes or no Shall the smpppd open a internet connection, so that remote frontends can control the dialup connection? Default value is no. slp-register = yes or no Try to register at the slp daemon (service location protocol) if set to yes and an internet connection is opened. bind-address = <ip-address> Specify the ip address on which to listen for connections from remote frontends. The default is to listen on all addresses. host-range = <min ip-address> <max ip-address> Specify a host range from which remote frontends are allowed to connect to the smpppd. password = <password> The password used to authenticate remote frontends, UTF-8 encoded for those who really care. If the password is empty, no authenti- cation is done. number-of-loglines = <lines> The number of lines to keep in the log. Default is 250. accounting = yes or no Enable or disable accounting. Default is yes. alive-interval = <seconds> Interval for alive lines in the accounting log. A value of 0 disables alive lines. Default value is 900. debug = yes or no Turn debugging on or off. Default is off. This can also be controlled at runtime with cinternet. SEE ALSO
smpppd(8). AUTHOR
Arvin Schnell <arvin@suse.de> SuSE September 2003 SMPPPD.CONF(5)

Check Out this Related Man Page

SMPPPD-IFCFG(8) 						      SMPPPD							   SMPPPD-IFCFG(8)

NAME
smpppd-ifcfg - SuSE Meta PPP Daemon DESCRIPTION
smpppd-ifcfg is a daemon that controls a single dialup connection to the internet. It does so by starting and controlling the pppd. The configuration of the dialup connections is done by YaST2. smpppd-ifcfg is not intended for direct use. Use ifup and ifdown or a frontend like cinternet , qinternet or kinternet instead. OPTIONS
These options are recognized by smpppd-ifcfg. If a long option shows an argument as mandatory, then it is mandatory for the equivalent short option also. --up Bring the connection up. This is the default action. --down Bring the connection down. --status Report status of the connection. -i, --ifcfg=NAME Specify the ifcfg file to use. This option is mandatory. -p, --provider=NAME Specify the provider file to use. --detach Detach from the controlling terminal. This is the default. --nodeatch Don't detach from the controlling terminal. -d, --debug Turn on debugging. --version Show program version and exit. --help Show help information and exit. FILES
/etc/sysconfig/network/ifcfg-* Configuration files for the interfaces. /etc/sysconfig/network/providers/* Configuration files for the providers. /var/log/smpppd/ifcfg-xxx.log Log file. /var/log/smpppd/accounting.log File containing accounting information. /var/run/smpppd.ifcfg-xxx.pid Pid file. /var/lib/smpppd/ifcfg-xxx.info Info file with various status information. /var/run/smpppd/ifcfg-xxx Socket to communicate with smpppd. SEE ALSO
kinternet, qinternet, cinternet(1), accounting(1), wvdial(1), smpppd.conf(5), pppd(8), smpppd(8). AUTHOR
Arvin Schnell <arvin@suse.de> SuSE December 2002 SMPPPD-IFCFG(8)
Man Page