xref: /illumos-gate/usr/src/lib/libdscp/svc/dscp.ppp.options (revision bbf215553c7233fbab8a0afdf1fac74c44781867)
125cf1a30Sjl139090#
225cf1a30Sjl139090# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
325cf1a30Sjl139090# Use is subject to license terms.
425cf1a30Sjl139090#
525cf1a30Sjl139090# CDDL HEADER START
625cf1a30Sjl139090#
725cf1a30Sjl139090# The contents of this file are subject to the terms of the
825cf1a30Sjl139090# Common Development and Distribution License (the "License").
925cf1a30Sjl139090# You may not use this file except in compliance with the License.
1025cf1a30Sjl139090#
1125cf1a30Sjl139090# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1225cf1a30Sjl139090# or http://www.opensolaris.org/os/licensing.
1325cf1a30Sjl139090# See the License for the specific language governing permissions
1425cf1a30Sjl139090# and limitations under the License.
1525cf1a30Sjl139090#
1625cf1a30Sjl139090# When distributing Covered Code, include this CDDL HEADER in each
1725cf1a30Sjl139090# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1825cf1a30Sjl139090# If applicable, add the following below this CDDL HEADER, with the
1925cf1a30Sjl139090# fields enclosed by brackets "[]" replaced with your own identifying
2025cf1a30Sjl139090# information: Portions Copyright [yyyy] [name of copyright owner]
2125cf1a30Sjl139090#
2225cf1a30Sjl139090# CDDL HEADER END
2325cf1a30Sjl139090#
2425cf1a30Sjl139090# dscp.ppp.options
2525cf1a30Sjl139090#
2625cf1a30Sjl139090
2725cf1a30Sjl139090#
28*bbf21555SRichard Lowe# These are options for running  pppd(8) to provide a DSCP
2925cf1a30Sjl139090# link between a service processor and a domain in OPL.  All
3025cf1a30Sjl139090# options are explicitly set here so that site customizations
3125cf1a30Sjl139090# of the global options files will not affect DSCP.
3225cf1a30Sjl139090#
3325cf1a30Sjl139090
3425cf1a30Sjl139090#
3525cf1a30Sjl139090# Generic pppd options.
3625cf1a30Sjl139090#
3725cf1a30Sjl139090persist
3825cf1a30Sjl139090noplink
3925cf1a30Sjl139090lock
4025cf1a30Sjl139090nolog
4125cf1a30Sjl139090maxfail 0
4225cf1a30Sjl139090holdoff 5
4325cf1a30Sjl139090noproxyarp
4425cf1a30Sjl139090linkname dscp
4525cf1a30Sjl139090
4625cf1a30Sjl139090#
4725cf1a30Sjl139090# Physical link properties.
4825cf1a30Sjl139090#
4925cf1a30Sjl139090sync
5025cf1a30Sjl139090local
5125cf1a30Sjl139090nocrtscts
5225cf1a30Sjl139090nocdtrcts
5325cf1a30Sjl139090default-fcs
5425cf1a30Sjl139090mtu 1500
5525cf1a30Sjl139090mru 1500
5625cf1a30Sjl139090
5725cf1a30Sjl139090#
5825cf1a30Sjl139090# Configure LCP.
5925cf1a30Sjl139090#
6025cf1a30Sjl139090passive
6125cf1a30Sjl139090noendpoint
6225cf1a30Sjl139090lcp-echo-failure 6
6325cf1a30Sjl139090lcp-echo-interval 5
6425cf1a30Sjl139090lcp-max-configure 10
6525cf1a30Sjl139090lcp-max-failure 10
6625cf1a30Sjl139090lcp-max-terminate 3
6725cf1a30Sjl139090lcp-restart 3
6825cf1a30Sjl139090
6925cf1a30Sjl139090#
7025cf1a30Sjl139090# Configure the IPv4 NCP.
7125cf1a30Sjl139090# IP addresses are given by the peer.
7225cf1a30Sjl139090#
7325cf1a30Sjl1390900:0
7425cf1a30Sjl139090noipv6
7525cf1a30Sjl139090noipdefault
7625cf1a30Sjl139090nodefaultroute
7725cf1a30Sjl139090ipcp-accept-local
7825cf1a30Sjl139090ipcp-accept-remote
7925cf1a30Sjl139090ipcp-max-configure 10
8025cf1a30Sjl139090ipcp-max-failure 10
8125cf1a30Sjl139090ipcp-max-terminate 3
8225cf1a30Sjl139090ipcp-restart 3
8325cf1a30Sjl139090
8425cf1a30Sjl139090#
8525cf1a30Sjl139090# Disable all authentication.
8625cf1a30Sjl139090#
8725cf1a30Sjl139090noauth
8825cf1a30Sjl139090noident
8925cf1a30Sjl139090nopam
9025cf1a30Sjl139090refuse-pap
9125cf1a30Sjl139090refuse-chap
9225cf1a30Sjl139090refuse-mschap
9325cf1a30Sjl139090refuse-mschapv2
9425cf1a30Sjl139090
9525cf1a30Sjl139090#
9625cf1a30Sjl139090# Disable all compression.
9725cf1a30Sjl139090#
9825cf1a30Sjl139090novj
9925cf1a30Sjl139090noccp
10025cf1a30Sjl139090nopcomp
10125cf1a30Sjl139090noaccomp
10225cf1a30Sjl139090nobsdcomp
10325cf1a30Sjl139090
10425cf1a30Sjl139090#
10525cf1a30Sjl139090# Disable all scripts.
10625cf1a30Sjl139090#
10725cf1a30Sjl139090init /bin/true
10825cf1a30Sjl139090welcome /bin/true
10925cf1a30Sjl139090connect /bin/true
11025cf1a30Sjl139090disconnect /bin/true
111