xref: /titanic_44/usr/src/lib/libdscp/svc/dscp.ppp.options (revision 25cf1a301a396c38e8adf52c15f537b80d2483f7)
1*25cf1a30Sjl139090#
2*25cf1a30Sjl139090# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
3*25cf1a30Sjl139090# Use is subject to license terms.
4*25cf1a30Sjl139090#
5*25cf1a30Sjl139090# CDDL HEADER START
6*25cf1a30Sjl139090#
7*25cf1a30Sjl139090# The contents of this file are subject to the terms of the
8*25cf1a30Sjl139090# Common Development and Distribution License (the "License").
9*25cf1a30Sjl139090# You may not use this file except in compliance with the License.
10*25cf1a30Sjl139090#
11*25cf1a30Sjl139090# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
12*25cf1a30Sjl139090# or http://www.opensolaris.org/os/licensing.
13*25cf1a30Sjl139090# See the License for the specific language governing permissions
14*25cf1a30Sjl139090# and limitations under the License.
15*25cf1a30Sjl139090#
16*25cf1a30Sjl139090# When distributing Covered Code, include this CDDL HEADER in each
17*25cf1a30Sjl139090# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
18*25cf1a30Sjl139090# If applicable, add the following below this CDDL HEADER, with the
19*25cf1a30Sjl139090# fields enclosed by brackets "[]" replaced with your own identifying
20*25cf1a30Sjl139090# information: Portions Copyright [yyyy] [name of copyright owner]
21*25cf1a30Sjl139090#
22*25cf1a30Sjl139090# CDDL HEADER END
23*25cf1a30Sjl139090#
24*25cf1a30Sjl139090# dscp.ppp.options
25*25cf1a30Sjl139090#
26*25cf1a30Sjl139090#ident	"%Z%%M%	%I%	%E% SMI"
27*25cf1a30Sjl139090#
28*25cf1a30Sjl139090
29*25cf1a30Sjl139090#
30*25cf1a30Sjl139090# These are options for running  pppd(1M) to provide a DSCP
31*25cf1a30Sjl139090# link between a service processor and a domain in OPL.  All
32*25cf1a30Sjl139090# options are explicitly set here so that site customizations
33*25cf1a30Sjl139090# of the global options files will not affect DSCP.
34*25cf1a30Sjl139090#
35*25cf1a30Sjl139090
36*25cf1a30Sjl139090#
37*25cf1a30Sjl139090# Generic pppd options.
38*25cf1a30Sjl139090#
39*25cf1a30Sjl139090persist
40*25cf1a30Sjl139090noplink
41*25cf1a30Sjl139090lock
42*25cf1a30Sjl139090nolog
43*25cf1a30Sjl139090maxfail 0
44*25cf1a30Sjl139090holdoff 5
45*25cf1a30Sjl139090noproxyarp
46*25cf1a30Sjl139090linkname dscp
47*25cf1a30Sjl139090
48*25cf1a30Sjl139090#
49*25cf1a30Sjl139090# Physical link properties.
50*25cf1a30Sjl139090#
51*25cf1a30Sjl139090sync
52*25cf1a30Sjl139090local
53*25cf1a30Sjl139090nocrtscts
54*25cf1a30Sjl139090nocdtrcts
55*25cf1a30Sjl139090default-fcs
56*25cf1a30Sjl139090mtu 1500
57*25cf1a30Sjl139090mru 1500
58*25cf1a30Sjl139090
59*25cf1a30Sjl139090#
60*25cf1a30Sjl139090# Configure LCP.
61*25cf1a30Sjl139090#
62*25cf1a30Sjl139090passive
63*25cf1a30Sjl139090noendpoint
64*25cf1a30Sjl139090lcp-echo-failure 6
65*25cf1a30Sjl139090lcp-echo-interval 5
66*25cf1a30Sjl139090lcp-max-configure 10
67*25cf1a30Sjl139090lcp-max-failure 10
68*25cf1a30Sjl139090lcp-max-terminate 3
69*25cf1a30Sjl139090lcp-restart 3
70*25cf1a30Sjl139090
71*25cf1a30Sjl139090#
72*25cf1a30Sjl139090# Configure the IPv4 NCP.
73*25cf1a30Sjl139090# IP addresses are given by the peer.
74*25cf1a30Sjl139090#
75*25cf1a30Sjl1390900:0
76*25cf1a30Sjl139090noipv6
77*25cf1a30Sjl139090noipdefault
78*25cf1a30Sjl139090nodefaultroute
79*25cf1a30Sjl139090ipcp-accept-local
80*25cf1a30Sjl139090ipcp-accept-remote
81*25cf1a30Sjl139090ipcp-max-configure 10
82*25cf1a30Sjl139090ipcp-max-failure 10
83*25cf1a30Sjl139090ipcp-max-terminate 3
84*25cf1a30Sjl139090ipcp-restart 3
85*25cf1a30Sjl139090
86*25cf1a30Sjl139090#
87*25cf1a30Sjl139090# Disable all authentication.
88*25cf1a30Sjl139090#
89*25cf1a30Sjl139090noauth
90*25cf1a30Sjl139090noident
91*25cf1a30Sjl139090nopam
92*25cf1a30Sjl139090refuse-pap
93*25cf1a30Sjl139090refuse-chap
94*25cf1a30Sjl139090refuse-mschap
95*25cf1a30Sjl139090refuse-mschapv2
96*25cf1a30Sjl139090
97*25cf1a30Sjl139090#
98*25cf1a30Sjl139090# Disable all compression.
99*25cf1a30Sjl139090#
100*25cf1a30Sjl139090novj
101*25cf1a30Sjl139090noccp
102*25cf1a30Sjl139090nopcomp
103*25cf1a30Sjl139090noaccomp
104*25cf1a30Sjl139090nobsdcomp
105*25cf1a30Sjl139090
106*25cf1a30Sjl139090#
107*25cf1a30Sjl139090# Disable all scripts.
108*25cf1a30Sjl139090#
109*25cf1a30Sjl139090init /bin/true
110*25cf1a30Sjl139090welcome /bin/true
111*25cf1a30Sjl139090connect /bin/true
112*25cf1a30Sjl139090disconnect /bin/true
113