1*25cf1a30Sjl#
2*25cf1a30Sjl# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
3*25cf1a30Sjl# Use is subject to license terms.
4*25cf1a30Sjl#
5*25cf1a30Sjl# CDDL HEADER START
6*25cf1a30Sjl#
7*25cf1a30Sjl# The contents of this file are subject to the terms of the
8*25cf1a30Sjl# Common Development and Distribution License (the "License").
9*25cf1a30Sjl# You may not use this file except in compliance with the License.
10*25cf1a30Sjl#
11*25cf1a30Sjl# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
12*25cf1a30Sjl# or http://www.opensolaris.org/os/licensing.
13*25cf1a30Sjl# See the License for the specific language governing permissions
14*25cf1a30Sjl# and limitations under the License.
15*25cf1a30Sjl#
16*25cf1a30Sjl# When distributing Covered Code, include this CDDL HEADER in each
17*25cf1a30Sjl# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
18*25cf1a30Sjl# If applicable, add the following below this CDDL HEADER, with the
19*25cf1a30Sjl# fields enclosed by brackets "[]" replaced with your own identifying
20*25cf1a30Sjl# information: Portions Copyright [yyyy] [name of copyright owner]
21*25cf1a30Sjl#
22*25cf1a30Sjl# CDDL HEADER END
23*25cf1a30Sjl#
24*25cf1a30Sjl# dscp.ppp.options
25*25cf1a30Sjl#
26*25cf1a30Sjl#ident	"%Z%%M%	%I%	%E% SMI"
27*25cf1a30Sjl#
28*25cf1a30Sjl
29*25cf1a30Sjl#
30*25cf1a30Sjl# These are options for running  pppd(1M) to provide a DSCP
31*25cf1a30Sjl# link between a service processor and a domain in OPL.  All
32*25cf1a30Sjl# options are explicitly set here so that site customizations
33*25cf1a30Sjl# of the global options files will not affect DSCP.
34*25cf1a30Sjl#
35*25cf1a30Sjl
36*25cf1a30Sjl#
37*25cf1a30Sjl# Generic pppd options.
38*25cf1a30Sjl#
39*25cf1a30Sjlpersist
40*25cf1a30Sjlnoplink
41*25cf1a30Sjllock
42*25cf1a30Sjlnolog
43*25cf1a30Sjlmaxfail 0
44*25cf1a30Sjlholdoff 5
45*25cf1a30Sjlnoproxyarp
46*25cf1a30Sjllinkname dscp
47*25cf1a30Sjl
48*25cf1a30Sjl#
49*25cf1a30Sjl# Physical link properties.
50*25cf1a30Sjl#
51*25cf1a30Sjlsync
52*25cf1a30Sjllocal
53*25cf1a30Sjlnocrtscts
54*25cf1a30Sjlnocdtrcts
55*25cf1a30Sjldefault-fcs
56*25cf1a30Sjlmtu 1500
57*25cf1a30Sjlmru 1500
58*25cf1a30Sjl
59*25cf1a30Sjl#
60*25cf1a30Sjl# Configure LCP.
61*25cf1a30Sjl#
62*25cf1a30Sjlpassive
63*25cf1a30Sjlnoendpoint
64*25cf1a30Sjllcp-echo-failure 6
65*25cf1a30Sjllcp-echo-interval 5
66*25cf1a30Sjllcp-max-configure 10
67*25cf1a30Sjllcp-max-failure 10
68*25cf1a30Sjllcp-max-terminate 3
69*25cf1a30Sjllcp-restart 3
70*25cf1a30Sjl
71*25cf1a30Sjl#
72*25cf1a30Sjl# Configure the IPv4 NCP.
73*25cf1a30Sjl# IP addresses are given by the peer.
74*25cf1a30Sjl#
75*25cf1a30Sjl0:0
76*25cf1a30Sjlnoipv6
77*25cf1a30Sjlnoipdefault
78*25cf1a30Sjlnodefaultroute
79*25cf1a30Sjlipcp-accept-local
80*25cf1a30Sjlipcp-accept-remote
81*25cf1a30Sjlipcp-max-configure 10
82*25cf1a30Sjlipcp-max-failure 10
83*25cf1a30Sjlipcp-max-terminate 3
84*25cf1a30Sjlipcp-restart 3
85*25cf1a30Sjl
86*25cf1a30Sjl#
87*25cf1a30Sjl# Disable all authentication.
88*25cf1a30Sjl#
89*25cf1a30Sjlnoauth
90*25cf1a30Sjlnoident
91*25cf1a30Sjlnopam
92*25cf1a30Sjlrefuse-pap
93*25cf1a30Sjlrefuse-chap
94*25cf1a30Sjlrefuse-mschap
95*25cf1a30Sjlrefuse-mschapv2
96*25cf1a30Sjl
97*25cf1a30Sjl#
98*25cf1a30Sjl# Disable all compression.
99*25cf1a30Sjl#
100*25cf1a30Sjlnovj
101*25cf1a30Sjlnoccp
102*25cf1a30Sjlnopcomp
103*25cf1a30Sjlnoaccomp
104*25cf1a30Sjlnobsdcomp
105*25cf1a30Sjl
106*25cf1a30Sjl#
107*25cf1a30Sjl# Disable all scripts.
108*25cf1a30Sjl#
109*25cf1a30Sjlinit /bin/true
110*25cf1a30Sjlwelcome /bin/true
111*25cf1a30Sjlconnect /bin/true
112*25cf1a30Sjldisconnect /bin/true
113