diff options
author | brian <brian@FreeBSD.org> | 1999-09-07 07:56:54 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1999-09-07 07:56:54 +0000 |
commit | 1c37bb9884b9c54c080dee28c4912d49f331abc2 (patch) | |
tree | ab551531a23ab1e96166cdb03e8471b7935ae49d /share/examples/ppp | |
parent | 3157f75de6e4532150d0b35078d74babbdd069a8 (diff) | |
download | FreeBSD-src-1c37bb9884b9c54c080dee28c4912d49f331abc2.zip FreeBSD-src-1c37bb9884b9c54c080dee28c4912d49f331abc2.tar.gz |
alias -> nat
Diffstat (limited to 'share/examples/ppp')
-rw-r--r-- | share/examples/ppp/ppp.conf.sample | 8 | ||||
-rw-r--r-- | share/examples/ppp/ppp.conf.span-isp | 4 | ||||
-rw-r--r-- | share/examples/ppp/ppp.linkdown.sample | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/share/examples/ppp/ppp.conf.sample b/share/examples/ppp/ppp.conf.sample index 85061cd..eb5494b 100644 --- a/share/examples/ppp/ppp.conf.sample +++ b/share/examples/ppp/ppp.conf.sample @@ -180,15 +180,15 @@ examples: # set dns 10.0.0.1 10.0.0.2 # -# If we're using the -alias switch, redirect ftp and http to an internal +# If we're using the -nat switch, redirect ftp and http to an internal # machine: # - alias port 10.0.0.2:ftp ftp - alias port 10.0.0.2:http http + nat port 10.0.0.2:ftp ftp + nat port 10.0.0.2:http http # # or don't trust the outside at all # - alias deny_incoming yes + nat deny_incoming yes # # I trust user brian to run ppp, so this goes in the `default' section: # diff --git a/share/examples/ppp/ppp.conf.span-isp b/share/examples/ppp/ppp.conf.span-isp index 5bf42a7..caab270 100644 --- a/share/examples/ppp/ppp.conf.span-isp +++ b/share/examples/ppp/ppp.conf.span-isp @@ -143,7 +143,7 @@ vpn: set enddisc LABEL set speed sync set mrru 1500 - alias enable yes + nat enable yes set authname vpnname set authkey vpnkey add! default HISADDR @@ -181,7 +181,7 @@ vpn-nic: # # Of course it's simple to assign an IP block to the client with a simple # ``add'' command, and then have the client use those IP numbers on its -# LAN rather than using ``alias enable yes''. +# LAN rather than using ``nat enable yes''. vpn-in: set enddisc label diff --git a/share/examples/ppp/ppp.linkdown.sample b/share/examples/ppp/ppp.linkdown.sample index b2a073c..c7da79e 100644 --- a/share/examples/ppp/ppp.linkdown.sample +++ b/share/examples/ppp/ppp.linkdown.sample @@ -25,10 +25,10 @@ MYADDR: !bg /usr/X11R6/bin/auplay /etc/ppp/linkdown.au -# If you're running ``ppp -auto -alias dynamic-alias-auto'', and are +# If you're running ``ppp -auto -nat dynamic-nat-auto'', and are # assigned a dynamic IP number by the peer, this may be worth while # to keep the interface aliases to a minimum (see ``enable iface-alias'' # in the man page): # -dynamic-alias-auto: +dynamic-nat-auto: iface clear |