dscp.ppp.options revision 2
147N/A#
147N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
147N/A# Use is subject to license terms.
147N/A#
147N/A# CDDL HEADER START
147N/A#
147N/A# The contents of this file are subject to the terms of the
147N/A# Common Development and Distribution License (the "License").
147N/A# You may not use this file except in compliance with the License.
147N/A#
147N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
147N/A# or http://www.opensolaris.org/os/licensing.
147N/A# See the License for the specific language governing permissions
147N/A# and limitations under the License.
147N/A#
147N/A# When distributing Covered Code, include this CDDL HEADER in each
147N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
147N/A# If applicable, add the following below this CDDL HEADER, with the
147N/A# fields enclosed by brackets "[]" replaced with your own identifying
147N/A# information: Portions Copyright [yyyy] [name of copyright owner]
147N/A#
147N/A# CDDL HEADER END
147N/A#
147N/A# dscp.ppp.options
147N/A#
147N/A#ident "%Z%%M% %I% %E% SMI"
147N/A#
147N/A
147N/A#
147N/A# These are options for running pppd(1M) to provide a DSCP
147N/A# link between a service processor and a domain in OPL. All
147N/A# options are explicitly set here so that site customizations
147N/A# of the global options files will not affect DSCP.
147N/A#
147N/A
147N/A#
147N/A# Generic pppd options.
147N/A#
147N/Apersist
147N/Anoplink
147N/Alock
147N/Anolog
147N/Amaxfail 0
147N/Aholdoff 5
147N/Anoproxyarp
147N/Alinkname dscp
147N/A
147N/A#
147N/A# Physical link properties.
147N/A#
147N/Async
147N/Alocal
147N/Anocrtscts
147N/Anocdtrcts
147N/Adefault-fcs
147N/Amtu 1500
147N/Amru 1500
147N/A
147N/A#
147N/A# Configure LCP.
147N/A#
147N/Apassive
147N/Anoendpoint
147N/Alcp-echo-failure 6
147N/Alcp-echo-interval 5
147N/Alcp-max-configure 10
147N/Alcp-max-failure 10
147N/Alcp-max-terminate 3
147N/Alcp-restart 3
181N/A
147N/A#
181N/A# Configure the IPv4 NCP.
147N/A# IP addresses are given by the peer.
147N/A#
147N/A0:0
147N/Anoipv6
147N/Anoipdefault
nodefaultroute
ipcp-accept-local
ipcp-accept-remote
ipcp-max-configure 10
ipcp-max-failure 10
ipcp-max-terminate 3
ipcp-restart 3
#
# Disable all authentication.
#
noauth
noident
nopam
refuse-pap
refuse-chap
refuse-mschap
refuse-mschapv2
#
# Disable all compression.
#
novj
noccp
nopcomp
noaccomp
nobsdcomp
#
# Disable all scripts.
#
init /bin/true
welcome /bin/true
connect /bin/true
disconnect /bin/true