Suggest the internal ``alias enable yes'' command as an
alternative to the -alias command line switch.
This commit is contained in:
parent
6738f24726
commit
2836922efe
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=2325
2 changed files with 8 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue