]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - usr.sbin/i4b/man/i4bisppp.4
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / usr.sbin / i4b / man / i4bisppp.4
1 .\"
2 .\" Copyright (c) 1997, 2002 Hellmuth Michaelis. All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\"    notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\"
13 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
14 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
16 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
17 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23 .\" SUCH DAMAGE.
24 .\"
25 .\" $FreeBSD$
26 .\"
27 .\"     last edit-date: [Sun Jul 28 12:43:22 2002]
28 .\"
29 .Dd July 28, 2002
30 .Dt I4BISPPP 4
31 .Os
32 .Sh NAME
33 .Nm i4bisppp
34 .Nd isdn4bsd synchronous PPP over ISDN B-channel network driver
35 .Sh SYNOPSIS
36 .Cd device \&"i4bisppp\&" Op count
37 .Cd device sppp
38 .Sh DESCRIPTION
39 The
40 .Nm
41 driver interfaces the IP subsystem of the operating system with the
42 isdn4bsd package so that a transport of IP packets over an ISDN link
43 is possible.
44 .Pp
45 The driver is just a glue layer between the
46 .Xr sppp 4
47 backend and the ISDN4BSD package and needs the
48 .Xr sppp 4
49 driver configured into the kernel.
50 .Pp
51 The network interfaces provided by this driver are named
52 .Em isp<n> ,
53 where <n> is a number between 0 and count-1 from the kernel config line.
54 .Pp
55 For configuration of the i4bsppp driver, either the
56 .Xr spppcontrol 8
57 utility is used or the driver can be configured via
58 .Xr isdnd 8
59 and its associated
60 .Xr isdnd.rc 5
61 file.
62 .Pp
63 In case an IP packet for a remote side arrives in the driver and no
64 connection is established yet, the driver communicates with the
65 .Xr isdnd 8
66 daemon to establish a connection.
67 .Pp
68 The driver has support for interfacing to the
69 .Xr bpf 4
70 subsystem for using
71 .Xr tcpdump 1
72 with the
73 .Nm isp
74 interfaces.
75 .Pp
76 .Sh LINK0 and LINK1
77 The
78 .Em link0
79 and
80 .Em link1
81 flags given as parameters to
82 .Xr ifconfig 8
83 have the following meaning for the
84 .Em isp<n>
85 devices:
86 .Bl -tag -width link0 -compact
87 .Pp
88 .It Li link0
89 wait passively for connection
90 .Pp
91 .It Li link1
92 auto-dial on output
93 .El
94 .Pp
95 The
96 .Em link0
97 and
98 .Em link1
99 flags are set to
100 .Em off
101 by default.
102 .Pp
103 See
104 .Xr sppp 4
105 for a more detailed discussion of the flags.
106 .Sh SEE ALSO
107 .Xr tcpdump 1 ,
108 .Xr bpf 4 ,
109 .Xr sppp 4 ,
110 .Xr isdnd.rc 5 ,
111 .Xr isdnd 8 ,
112 .Xr spppcontrol 8
113 .Sh AUTHORS
114 .An -nosplit
115 The
116 .Nm
117 device driver was written by
118 .An Joerg Wunsch Aq joerg@FreeBSD.org
119 and then added to ISDN4BSD by
120 .An Gary Jennejohn Aq gj@FreeBSD.org .
121 .Pp
122 This manpage was written by
123 .An Hellmuth Michaelis Aq hm@FreeBSD.org .