aboutsummaryrefslogtreecommitdiff
path: root/share/examples/ppp
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-1614-14/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* For the udp-client example, instruct user to add an entry for a udp basedSevan Janiyan2017-08-011-3/+3
| | | | | | | | | | | | | | | service. For tcp-client & udp-client, use the same port in configuration snippet as used in the comment prior to remove any ambiguity on the port number which needs to be specified. Reviewed by: bcr (mentor) wblock (mentor) Approved by: gavin MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D9830 Notes: svn path=/head/; revision=321881
* A number of places in the source tree still reference cuad.* afterEitan Adler2012-12-082-7/+7
| | | | | | | | | | | | | | sio(4) was deprecated by uart(4). s/cuad/cuau/g/ PR: docs/171533 Reviewed by: imp Approved by: cperciva (implicit) MFC after: 3 weeks Notes: svn path=/head/; revision=244040
* X11BASE has been deprecated for a long time and will die soonEitan Adler2012-01-091-1/+1
| | | | | | | | | Approved by: x11 (eadler) Approved by: brucec MFC after: 1 week Notes: svn path=/head/; revision=229831
* Mention the danger of running programs using ``!''.Brian Somers2009-05-261-1/+6
| | | | | | | | PR: 112481 MFC after: 1 week Notes: svn path=/head/; revision=192799
* Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE andBjoern A. Zeeb2008-05-263-169/+0
| | | | | | | | | | | | | | | | | | | | | parts relied on the now removed NET_NEEDS_GIANT. Most of I4B has been disconnected from the build since July 2007 in HEAD/RELENG_7. This is what was removed: - configuration in /etc/isdn - examples - man pages - kernel configuration - sys/i4b (drivers, layers, include files) - user space tools - i4b support from ppp - further documentation Discussed with: rwatson, re Notes: svn path=/head/; revision=179315
* Add ``enable echo''.Brian Somers2004-12-134-8/+8
| | | | Notes: svn path=/head/; revision=138815
* Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456].David E. O'Brien2004-11-192-7/+7
| | | | Notes: svn path=/head/; revision=137882
* Quote authname and authkey. Some ISPs allow (or even require)Giorgos Keramidas2003-04-104-25/+25
| | | | | | | | | | | | non-alphanumeric characters in these and this will be a hint to the users that quotes can and should be used in such cases. PR: docs/42292 Submitted by: Matthias Andree <matthias.andree@web.de> MFC after: 1 week Notes: svn path=/head/; revision=113346
* Remove reference to MAKEDEVChristian Brueffer2003-03-251-2/+0
| | | | Notes: svn path=/head/; revision=112612
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-15/+15
| | | | | | | especially in troff files. Notes: svn path=/head/; revision=108533
* Add an example for testing scalability and concurrencyBrian Somers2002-01-101-5/+45
| | | | Notes: svn path=/head/; revision=89211
* Cleaning up some entries missed on the first sweep. Add a directory inCrist J. Clark2001-12-174-10/+10
| | | | | | | | | | /var/run to store ppp(8) command sockets. PR: bin/29966 MFC after: 4 Notes: svn path=/head/; revision=88078
* Add a directory in /var/run to store ppp(8) command sockets.Crist J. Clark2001-11-015-7/+7
| | | | | | | | | PR: bin/29966 Approved by: brian MFC after: 4 Notes: svn path=/head/; revision=85848
* Port 139 (NetBIOS session management) is a tcp socket, not udp.Brian Somers2001-10-151-4/+4
| | | | | | | | | PR: 31215 Submitted by: Stephane Marzloff <secrer@le-bar.org> MFC after: 1 week Notes: svn path=/head/; revision=84999
* Remove redundant mtu/mru/speed settingsBrian Somers2001-07-241-6/+0
| | | | | | | MFC after: 6 days Notes: svn path=/head/; revision=80282
* Fix some typos.Brian Somers2001-07-021-3/+3
| | | | | | | | Submitted by: Jimmy Olgeni <olgeni@uli.it> MFC after: 1 week Notes: svn path=/head/; revision=79086
* Mention that ppp.conf.isdn isn't appropriate for external TAsBrian Somers2001-05-252-0/+45
| | | | | | | | | Add a section to ppp.conf.sample that is. MFC after: 3 weeks Notes: svn path=/head/; revision=77171
* Be a little clearer all characters after a # are ignored unless theBrian Somers2001-05-081-4/+10
| | | | | | | | | | # is escaped or quoted. Add an example of # characters as part of a phone number. PR: 26605 Notes: svn path=/head/; revision=76363
* Make it clear that commands within labels must be indented to beDima Dorfman2001-04-051-1/+3
| | | | | | | | | | recognized. PR: 26293 Reviewed by: brian Notes: svn path=/head/; revision=75207
* Add more comments, fix a typo, mention how to do PPPoUDP using encryptionBrian Somers2000-12-011-40/+105
| | | | | | | to create a VPN. Notes: svn path=/head/; revision=69470
* Get rid of that damned ``i4b-L4-i4b_l4_setup_timeout: 975625189: ERROR:Brian Somers2000-11-301-6/+4
| | | | | | | idletime[900]+earlyhup[5] > unitlength[60]!'' message. Notes: svn path=/head/; revision=69425
* Add some comments and $FreeBSD$Brian Somers2000-11-301-17/+13
| | | | Notes: svn path=/head/; revision=69419
* Update some misleading comments, empty ``set logout'', and add aBrian Somers2000-11-301-4/+25
| | | | | | | | comment describing how to take advantage of telcos that give free phone calls at certain times. Notes: svn path=/head/; revision=69417
* Use an MRU of 1504 with 1500 byte MRRUsBrian Somers2000-08-173-0/+6
| | | | Notes: svn path=/head/; revision=64783
* Make this file look prettierBrian Somers2000-08-171-33/+18
| | | | | | | | | | Bump the MRU by 4 bytes to make room for the MP header Down the autoload threshold to a practical value Don't specify the ISDN bandwidth as 65536 (ahem!) Don't specifiy a carrier period (the default of 6 seconds is fine) Notes: svn path=/head/; revision=64782
* Make the pppoe-in config entry a bit more useful (and verbose)Brian Somers2000-08-151-6/+10
| | | | Notes: svn path=/head/; revision=64679
* Mention that some PPPoE servers cache MAC addressesBrian Somers2000-05-301-1/+3
| | | | Notes: svn path=/head/; revision=61097
* Show an example of not letting NetBIOS traffic keep the link upBrian Somers2000-04-111-2/+8
| | | | | | | | PR: 17865 Submitted by: Glenn Johnson <glennpj@bayouhome.net> Notes: svn path=/head/; revision=59152
* resolf.conf -> resolv.conf; charnierBrian Somers2000-03-261-1/+1
| | | | Notes: svn path=/head/; revision=58636
* Add some practical filter examples.Brian Somers2000-01-271-38/+40
| | | | Notes: svn path=/head/; revision=56704
* Add protocol to ``nat port'' examples - it's mandatory.Brian Somers2000-01-051-2/+2
| | | | | | | Suggested by: Mark Knight <markk@knigma.org> Notes: svn path=/head/; revision=55427
* The '-' character in chat scripts should only be escapedBrian Somers1999-12-291-1/+1
| | | | | | | twice (since the parsing routines were fixed). Notes: svn path=/head/; revision=55247
* An example of how to configure PPPoE.Brian Somers1999-11-211-0/+27
| | | | Notes: svn path=/head/; revision=53540
* 5 minutes == 300 seconds, not 600 !Brian Somers1999-10-061-1/+1
| | | | | | | Submitted by: Robert Inder <R.Inder@ed.ac.uk> Notes: svn path=/head/; revision=51967
* Set the i4b bandwidth - i4b doesn't report it via tcgetattr.Brian Somers1999-10-031-0/+1
| | | | | | | Suggested by: Joe Karthauser <joe@uk.FreeBSD.org> Notes: svn path=/head/; revision=51894
* Show an example of ``set cd off''Brian Somers1999-09-261-0/+4
| | | | Notes: svn path=/head/; revision=51700
* Suggest using just finrst in the dial filter, and not syn.Brian Somers1999-09-161-2/+2
| | | | | | | Submitted by: Ruslan Ermilov <ru@FreeBSD.org> Notes: svn path=/head/; revision=51334
* Show how to prioritize UDP packetsBrian Somers1999-09-071-0/+4
| | | | Notes: svn path=/head/; revision=51050
* alias -> natBrian Somers1999-09-073-8/+8
| | | | Notes: svn path=/head/; revision=51049
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2815-15/+15
| | | | Notes: svn path=/head/; revision=50476
* Decrease the isdn recovery time to 1 second and mention that itBrian Somers1999-08-221-2/+2
| | | | | | | should always be less than ppps redial timeout. Notes: svn path=/head/; revision=50192
* Add a second arg to ``set timeout'' as an example of a minimum idleBrian Somers1999-08-171-2/+4
| | | | | | | period. Notes: svn path=/head/; revision=49981
* Use ``set openmode passive'' in the ssh VPN exampleBrian Somers1999-08-171-1/+3
| | | | Notes: svn path=/head/; revision=49977
* Add an example of an isdnd.rc that works with ppp.Brian Somers1999-08-091-0/+75
| | | | Notes: svn path=/head/; revision=49584
* Add an example of an isdn profile.Brian Somers1999-08-091-0/+85
| | | | Notes: svn path=/head/; revision=49583
* Show how to use the new filter capabilitiesBrian Somers1999-07-271-1/+89
| | | | | | | Mostly submitted by: Peter Jeremy <jeremyp@gsmx07.alcatel.com.au> Notes: svn path=/head/; revision=49141
* Add a rather complicated but impressive example of howBrian Somers1999-06-098-0/+380
| | | | | | | | | | | | to implement multi-link ppp over more than one ISP with the ability to lose ISPs without loss of connectivity. It *requires* that you either have administrative access to a machine that's already connected to the 'net or at least know a really nice person that does. Notes: svn path=/head/; revision=47857
* procedure, not proceedure.Bill Fumerola1999-05-301-3/+3
| | | | Notes: svn path=/head/; revision=47634
* Specify the ssh command to use for a VPN inline.Brian Somers1999-04-271-7/+3
| | | | Notes: svn path=/head/; revision=46103