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