Commit Graph

56 Commits

Author SHA1 Message Date
obrien
d76f504eb6 Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456]. 2004-11-19 17:12:56 +00:00
obrien
613b17df04 Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456]. 2004-11-19 03:51:12 +00:00
cjc
c183f37c53 Put a complete set of pppd(8) sample configuration files in
/usr/share/examples/pppd.

Remove the out-of-place pppd(8) configuration files in etc/ppp,
ppp.shells.sample and ppp.deny.

Make the appropriate changes to the build process, etc/Makefile and
etc/mtree/BSD.usr.mtree, so it all works.
2002-01-29 01:10:47 +00:00
brian
2d52ce48e3 Move the interface address setting and default route setting out of
the default section and into the papchap section.

It's really irritating when you run ppp with no arguments and end up
blowing away your default route !
2001-06-21 15:42:26 +00:00
brian
85aba84e7d Change the 120 second timeout to 180 seconds to reflect the real default 2001-02-22 23:28:12 +00:00
kris
b066afbf42 120 seconds is not 3 minutes 2001-02-18 02:11:37 +00:00
kris
bfc6fc8f7f Correct typo 2000-11-19 13:09:36 +00:00
brian
4d4ecb209d Add a default ident string and do some minor whitespace adjustments 2000-07-19 10:16:29 +00:00
brian
4d411b32cc Add various system usernames (even though I try to avoid pppd!!!)
PR:		19717
Submitted by:	Tony Finch <dot@dotat.at>
2000-07-06 19:05:43 +00:00
brian
54cf143898 Add some comments and wrap the dial line nicely 2000-06-08 08:58:03 +00:00
kris
a803f8b40a Add /bin/tcsh for completeness
Submitted by:	knu
2000-05-14 10:21:18 +00:00
peter
cdad5bae8c $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
brian
e4e0d5af10 Add a default ppp.conf (mode 600).
Originally submitted by: Wayne Self <wself@cdrom.com>

Allow a ppp startup option in rc.conf.

Adjust sysinstall so that it appends to the end of ppp.conf
and uses the generated profile to start ppp in auto mode on
boot.

