summaryrefslogtreecommitdiff
path: root/en/tutorials
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1997-12-31 12:40:59 +0000
committerBrian Somers <brian@FreeBSD.org>1997-12-31 12:40:59 +0000
commit2836922efe8a70b4fdb9c771096f5b0d22cc2023 (patch)
treebb6763870011d1a5cf8926dce6c0d0b617a17281 /en/tutorials
parent6738f24726584ee8806a4e9150fbc8ce0884e405 (diff)
Notes
Diffstat (limited to 'en/tutorials')
-rw-r--r--en/tutorials/ppp/ppp.sgml6
1 files changed, 4 insertions, 2 deletions
diff --git a/en/tutorials/ppp/ppp.sgml b/en/tutorials/ppp/ppp.sgml
index cbe3c327ec..b6ef36414b 100644
--- a/en/tutorials/ppp/ppp.sgml
+++ b/en/tutorials/ppp/ppp.sgml
@@ -1,5 +1,5 @@
<!DOCTYPE linuxdoc PUBLIC "-//FreeBSD//DTD linuxdoc//EN">
-<!-- $Id: ppp.sgml,v 1.4 1997-12-30 02:47:15 brian Exp $ -->
+<!-- $Id: ppp.sgml,v 1.5 1997-12-31 12:40:59 brian Exp $ -->
<article>
@@ -8,7 +8,7 @@
url="mailto:SimsS@IBM.NET"
name="&lt;SimsS@IBM.NET&gt;"></tt>
-<date>$Date: 1997-12-30 02:47:15 $
+<date>$Date: 1997-12-31 12:40:59 $
<abstract>
This is a step-by-step guide for configuring FreeBSD systems to act as
a dial-up router/gateway in a Local Area Environment. All entries may
@@ -1089,6 +1089,8 @@ To start the PPP program as a gateway between LAN resources and the
Internet, one of the following command lines would be used instead:
<p><tt># ppp -alias interactive (Interactive mode)</tt><p> or
<p><tt># ppp -auto -alias demand (Dial-on-Demand mode)</tt>
+<p>You can alternatively use the command <tt/``alias enable yes''/
+in your ppp configuration file (refer to the man page for details).
<p>Keep this in mind if you intend to proceed with Section 5,
"Configuring Windows Systems".
</sect>