summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/ppp.8
Commit message (Collapse)AuthorAgeFilesLines
* Mention that ``nat deny_incoming'' drops unrecognised IP packets.brian2000-10-311-0/+3
| | | | Requested by: kris
* Add ``all'' logging.brian2000-10-301-0/+5
| | | | Submitted by: eivind
* Add MPPE and MSChap v2 support (denied and disabled by default)brian2000-10-301-2/+24
| | | | Submitted by: Ustimenko Semen <semen@iclub.nsu.ru>
* Fix resolv.conf line hint: "name-server" -> "nameserver"rse2000-08-311-1/+1
|
* Add LogFILTER logging to log packets allowed by the dial filter andbrian2000-08-281-0/+2
| | | | | | | | dropped by any filter. Submitted by: Mark Hannon <markhannon@one.net.au> with some small tweaks by me.
* Maintain input and output throughput averages and choose the highestbrian2000-08-151-3/+4
| | | | | | | | | | | | | | of the two when calculating the MP throughput average for the ``set autoload'' implementation. This makes more sense as all links I know of are full-duplex. This also means that people may need to adjust their autoload settings as 100% bandwidth is now the theoretical maximum rather than 200% (but of course, halfing the current settings is probably not the correct answer either!). This involves a ppp version bump as we need to pass an extra throughput array through the MP local domain socket.
* Index: ppp.8brian2000-08-131-1/+1
| | | | | | | | | | | | | | | | | | | =================================================================== RCS file: /home/ncvs/src/usr.sbin/ppp/ppp.8,v retrieving revision 1.233 diff -u -r1.233 ppp.8 --- ppp.8 2000/08/10 13:26:01 1.233 +++ ppp.8 2000/08/12 19:50:41 @@ -1,8 +1,8 @@ .\" $FreeBSD: src/usr.sbin/ppp/ppp.8,v 1.233 2000/08/10 13:26:01 brian Exp $ .Dd 20 September 1995 .nr XX \w'\fC00' -.Os FreeBSD .Dt PPP 8 +.Os .Sh NAME .Nm ppp .Nd Point to Point Protocol (a.k.a. user-ppp)
* Mention that pppoe requires netgraph(4) and without it, an externalbrian2000-08-101-1/+13
| | | | pppoe program must be used (such as pppoe(8) on OpenBSD).
* Allow leading ``!'' characters in authkeys and chat scripts tobrian2000-08-091-1/+11
| | | | be doubled up to mean a single literaly ``!''.
* Describe the new VERSION and COMPILATIONDATE macros and mention that thebrian2000-07-191-4/+15
| | | | ``ident'' command will expand macros.
* Support link identification from rfc1570brian2000-07-191-0/+28
| | | | Two new commands are available; ``ident'' and ``sendident''.
* Permit multiple ``allow user'' lines in any given sectionbrian2000-07-121-3/+4
| | | | | This avoids line length limits when large numbers of users are allowed access to ppp.
* Correct ``set filter'' usagebrian2000-07-121-2/+4
| | | | Spotted by: sheldonh
* Allow a ``timeout secs'' filter option to let specific packet typesbrian2000-07-111-7/+21
| | | | | | | | | | | | effect the idle timer in different ways. Submitted by: Stefan Esser <se@freebsd.org> With adjustments by me to document the option in the man page and to give the same semantics for outgoing traffic as incoming. I made the style more consistent in ip.c - this should really have been done as a separate commit.
* o Log the (payload/size) of all packet types, not just TCP packetsbrian2000-07-071-0/+32
| | | | | | | | | | | | | | | | | | | o If the new ``filter-decapsulation'' is enabled, delve into UDP packets that contain 0xff 0x03 as the first two bytes, and if we recognise it as PROTO_IP, decapsulate it for the purpose of filter checking. If we recognise it as PROTO_<anything else> mention this for logging purposes only. This change is aimed at people running PPPoUDP where the UDP traffic is being sent over another PPP link. It's desireable to have the top level link connected all the time, but to have the bottom level link capable of decapsulating the traffic and comparing the payload against the filters, thus allowing ``set filter dial ...'' to work in tunnelled environments. The caveat here is that the top ppp cannot employ any compression layers without making the data unreadable for the bottom ppp. ``disable deflate pred1 vj'' and ``deny deflate pred1 vj'' is suggested.
* e.g. -> e.g.,brian2000-06-231-2/+2
| | | | Obtained from: OpenBSD
* Remove ``nat pptp'' as this is now done transparently by libalias.brian2000-06-201-24/+0
|
* A few more hard-sentence breaks.brian2000-06-131-11/+14
|
* Hard sentence breaks and trailing space tidy-upsbrian2000-06-111-527/+854
| | | | Obtained from: OpenBSD
* Add ``set ifqueue'' to control the size of the outgoing packetbrian2000-06-111-0/+20
| | | | | | | queue. Doing ``set ifqueue 0'' and ``set urgent none'' will allow full use of luigi's WF2Q code. Requested by: luigi
* Allow ``set urgent none'' to disable all urgent ports and IPTOS_LOWDELAYbrian2000-06-081-1/+7
| | | | | | prioritisation. Requested by: luigi
* The name /var/log/alias.log is *not* likely to change in the nearbrian2000-05-241-1/+0
| | | | future...
* Mention what ``enable proxy'' actually doesbrian2000-05-241-1/+3
|
* Mention that the default is to let external traffic route tobrian2000-05-111-5/+6
| | | | | | the internal network when NAT is enabled. Allow ``set target MYADDR'' to stop packets at the gateway.
* Use INADDR_NONE with PacketAliasSetTarget() if no args are given tobrian2000-03-311-0/+5
| | | | | ``nat target'', and suggest the use of ``nat target default'' as an interesting possibility.
* Add the ``nat target'' command.brian2000-03-311-0/+5
|
* Move a comment to make things a bit more readable.brian2000-03-161-2/+2
| | | | | Suggested by: sheldonh Forgotten by: me
* ppps -> ppp's; suggested by sheldonhbrian2000-03-141-13/+13
| | | | | .Nm ppp -> .Nm; overlooked by me Microsofts -> Microsoft's; OpenBSD
* Add the ``resolv'' command for telling ppp how to deal with resolv.conf.brian2000-03-141-6/+85
| | | | | You can now ``resolv restore'' in ppp.linkdown ! Add DNS0 and DNS1 macros.
* Fix some typosbrian2000-03-141-4/+4
| | | | Obtained from: OpenBSD
* Add ``set log dns'' to log DNS QUERY packets.brian2000-03-141-0/+2
| | | | | | | | | | | | | This is invaluable for dial-on-demand connections... In ppp.linkup: set log -dns -tcp/ip and in ppp.linkdown set log +dns +tcp/ip giving a much better account of why the link came up.
* Remove more single-space hard sentence breaks.sheldonh2000-03-021-6/+12
|
* Unbroke the reference to libalias(3).ru2000-02-051-1/+1
|
* Call serial devices ``cuaXX'' instead of ``cuaaX'' (in linebrian2000-01-071-1/+1
| | | | with OpenBSD conventions).
* .Bl -tag requires -width toobrian2000-01-071-1/+1
| | | | Obtained from: OpenBSD
* Mention that it's only necessary to escape the '-' in chat scriptsbrian1999-12-291-1/+1
| | | | | | | twice (once for the arg parsing and once to make it a normal character). Make the man page example consistent. Reminded by: Bryan Liesner <bleez@netaxs.com>
* Change ``set cd'' so that its default value is device specific. Thebrian1999-11-261-23/+42
| | | | | default is still 1 second for ttys, but is now 6 seconds for i4b (ISDN) devices and 5 seconds for ethernet (PPPoE) devices.
* Don't insist on 4 digit umasks in ``set server''.brian1999-11-131-4/+1
| | | | Pointed out by: joerg
* Make the meaning of the provider part of the PPPoE device spec clearer.brian1999-11-131-4/+3
|
* Support PPPoEbrian1999-11-061-10/+65
| | | | | Help (lots) from: julian, archie Facilities from: ahebert@pubnix.net
* Introduce ``set logout''; another chat script. This is in preparationbrian1999-10-251-1/+5
| | | | for the abstraction of ``set dial'' and ``set hangup''.
* Add the -unit command line switch for specifying the tun device.brian1999-10-191-1/+17
| | | | | | Warn about -alias being depricated (but still allow it). Don't moan twice about failing to open any tun device. Fix a diagnostic and add the -quiet switch to the usage message.
* Support ``set cd off'' to tell ppp not to even look for carrier on thebrian1999-09-261-5/+13
| | | | device.
* Typobrian1999-09-241-1/+1
| | | | Submitted by: Alex Nash <nash@mcs.net>
* Correct spelling : ascii -> ASCIIphantom1999-09-201-1/+1
| | | | | | PR: docs/13702 Submitted by: Stephen J. Roznowski <sjr@home.com> Reviewed by: mpp
* Introduce a forth IP packet queue. Urgent packets withbrian1999-09-071-4/+18
| | | | | | | | | ip_tos == IPTOS_LOWDELAY now get precidence over urgent packets with ip_tos != IPTOS_LOWDELAY and non-urgent packets with ip_tos == IPTOS_LOWDELAY. Enhance the ``set urgent'' syntax to allow for urgent UDP packets as well as urgent TCP packets.
* o Split the two IPCP queues into three - one for FSM databrian1999-09-041-2/+28
| | | | | | | | | | | | (LCP/CCP/IPCP), one for urgent IP traffic and one for everything else. o Add the ``set urgent'' command for adjusting the list of urgent port numbers. The default urgent ports are 21, 22, 23, 513, 514, 543 and 544 (Ports 80 and 81 have been removed from the default priority list). o Increase the buffered packet threshold from 20 to 30. o Report the number of packets in the IP output queue and the list of urgent ports under ``show ipcp''.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Fix some mdoc(7) style inconsistencesbrian1999-08-251-8/+16
| | | | Submitted by: Alexey M. Zelkin" <phantom@cris.net>
* o Add the -foreground switch. This switch behaves like -background exceptbrian1999-08-191-46/+76
| | | | | | | | | that ppp stays in the foreground. o Add the -quiet switch to quieten ppps startup o Add the -nat flag and discourage the use of the -alias flag. Both do the same thing. o Correct some nat usage strings. o Change the internal ``alias'' command to ``nat''.
OpenPOWER on IntegriCloud