Submitted by: Josef L. Karthauser <joe@uk.FreeBSD.org>
1999-07-26 10:49:37 +00:00
brian
1ab394ca19 Add /usr/share/examples/ppp directory
Don't install /etc/ppp/ppp.*.example
Remove ppp/ppp.{conf,linkup,linkdown,secret}.sample
1999-02-11 16:30:56 +00:00
brian
d474b15987 Suggest using ``iface clear'' under certain circumstances
in ppp.linkdown.
1998-11-05 23:14:19 +00:00
brian
c92c804a6a Show how to create a secure (ssh) VPN 1998-10-03 13:12:14 +00:00
brian
599f6a3823 Add a compuserve example.
Detailed by: Masahiro Sekiguchi <seki@sysrap.cs.fujitsu.co.jp>
1998-09-06 13:55:51 +00:00
brian
53ce9b5024 Add Id keywords 1998-09-02 01:34:57 +00:00
brian
a3ef71cac7 Show some examples on how to configure callback & CBCP.
Show examples of the (new) fifth field in ppp.secret.
1998-08-07 18:44:31 +00:00
brian
e79da2520c Remove redundant comments. 1998-07-18 15:34:39 +00:00
brian
dff142d83c MFMP: Make ppp multilink capable. 1998-05-21 21:45:49 +00:00
danny
72db67ef74 Correct spelling. 1998-04-02 09:28:09 +00:00
brian
d9dfd17600 Suggest using /var/tmp for local domain `diagnostic' sockets,
rather than making a new directory.  Also, suggest 0600
permissions (mask: 0177).

Dangers noted by: Theo de Raadt <deraadt@cvs.openbsd.org>
1997-12-31 03:58:45 +00:00
brian
94d7956117 Don't suggest creating sockets in /var/run as we create
sockets as our original uid.  Suggest creating /var/ppp
with perms 1777 instead.

Pointed out by: Masafumi NAKANE <max@wide.ad.jp>
1997-12-30 23:34:35 +00:00
brian
f6c1dec2d0 Allow (and document) execution of commands from within
our chat script.
You can now even run chat(8) - see ppp.conf.sample.
1997-12-27 07:22:12 +00:00
brian
9ab90c9746 Add the ``loop'' example to the right file (oops). 1997-11-18 19:21:47 +00:00
brian
45254c22ca Add a loopback example. 1997-11-18 18:59:57 +00:00
brian
815d280987 Some "allow" examples. 1997-11-12 00:52:16 +00:00
brian
be811d8b4f Mention IP address label in ppp.linkup.
Add an "examples:" label so that people don't
inadvertently get all the examples with the
"ondemand" label.
1997-11-10 21:27:36 +00:00
brian
4fd8b8b417 Suggest that a ``!include ~/.ppp.conf'' may be in order. 1997-11-09 17:54:27 +00:00
brian
ad96a35eeb Merge ppp configuration examples.
Add some useful bits & pieces.
1997-11-08 20:58:41 +00:00
brian
e2c6371551 Mention how to keep the line for a minimum call charge.
Suggested by: Stuart Henderson <stuart@internationalschool.co.uk>
1997-11-07 20:44:12 +00:00
brian
d196efac4b Add "delete 0" before "add 0 0..."
Suggested by:
1997-09-21 02:10:41 +00:00
brian
992264d4d3 Correct and explain the PAP/CHAP examples. 1997-09-10 00:52:30 +00:00
brian
8fdbf3cce3 Don't add loopback routes in the examples. Ppp
now does this internally by default.
1997-09-08 20:22:39 +00:00
brian
9d6bc3886d Update samples for the changed LQR default. 1997-09-07 01:04:02 +00:00
brian
423c8abc8f Fix the bogus routes I introduced in the last commit. 1997-09-01 22:21:18 +00:00
brian
8be2aebb4a Add examples of "!bg", "add 0 0 HISADDR" in ppp.conf
and how to do ppp over tcp/ip.
1997-08-25 01:07:08 +00:00
brian
1dc0dc9889 Use "set log", not "set debug".
Grammar police.
1997-06-10 10:04:20 +00:00
brian
978156a09e Bring pmdemand example in line with handbook and man
page examples.
1997-05-12 14:07:14 +00:00
brian
9c7f396b27 Don't use HISADDR in ppp.conf examples as it's not
set up properly 'till ppp.linkup is parsed.

PR:		3114
Submitted by:	Kenneth R. Westerback <krw@tcn.net>
1997-05-08 01:45:59 +00:00
brian
e3b6cee880 Update direct-* example to reflect LQR on both sides.
Fix bogus loopback route.

This example shows LQR working on both sides of the loop.
1997-05-08 00:55:42 +00:00
danny
d3efe09312 Suggested by: David Nugent
Change the name of ppp.disabled to ppp.deny for consistency with
at.deny and friends.
1997-04-16 02:10:22 +00:00
danny
426c0ef54f List of users who may not use pppd in system password logins, and a
sample list of acceptable shells.
1997-04-15 07:15:15 +00:00
jmg
658c4f17dc fix a misspelling of demand...
Submitted-by: Takashi Saeki

Closes PR#2989
1997-03-16 00:59:08 +00:00
brian
4ce10b2abf Add examples for a direct serial connection using lqr
Candidate for 2.2.
1997-03-13 21:24:18 +00:00
brian
586f41078b Make the sample config files more understandable, correcting various
bits of grammar.
Added a decent pmdemand example for dynamic IPs on both sides.
Could this be a 2.2 candidate ?
1997-02-23 14:04:23 +00:00
peter
0e0dfca0f9 Revert $FreeBSD$ to $Id$ 1997-02-23 09:21:14 +00:00
jkh
9c0cd3f9df Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore.  This update would have been
insane otherwise.
1997-01-14 07:20:47 +00:00
paul
617d1bfa5d Added ocol: ppp to the first two examples so that ppp catually requests
the ppp protocol when it logs in. I'm not sure whether this applies to all
the examples. Are there cases where the ISP assumes ppp is being used ?
1996-11-11 17:27:25 +00:00