Date: Thu, 9 Nov 2000 17:30:45 -0600 From: Anthony Rubin <tonyr@generalsearch.net> To: Adam Blake <blake@sba.miami.edu>, freebsd-questions@freebsd.org Subject: Re: pppctl command and usage Message-ID: <00110917304501.06767@tonyr.office.generalsearch.net> In-Reply-To: <Pine.OSF.4.10.10011091825290.1675-100000@homer.bus.miami.edu> References: <Pine.OSF.4.10.10011091825290.1675-100000@homer.bus.miami.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 09 November 2000 05:26 pm, Adam Blake wrote: > How do you properly use the pppctl command to look at an active ppp > session? It says that you must specify a socket to envoke the command? > How do you find out what this socket is? > > -Adam You need to add a "set server" line to /etc/ppp/ppp.conf. Below are two examples from /usr/share/examples/ppp/ppp.conf.sample. # # Ppp can accept control instructions from the ``pppctl'' program. # First, you must set up your control socket. It's safest to use # a UNIX domain socket, and watch the permissions: # set server /var/tmp/internet MySecretPassword 0177 # # Although a TCP port may be used if you want to allow control # connections from other machines: # set server 6670 MySecretpassword -- Anthony Rubin GeneralSearch.Com, Inc. tonyr@generalsearch.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00110917304501.06767>