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
27#
28# These are options for running  pppd(8) to provide a DSCP
29# link between a service processor and a domain in OPL.  All
30# options are explicitly set here so that site customizations
31# of the global options files will not affect DSCP.
32#
33
34#
35# Generic pppd options.
36#
37persist
38noplink
39lock
40nolog
41maxfail 0
42holdoff 5
43noproxyarp
44linkname dscp
45
46#
47# Physical link properties.
48#
49sync
50local
51nocrtscts
52nocdtrcts
53default-fcs
54mtu 1500
55mru 1500
56
57#
58# Configure LCP.
59#
60passive
61noendpoint
62lcp-echo-failure 6
63lcp-echo-interval 5
64lcp-max-configure 10
65lcp-max-failure 10
66lcp-max-terminate 3
67lcp-restart 3
68
69#
70# Configure the IPv4 NCP.
71# IP addresses are given by the peer.
72#
730:0
74noipv6
75noipdefault
76nodefaultroute
77ipcp-accept-local
78ipcp-accept-remote
79ipcp-max-configure 10
80ipcp-max-failure 10
81ipcp-max-terminate 3
82ipcp-restart 3
83
84#
85# Disable all authentication.
86#
87noauth
88noident
89nopam
90refuse-pap
91refuse-chap
92refuse-mschap
93refuse-mschapv2
94
95#
96# Disable all compression.
97#
98novj
99noccp
100nopcomp
101noaccomp
102nobsdcomp
103
104#
105# Disable all scripts.
106#
107init /bin/true
108welcome /bin/true
109connect /bin/true
110disconnect /bin/true
111