Sevan Janiyan
26b5613dfc
For the udp-client example, instruct user to add an entry for a udp based
...
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
2017-08-01 16:20:33 +00:00
Eitan Adler
839f11a4fe
A number of places in the source tree still reference cuad.* after
...
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
2012-12-08 22:16:36 +00:00
Eitan Adler
2394cc2228
X11BASE has been deprecated for a long time and will die soon
...
Approved by: x11 (eadler)
Approved by: brucec
MFC after: 1 week
2012-01-09 00:48:19 +00:00
Brian Somers
a063878a50
Mention the danger of running programs using ``!''.
...
PR: 112481
MFC after: 1 week
2009-05-26 07:40:32 +00:00
Bjoern A. Zeeb
2e598474fa
Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE and
...
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
2008-05-26 10:40:09 +00:00
Brian Somers
1f82daa58f
Add ``enable echo''.
2004-12-13 17:54:30 +00:00
David E. O'Brien
6949461a18
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
Giorgos Keramidas
e40db2c46e
Quote authname and authkey. Some ISPs allow (or even require)
...
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
2003-04-10 21:33:02 +00:00
Christian Brueffer
f3dab005a8
Remove reference to MAKEDEV
2003-03-25 15:12:07 +00:00
Jens Schweikhardt
9d5abbddbf
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
...
especially in troff files.
2003-01-01 18:49:04 +00:00
Brian Somers
d7937e18b9
Add an example for testing scalability and concurrency
2002-01-10 14:56:47 +00:00
Crist J. Clark
fab8f27310
Cleaning up some entries missed on the first sweep. Add a directory in
...
/var/run to store ppp(8) command sockets.
PR: bin/29966
MFC after: 4
2001-12-17 22:05:23 +00:00
Crist J. Clark
7558c91f77
Add a directory in /var/run to store ppp(8) command sockets.
...
PR: bin/29966
Approved by: brian
MFC after: 4
2001-11-01 23:44:12 +00:00
Brian Somers
ae2bac960e
Port 139 (NetBIOS session management) is a tcp socket, not udp.
...
PR: 31215
Submitted by: Stephane Marzloff <secrer@le-bar.org>
MFC after: 1 week
2001-10-15 16:08:40 +00:00
Brian Somers
68fe945a06
Remove redundant mtu/mru/speed settings
...
MFC after: 6 days
2001-07-24 13:11:57 +00:00
Brian Somers
8e18db5a52
Fix some typos.
...
Submitted by: Jimmy Olgeni <olgeni@uli.it>
MFC after: 1 week
2001-07-02 12:23:28 +00:00
Brian Somers
fa8c1aaabc
Mention that ppp.conf.isdn isn't appropriate for external TAs
...
Add a section to ppp.conf.sample that is.
MFC after: 3 weeks
2001-05-25 12:11:02 +00:00
Brian Somers
3a51f88a27
Be a little clearer all characters after a # are ignored unless the
...
# is escaped or quoted. Add an example of # characters as part of
a phone number.
PR: 26605
2001-05-08 08:58:57 +00:00
Dima Dorfman
25d0cc3b4d
Make it clear that commands within labels must be indented to be
...
recognized.
PR: 26293
Reviewed by: brian
2001-04-05 01:25:42 +00:00
Brian Somers
81bb1040b1
Add more comments, fix a typo, mention how to do PPPoUDP using encryption
...
to create a VPN.
2000-12-01 11:52:22 +00:00
Brian Somers
88cd46c4d3
Get rid of that damned ``i4b-L4-i4b_l4_setup_timeout: 975625189: ERROR:
...
idletime[900]+earlyhup[5] > unitlength[60]!'' message.
2000-11-30 23:08:36 +00:00
Brian Somers
9f361a4b13
Add some comments and $FreeBSD$
2000-11-30 22:24:51 +00:00
Brian Somers
35ccfc58d8
Update some misleading comments, empty ``set logout'', and add a
...
comment describing how to take advantage of telcos that give
free phone calls at certain times.
2000-11-30 22:22:09 +00:00
Brian Somers
5e57afbe99
Use an MRU of 1504 with 1500 byte MRRUs
2000-08-17 14:40:42 +00:00
Brian Somers
a494f9e1be
Make this file look prettier
...
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)
2000-08-17 14:39:24 +00:00
Brian Somers
e9ea8480b3
Make the pppoe-in config entry a bit more useful (and verbose)
2000-08-15 15:13:16 +00:00
Brian Somers
794e74c1d2
Mention that some PPPoE servers cache MAC addresses
2000-05-30 17:06:55 +00:00
Brian Somers
9cf306dfe6
Show an example of not letting NetBIOS traffic keep the link up
...
PR: 17865
Submitted by: Glenn Johnson <glennpj@bayouhome.net>
2000-04-11 17:17:28 +00:00
Brian Somers
b10e6acec4
resolf.conf -> resolv.conf; charnier
2000-03-26 18:33:08 +00:00
Brian Somers
a4ee552aa4
Add some practical filter examples.
2000-01-27 23:57:43 +00:00
Brian Somers
24870fab24
Add protocol to ``nat port'' examples - it's mandatory.
...
Suggested by: Mark Knight <markk@knigma.org>
2000-01-05 02:59:28 +00:00
Brian Somers
0a97e07c93
The '-' character in chat scripts should only be escaped
...
twice (since the parsing routines were fixed).
1999-12-29 22:32:11 +00:00
Brian Somers
a7a9b4714d
An example of how to configure PPPoE.
1999-11-21 23:40:38 +00:00
Brian Somers
4085cc2dee
5 minutes == 300 seconds, not 600 !
...
Submitted by: Robert Inder <R.Inder@ed.ac.uk>
1999-10-06 15:07:15 +00:00
Brian Somers
20e5b092e0
Set the i4b bandwidth - i4b doesn't report it via tcgetattr.
...
Suggested by: Joe Karthauser <joe@uk.FreeBSD.org>
1999-10-03 02:15:55 +00:00
Brian Somers
889c1efb8d
Show an example of ``set cd off''
1999-09-26 23:18:54 +00:00
Brian Somers
848f4ae4fb
Suggest using just finrst in the dial filter, and not syn.
...
Submitted by: Ruslan Ermilov <ru@FreeBSD.org>
1999-09-16 18:52:46 +00:00
Brian Somers
28eb42e11f
Show how to prioritize UDP packets
1999-09-07 07:58:17 +00:00
Brian Somers
73cf919a66
alias -> nat
1999-09-07 07:56:54 +00:00
Peter Wemm
7f3dea244c
$Id$ -> $FreeBSD$
1999-08-28 00:22:10 +00:00
Brian Somers
ff3bb91ab4
Decrease the isdn recovery time to 1 second and mention that it
...
should always be less than ppps redial timeout.
1999-08-22 23:18:42 +00:00
Brian Somers
14bbfc5ddc
Add a second arg to ``set timeout'' as an example of a minimum idle
...
period.
1999-08-17 19:23:49 +00:00
Brian Somers
be76e834d7
Use ``set openmode passive'' in the ssh VPN example
1999-08-17 15:00:15 +00:00
Brian Somers
2567bca06a
Add an example of an isdnd.rc that works with ppp.
1999-08-09 22:58:55 +00:00
Brian Somers
a10b3ee0d4
Add an example of an isdn profile.
1999-08-09 22:57:47 +00:00
Brian Somers
4f65166ad5
Show how to use the new filter capabilities
...
Mostly submitted by: Peter Jeremy <jeremyp@gsmx07.alcatel.com.au>
1999-07-27 23:44:29 +00:00
Brian Somers
c6f660d19f
Add a rather complicated but impressive example of how
...
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.
1999-06-09 12:32:55 +00:00
Bill Fumerola
7cb30d6da3
procedure, not proceedure.
1999-05-30 21:31:18 +00:00
Brian Somers
24de4f3b19
Specify the ssh command to use for a VPN inline.
1999-04-27 00:25:22 +00:00
Brian Somers
f357451701
Increase the timeout and wait for ``PPP'' in the compuserve
...
example.
Submitted by: MALCOLM BOFF <Malcolm_Boff@compuserve.com>
1999-03-28 00:22:44 +00:00