diff options
Diffstat (limited to 'en/tutorials')
| -rw-r--r-- | en/tutorials/ppp/ppp.sgml | 6 |
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="<SimsS@IBM.NET>"></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> |
