Deleted Added
full compact
ppp.conf.sample (138815) ppp.conf.sample (179315)
1#################################################################
2#
3# PPP Sample Configuration File
4#
5# Originally written by Toshiharu OHNO
6#
1#################################################################
2#
3# PPP Sample Configuration File
4#
5# Originally written by Toshiharu OHNO
6#
7# $FreeBSD: head/share/examples/ppp/ppp.conf.sample 138815 2004-12-13 17:54:30Z brian $
7# $FreeBSD: head/share/examples/ppp/ppp.conf.sample 179315 2008-05-26 10:40:09Z bz $
8#
9#################################################################
10
11# This file is separated into sections. Each section is named with
12# a label starting in column 0 and followed directly by a ``:''. The
13# section continues until the next label. Blank lines and characters
14# after a ``#'' are ignored (a literal ``#'' must be escaped with a ``\''
15# or quoted with ""). All commands inside sections that do not begin

--- 651 unchanged lines hidden (view full) ---

667# a reasonable value. To create new links, use the ``clone'' command
668# to duplicate an existing link. If you already have more than one
669# link, you must specify which link you wish to run the command on via
670# the ``link'' command.
671#
672# It's worth increasing your MTU and MRU slightly in multi-link mode to
673# prevent full packets from being fragmented.
674#
8#
9#################################################################
10
11# This file is separated into sections. Each section is named with
12# a label starting in column 0 and followed directly by a ``:''. The
13# section continues until the next label. Blank lines and characters
14# after a ``#'' are ignored (a literal ``#'' must be escaped with a ``\''
15# or quoted with ""). All commands inside sections that do not begin

--- 651 unchanged lines hidden (view full) ---

667# a reasonable value. To create new links, use the ``clone'' command
668# to duplicate an existing link. If you already have more than one
669# link, you must specify which link you wish to run the command on via
670# the ``link'' command.
671#
672# It's worth increasing your MTU and MRU slightly in multi-link mode to
673# prevent full packets from being fragmented.
674#
675# See ppp.conf.isdn for an example of how to do multi-link isdn.
676#
677# You can now ``dial'' specific links, or even dial all links at the
678# same time. The `dial' command may also be prefixed with a specific
679# link that should do the dialing.
680#
681mloop:
682 load loop
683 set device /dev/cuad0 /dev/cuad1 /dev/cuad2 # Use any of these devices
684 set mode interactive

--- 107 unchanged lines hidden ---
675# You can now ``dial'' specific links, or even dial all links at the
676# same time. The `dial' command may also be prefixed with a specific
677# link that should do the dialing.
678#
679mloop:
680 load loop
681 set device /dev/cuad0 /dev/cuad1 /dev/cuad2 # Use any of these devices
682 set mode interactive

--- 107 unchanged lines hidden ---