1#
2# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
3# Use is subject to license terms.
4#
5# CDDL HEADER START
6#
7# The contents of this file are subject to the terms of the
8# Common Development and Distribution License (the "License").
9# You may not use this file except in compliance with the License.
10#
11# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
12# or http://www.opensolaris.org/os/licensing.
13# See the License for the specific language governing permissions
14# and limitations under the License.
15#
16# When distributing Covered Code, include this CDDL HEADER in each
17# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
18# If applicable, add the following below this CDDL HEADER, with the
19# fields enclosed by brackets "[]" replaced with your own identifying
20# information: Portions Copyright [yyyy] [name of copyright owner]
21#
22# CDDL HEADER END
23#
24# dscp.ppp.options
25#
26#ident	"%Z%%M%	%I%	%E% SMI"
27#
28
29#
30# These are options for running  pppd(1M) to provide a DSCP
31# link between a service processor and a domain in OPL.  All
32# options are explicitly set here so that site customizations
33# of the global options files will not affect DSCP.
34#
35
36#
37# Generic pppd options.
38#
39persist
40noplink
41lock
42nolog
43maxfail 0
44holdoff 5
45noproxyarp
46linkname dscp
47
48#
49# Physical link properties.
50#
51sync
52local
53nocrtscts
54nocdtrcts
55default-fcs
56mtu 1500
57mru 1500
58
59#
60# Configure LCP.
61#
62passive
63noendpoint
64lcp-echo-failure 6
65lcp-echo-interval 5
66lcp-max-configure 10
67lcp-max-failure 10
68lcp-max-terminate 3
69lcp-restart 3
70
71#
72# Configure the IPv4 NCP.
73# IP addresses are given by the peer.
74#
750:0
76noipv6
77noipdefault
78nodefaultroute
79ipcp-accept-local
80ipcp-accept-remote
81ipcp-max-configure 10
82ipcp-max-failure 10
83ipcp-max-terminate 3
84ipcp-restart 3
85
86#
87# Disable all authentication.
88#
89noauth
90noident
91nopam
92refuse-pap
93refuse-chap
94refuse-mschap
95refuse-mschapv2
96
97#
98# Disable all compression.
99#
100novj
101noccp
102nopcomp
103noaccomp
104nobsdcomp
105
106#
107# Disable all scripts.
108#
109init /bin/true
110welcome /bin/true
111connect /bin/true
112disconnect /bin/true
113