Commit Graph

45 Commits

Author SHA1 Message Date
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
jkh
36311a6002 Clean up the example files by giving them a unified set of names (which
I don't like, finding them rather redundantly named, but I'm just going
with the flow here).
1996-10-18 03:45:19 +00:00
ache
a62f927ee0 Fix several places where interface netmask was in place of route netmask
Fix dialout device name
Add multi-phone example
1996-03-08 09:39:45 +00:00
mpp
f88cbd872d Another round of spelling fixes. 1996-01-31 15:03:18 +00:00
amurai
a3b277cd02 Fixing misspelling and chang default device as dailout
Reviewed by: Atsushi Murai <amruai@spec.co.jp>
1995-04-22 17:14:21 +00:00
amurai
7f3209e0ba New user Process PPP based on iij-ppp0.94beta2.
o Supporting SYNC SIO device (But need a device driver)
     - add "set speed sync"
   o Fixing bug for Predictor-1 function.
   o Add new parameter that re-sent interval for set timeout commands.
   o Improving RTT (Round Trip Time) and reducing processor time.
     - Previous Timer service was using polling, and now using
       SIGALRM ;-)
     - A 0.94beta2 will not work correctly....

   -- Follows are additinal feature not including 0.94beta2
   o Support Proxy ARP
     - add "enable/disable proxy" commands
   o Marging common routine in CHAP/PAP.
   o Enhancing LCP/IPCP log information.
   o Support local Authfication connection on port 300x and tty.
     - You can set up pair of your "hostname -s" and
       password in ppp.secret. if either ppp.secret file nor
       your hostname line don't exist, It will notify a message
       and working as same as previous version.(Backword compatibility)
     - If you did set up them, It's allow connection but nothing to do
       except help and passwd command.
     - add "passwd yourpasswd" commands
   o Support afilter - keep Alive filter that a packet can send/receiving
     according to ifilter/ofilter but doesn't count it as preventing idle
     timer expires.
     - Same syntax of other filters.
   o Fixing bugs reported by current user for previous one. Thanks !!

Reviewed by: Atsushi Murai (amurai@spec.co.jp)
1995-02-26 12:18:08 +00:00
amurai
0487956fcf Reviewed by: 1995-01-31 06:24:33 +00:00