8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / cmd / cmd-inet / etc / ppp / myisp.tmpl
blob95f3b1284ea1cfc96be024936c31e8f141e46195
1 #ident  "%Z%%M% %I%     %E% SMI"
3 # Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
4 # Use is subject to license terms.
6 # CDDL HEADER START
8 # The contents of this file are subject to the terms of the
9 # Common Development and Distribution License, Version 1.0 only
10 # (the "License").  You may not use this file except in compliance
11 # with the License.
13 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 # or http://www.opensolaris.org/os/licensing.
15 # See the License for the specific language governing permissions
16 # and limitations under the License.
18 # When distributing Covered Code, include this CDDL HEADER in each
19 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
20 # If applicable, add the following below this CDDL HEADER, with the
21 # fields enclosed by brackets "[]" replaced with your own identifying
22 # information: Portions Copyright [yyyy] [name of copyright owner]
24 # CDDL HEADER END
26 # This is an example configuration for dialing into a typical ISP from a
27 # single node.  To use this example, uncomment the last line of the
28 # pap-secrets file and rename the template files:
30 #       mv /etc/ppp/options.tmpl /etc/ppp/options
31 #       mv /etc/ppp/options.ttya.tmpl /etc/ppp/options.ttya
32 #       mv /etc/ppp/myisp-chat.tmpl /etc/ppp/myisp-chat
33 #       mv /etc/ppp/peers/myisp.tmpl /etc/ppp/peers/myisp
35 # and invoke with:
37 #       pppd ttya call myisp
39 # Options in this file, /etc/ppp/options, /etc/ppp//options.<tty>,
40 # /etc/ppp/pap-secrets, and /etc/ppp/chap-secrets are all considered
41 # privileged.  Those from ~/.ppprc and the command line are privileged
42 # if the invoker is root, and unprivileged otherwise.
44 connect "/usr/bin/chat -f /etc/ppp/myisp-chat"  # dial into ISP
45 user myname             # my account name at my ISP
46 remotename myisp        # name of the ISP; for pap-secrets
47 noauth                  # do not authenticate the ISP's identity (client)
48 noipdefault             # assume no IP address; get it from ISP
49 defaultroute            # install default route; ISP is Internet gateway
50 updetach                # log errors and CONNECT string to invoker
51 noccp                   # ISP doesn't support free compression