xref: /onnv-gate/usr/src/lib/libdscp/svc/dscp.ppp.options (revision 1772:78cca3d2cc4b)
1*1772Sjl139090#
2*1772Sjl139090# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
3*1772Sjl139090# Use is subject to license terms.
4*1772Sjl139090#
5*1772Sjl139090# CDDL HEADER START
6*1772Sjl139090#
7*1772Sjl139090# The contents of this file are subject to the terms of the
8*1772Sjl139090# Common Development and Distribution License (the "License").
9*1772Sjl139090# You may not use this file except in compliance with the License.
10*1772Sjl139090#
11*1772Sjl139090# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
12*1772Sjl139090# or http://www.opensolaris.org/os/licensing.
13*1772Sjl139090# See the License for the specific language governing permissions
14*1772Sjl139090# and limitations under the License.
15*1772Sjl139090#
16*1772Sjl139090# When distributing Covered Code, include this CDDL HEADER in each
17*1772Sjl139090# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
18*1772Sjl139090# If applicable, add the following below this CDDL HEADER, with the
19*1772Sjl139090# fields enclosed by brackets "[]" replaced with your own identifying
20*1772Sjl139090# information: Portions Copyright [yyyy] [name of copyright owner]
21*1772Sjl139090#
22*1772Sjl139090# CDDL HEADER END
23*1772Sjl139090#
24*1772Sjl139090# dscp.ppp.options
25*1772Sjl139090#
26*1772Sjl139090#ident	"%Z%%M%	%I%	%E% SMI"
27*1772Sjl139090#
28*1772Sjl139090
29*1772Sjl139090#
30*1772Sjl139090# These are options for running  pppd(1M) to provide a DSCP
31*1772Sjl139090# link between a service processor and a domain in OPL.  All
32*1772Sjl139090# options are explicitly set here so that site customizations
33*1772Sjl139090# of the global options files will not affect DSCP.
34*1772Sjl139090#
35*1772Sjl139090
36*1772Sjl139090#
37*1772Sjl139090# Generic pppd options.
38*1772Sjl139090#
39*1772Sjl139090persist
40*1772Sjl139090noplink
41*1772Sjl139090lock
42*1772Sjl139090nolog
43*1772Sjl139090maxfail 0
44*1772Sjl139090holdoff 5
45*1772Sjl139090noproxyarp
46*1772Sjl139090linkname dscp
47*1772Sjl139090
48*1772Sjl139090#
49*1772Sjl139090# Physical link properties.
50*1772Sjl139090#
51*1772Sjl139090sync
52*1772Sjl139090local
53*1772Sjl139090nocrtscts
54*1772Sjl139090nocdtrcts
55*1772Sjl139090default-fcs
56*1772Sjl139090mtu 1500
57*1772Sjl139090mru 1500
58*1772Sjl139090
59*1772Sjl139090#
60*1772Sjl139090# Configure LCP.
61*1772Sjl139090#
62*1772Sjl139090passive
63*1772Sjl139090noendpoint
64*1772Sjl139090lcp-echo-failure 6
65*1772Sjl139090lcp-echo-interval 5
66*1772Sjl139090lcp-max-configure 10
67*1772Sjl139090lcp-max-failure 10
68*1772Sjl139090lcp-max-terminate 3
69*1772Sjl139090lcp-restart 3
70*1772Sjl139090
71*1772Sjl139090#
72*1772Sjl139090# Configure the IPv4 NCP.
73*1772Sjl139090# IP addresses are given by the peer.
74*1772Sjl139090#
75*1772Sjl1390900:0
76*1772Sjl139090noipv6
77*1772Sjl139090noipdefault
78*1772Sjl139090nodefaultroute
79*1772Sjl139090ipcp-accept-local
80*1772Sjl139090ipcp-accept-remote
81*1772Sjl139090ipcp-max-configure 10
82*1772Sjl139090ipcp-max-failure 10
83*1772Sjl139090ipcp-max-terminate 3
84*1772Sjl139090ipcp-restart 3
85*1772Sjl139090
86*1772Sjl139090#
87*1772Sjl139090# Disable all authentication.
88*1772Sjl139090#
89*1772Sjl139090noauth
90*1772Sjl139090noident
91*1772Sjl139090nopam
92*1772Sjl139090refuse-pap
93*1772Sjl139090refuse-chap
94*1772Sjl139090refuse-mschap
95*1772Sjl139090refuse-mschapv2
96*1772Sjl139090
97*1772Sjl139090#
98*1772Sjl139090# Disable all compression.
99*1772Sjl139090#
100*1772Sjl139090novj
101*1772Sjl139090noccp
102*1772Sjl139090nopcomp
103*1772Sjl139090noaccomp
104*1772Sjl139090nobsdcomp
105*1772Sjl139090
106*1772Sjl139090#
107*1772Sjl139090# Disable all scripts.
108*1772Sjl139090#
109*1772Sjl139090init /bin/true
110*1772Sjl139090welcome /bin/true
111*1772Sjl139090connect /bin/true
112*1772Sjl139090disconnect /bin/true
113