summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/ppp.8
Commit message (Collapse)AuthorAgeFilesLines
* MFC 315964sevan2017-03-301-4/+4
| | | | | | | | | | ftp.microsoft.com is dead and the document was not archived, point to the full protocol spec document instead. Fix spelling mistake flagged by igor. Rephrase bad sentence flagged by igor. Approved by: bcr (mentor) Differential Revision: https://reviews.freebsd.org/D10111
* Fix a ton of speelling errorseadler2015-10-211-2/+2
| | | | | | | arc lint is helpful Reviewed By: allanjude, wblock, #manpages, chris@bsdjunk.com Differential Revision: https://reviews.freebsd.org/D3337
* use .Mt to mark up email addresses consistently (part2)bapt2014-06-201-3/+3
| | | | | PR: 191174 Submitted by: Franco Fichtner <franco@lastsummer.de>
* mdoc: minor paragraph fixes.joel2014-02-081-13/+0
|
* Move ppp.8.m4 back to ppp.8 and de-ifdef it.brian2013-06-021-0/+6092
| | | | | | Requested by: joel MFC after: 1 week
* Preprocess ppp.8.m4 into ppp.8, taking into account any compile timebrian2001-08-111-5738/+0
| | | | | | | | | options used to build ppp. Currently, this is a no-op and only handles LOCALNAT and LOCALRAD cases. This will be used for the upcoming ipv6 changes, and allows a shared man page between OpenBSD and FreeBSD.
* mdoc(7) police:ru2001-08-071-25/+41
| | | | | | | Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block.
* Add a ``nat punch_fw'' command for punching FTP and IRC DCC holes throughbrian2001-08-021-0/+19
| | | | the firewall.
* TCPMSS adjusts all TCP SYN packets, not just outgoing ones.brian2001-07-161-1/+1
| | | | Pointed out by: ru
* Remove whitespace at EOL.dd2001-07-151-3/+3
|
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-7/+0
|
* Stay (backwards-)compatible with OpenBSD's groffbrian2001-07-091-1/+3
|
* Add a ``nat proto'' command -- similar to natd(8)'s -redirect_proto switch.brian2001-07-091-0/+23
| | | | MFC after: 3 weeks
* Spell stateful properlybrian2001-07-061-4/+4
| | | | | Inconsistently done by: brian Spotted by: ru
* mdoc(7) police: removed hard sentence breaks, sorted xrefs.ru2001-07-051-9/+17
|
* Avoid using too many args for ``set m[tr]u''brian2001-06-201-2/+8
| | | | This needs to work with OpenBSD's groff too :(
* Add support for stateful MPPE (microsoft encryption) providingbrian2001-06-181-2/+28
| | | | | | | | | | | | | | | encryption compatibility with Windows 2000. Stateful encryption uses less CPU but is bad on lossy transports. The ``set mppe'' command has been expanded. If it's used with any arguments, ppp will insist on encryption, closing LCP if the other end refuses. Unfortunately, Microsoft have abused the CCP reset request so that receiving a reset request does not result in a reset ack when using MPPE... Sponsored by: Monzoon Networks AG and FreeBSD Services Limited
* Handle hardware-imposed MTU/MRU limitations. PPPoE will no longerbrian2001-06-181-9/+37
| | | | | | | | | | | | allow MRU/MTU negotiations to exceed 1492. Add an optional ``max'' specifier to ``set m[rt]u'', ie. set mtu max 1480 Bump the ppp version number. Sponsored by: Monzoon Networks AG and FreeBSD Services Limited
* Correct cross-references:sobomax2001-06-051-2/+2
| | | | | | | | | | | | ng_bpf.8 --> ng_bpf.4 ng_ether.8 --> ng_ether.4 ng_iface.8 --> ng_iface.4 ng_pppoe.8 --> ng_pppoe.4 ng_socket.8 --> ng_socket.4 ng_tty.8 --> ng_tty.4 ng_{type}.4 --> /dev/null MFC after: 1 week
* Add BSD style copyrights (with permission from Charles Mott where appropriate)brian2001-06-041-15/+33
| | | | Deprecate -alias further (after a repo-copy)
* Fix some quotes and mention that it's usually necessary to trainbrian2001-04-261-1/+22
| | | | your modem to the correct speed when setting up an incoming getty.
* Handle IP over IP (IPPROTO_IPV4) properly.brian2001-04-241-1/+2
| | | | | | | | | We now unwrap IP/IP and apply filter rules to both the outer layer (with ``set filter blah x.x.x.x y.y.y.y ipip'') and to the payload (reinterpreted by the filter rules). ``set log tcp/ip'' will now show both the outer wrapper and the (reinterpreted) payload contents.
* Add some comments to two examples and extend a ``set ifaddr''.brian2001-03-281-3/+3
|
* Talk a little more about the differences between PPPoE on FreeBSD & OpenBSD.brian2001-03-091-2/+10
|
* Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.ru2001-02-281-1/+1
|
* mdoc(7) police: replace two -unfilled displays with -tag lists.ru2001-02-071-4/+4
| | | | | | This works only because of bugs in current implementation: the first .It after ``.Bd -unfilled'' re-enables filling mode and does not restore (disable) it back afterwards.
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-41/+34
|
* Only remove socket files with ``set server open''.brian2001-01-291-5/+8
| | | | | | | Only show the mask in ``show bundle'' when it's been specified. Complain about unexpected arguments after ``set server {none,open,closed}'' Log re-open failures as warnings rather than phase messages. Fix some markup for the ``set server'' man page description.
* Fix arg countbrian2001-01-261-1/+1
|
* Allow ``set server closed'' to close the diagnostic socket.brian2001-01-261-4/+27
| | | | | | | | | Allow ``set server open'' to re-open the diagnostic socket. Handle SIGUSR1 by re-opening the diagnostic socket When receiving SIGUSR2 (and in ``set server none''), don't forget the socket details so that ``set server open'' and SIGUSR1 open it again. Don't create the diagnostic socket as uid 0 ! It's far to dangerous.
* Fix for NetBSD wherebrian2001-01-221-1/+2
| | | | | | | .Oc Oc .Xc doesn't seem to work....
* Prepare for mdoc(7)NG.ru2000-12-271-36/+36
|
* Add a missing dot.ru2000-12-151-1/+1
|
* Correct the documented default behaviour of mschap, mschap81 and MPPE.brian2000-12-151-3/+3
| | | | Pointed out by: Mark Knight <markk@knigma.org>
* mdoc(7) police: use canonical form of .Dd macro.ru2000-12-111-1/+1
|
* Add ``enable/disable tcpmssfixup'', defaulting to enabled.brian2000-11-281-0/+8
| | | | | Suggested by: julian Hijacked from: ru (ports/net/tcpmssd)
* various typo and minor punctuation changes.ben2000-11-281-7/+7
| | | | | PR: 23111 Submitted by: Jimmy Olgeni <olgeni@uli.it>
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-16/+16
|
* Some gratuitous whitespace changes.brian2000-11-191-8/+11
|
* Describe how to tunnel properly.brian2000-11-191-4/+76
| | | | Requested by: Greg Quinlan <greg@macquarrie.com.au>
* Be a bit more precise about what ``nat deny_incoming yes'' does.brian2000-11-161-5/+18
|
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-101-11/+10
|
* 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).
OpenPOWER on IntegriCloud