125cf1a30Sjl#
225cf1a30Sjl# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
325cf1a30Sjl# Use is subject to license terms.
425cf1a30Sjl#
525cf1a30Sjl# CDDL HEADER START
625cf1a30Sjl#
725cf1a30Sjl# The contents of this file are subject to the terms of the
825cf1a30Sjl# Common Development and Distribution License (the "License").
925cf1a30Sjl# You may not use this file except in compliance with the License.
1025cf1a30Sjl#
1125cf1a30Sjl# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1225cf1a30Sjl# or http://www.opensolaris.org/os/licensing.
1325cf1a30Sjl# See the License for the specific language governing permissions
1425cf1a30Sjl# and limitations under the License.
1525cf1a30Sjl#
1625cf1a30Sjl# When distributing Covered Code, include this CDDL HEADER in each
1725cf1a30Sjl# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1825cf1a30Sjl# If applicable, add the following below this CDDL HEADER, with the
1925cf1a30Sjl# fields enclosed by brackets "[]" replaced with your own identifying
2025cf1a30Sjl# information: Portions Copyright [yyyy] [name of copyright owner]
2125cf1a30Sjl#
2225cf1a30Sjl# CDDL HEADER END
2325cf1a30Sjl#
2425cf1a30Sjl# dscp.ppp.options
2525cf1a30Sjl#
2625cf1a30Sjl
2725cf1a30Sjl#
28*bbf21555SRichard Lowe# These are options for running  pppd(8) to provide a DSCP
2925cf1a30Sjl# link between a service processor and a domain in OPL.  All
3025cf1a30Sjl# options are explicitly set here so that site customizations
3125cf1a30Sjl# of the global options files will not affect DSCP.
3225cf1a30Sjl#
3325cf1a30Sjl
3425cf1a30Sjl#
3525cf1a30Sjl# Generic pppd options.
3625cf1a30Sjl#
3725cf1a30Sjlpersist
3825cf1a30Sjlnoplink
3925cf1a30Sjllock
4025cf1a30Sjlnolog
4125cf1a30Sjlmaxfail 0
4225cf1a30Sjlholdoff 5
4325cf1a30Sjlnoproxyarp
4425cf1a30Sjllinkname dscp
4525cf1a30Sjl
4625cf1a30Sjl#
4725cf1a30Sjl# Physical link properties.
4825cf1a30Sjl#
4925cf1a30Sjlsync
5025cf1a30Sjllocal
5125cf1a30Sjlnocrtscts
5225cf1a30Sjlnocdtrcts
5325cf1a30Sjldefault-fcs
5425cf1a30Sjlmtu 1500
5525cf1a30Sjlmru 1500
5625cf1a30Sjl
5725cf1a30Sjl#
5825cf1a30Sjl# Configure LCP.
5925cf1a30Sjl#
6025cf1a30Sjlpassive
6125cf1a30Sjlnoendpoint
6225cf1a30Sjllcp-echo-failure 6
6325cf1a30Sjllcp-echo-interval 5
6425cf1a30Sjllcp-max-configure 10
6525cf1a30Sjllcp-max-failure 10
6625cf1a30Sjllcp-max-terminate 3
6725cf1a30Sjllcp-restart 3
6825cf1a30Sjl
6925cf1a30Sjl#
7025cf1a30Sjl# Configure the IPv4 NCP.
7125cf1a30Sjl# IP addresses are given by the peer.
7225cf1a30Sjl#
7325cf1a30Sjl0:0
7425cf1a30Sjlnoipv6
7525cf1a30Sjlnoipdefault
7625cf1a30Sjlnodefaultroute
7725cf1a30Sjlipcp-accept-local
7825cf1a30Sjlipcp-accept-remote
7925cf1a30Sjlipcp-max-configure 10
8025cf1a30Sjlipcp-max-failure 10
8125cf1a30Sjlipcp-max-terminate 3
8225cf1a30Sjlipcp-restart 3
8325cf1a30Sjl
8425cf1a30Sjl#
8525cf1a30Sjl# Disable all authentication.
8625cf1a30Sjl#
8725cf1a30Sjlnoauth
8825cf1a30Sjlnoident
8925cf1a30Sjlnopam
9025cf1a30Sjlrefuse-pap
9125cf1a30Sjlrefuse-chap
9225cf1a30Sjlrefuse-mschap
9325cf1a30Sjlrefuse-mschapv2
9425cf1a30Sjl
9525cf1a30Sjl#
9625cf1a30Sjl# Disable all compression.
9725cf1a30Sjl#
9825cf1a30Sjlnovj
9925cf1a30Sjlnoccp
10025cf1a30Sjlnopcomp
10125cf1a30Sjlnoaccomp
10225cf1a30Sjlnobsdcomp
10325cf1a30Sjl
10425cf1a30Sjl#
10525cf1a30Sjl# Disable all scripts.
10625cf1a30Sjl#
10725cf1a30Sjlinit /bin/true
10825cf1a30Sjlwelcome /bin/true
10925cf1a30Sjlconnect /bin/true
11025cf1a30Sjldisconnect /bin/true
111