summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-07-26 10:49:37 +0000
committerbrian <brian@FreeBSD.org>1999-07-26 10:49:37 +0000
commit03ab8a3b7f99d8f1fc922f681d713dde620b53e6 (patch)
tree139b260d39c89fddc544d66db001ad8bb3d2076b /share
parentc8bc216749dc518674b11162d798262506b6b390 (diff)
downloadFreeBSD-src-03ab8a3b7f99d8f1fc922f681d713dde620b53e6.zip
FreeBSD-src-03ab8a3b7f99d8f1fc922f681d713dde620b53e6.tar.gz
Add a default ppp.conf (mode 600).
Originally submitted by: Wayne Self <wself@cdrom.com> Allow a ppp startup option in rc.conf. Adjust sysinstall so that it appends to the end of ppp.conf and uses the generated profile to start ppp in auto mode on boot. Submitted by: Josef L. Karthauser <joe@uk.FreeBSD.org>
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/rc.conf.526
1 files changed, 25 insertions, 1 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index 66dae56..bfc5745f 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: rc.conf.5,v 1.35 1999/07/12 19:24:53 mpp Exp $
+.\" $Id: rc.conf.5,v 1.36 1999/07/16 09:22:01 jkh Exp $
.\"
.Dd April 26, 1997
.Dt RC.CONF 5
@@ -218,6 +218,30 @@ ifconfig_ed0_alias4="inet 127.0.0.254 netmask 0xffffffff"
.Ed
Then note that alias4 would \fBnot\fR be added since the search would
stop with the missing alias3 entry.
+.It Ar ppp_enable
+(bool) If set to
+.Ar YES ,
+run the
+.Xr ppp 8
+daemon.
+.It Ar ppp_mode
+(str) Mode in which to run the
+.Xr ppp 8
+daemon. Accepted modes are
+.Ar auto , ddial , direct
+and
+.Ar dedicated .
+See the manual for a full description.
+.It Ar ppp_alias
+(bool) If set to
+.Ar YES ,
+enables packet aliasing. Used in conjunction with
+.Ar gateway_enable
+allows hosts on private network addresses access to the Internet using
+this host as a network address translating router.
+.It Ar ppp_profile
+(str) The name of the profile to use from
+.Ar /etc/ppp/ppp.conf .
.It Ar rc_conf_files
(str) This option is used to specify a list of files that will override
the settings in
OpenPOWER on IntegriCloud