~ubuntu-branches/ubuntu/hardy/openswan/hardy-updates

« back to all changes in this revision

Viewing changes to doc/manpage.d/ipsec_tncfg.8.html

  • Committer: Bazaar Package Importer
  • Author(s): Rene Mayrhofer
  • Date: 2005-01-27 16:10:11 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050127161011-idgybmyz3vwhpfiq
Tags: 2.3.0-2
Urgency HIGH due to security issue and problems with build-deps in sarge.
* Fix the security issue. Please see
  http://www.idefense.com/application/poi/display?id=190&
      type=vulnerabilities&flashstatus=false
  for more details. Thanks to Martin Schulze for informing me about
  this issue.
  Closes: #292458: Openswan XAUTH/PAM Buffer Overflow Vulnerability
* Added a Build-Dependency to lynx.
  Closes: #291143: openswan: FTBFS: Missing build dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Content-type: text/html
2
 
 
3
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4
 
<HTML><HEAD><TITLE>Man page of IPSEC_TNCFG</TITLE>
5
 
</HEAD><BODY>
6
 
<H1>IPSEC_TNCFG</H1>
7
 
Section: Maintenance Commands (8)<BR>Updated: 21 Jun 2000<BR><A HREF="#index">Index</A>
8
 
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
9
 
 
10
 
 
11
 
 
12
 
 
13
 
<A NAME="lbAB">&nbsp;</A>
14
 
<H2>NAME</H2>
15
 
 
16
 
ipsec tncfg - associate IPSEC virtual interface with physical interface
17
 
<A NAME="lbAC">&nbsp;</A>
18
 
<H2>SYNOPSIS</H2>
19
 
 
20
 
<B>ipsec</B>
21
 
 
22
 
<B>tncfg</B>
23
 
 
24
 
<P>
25
 
 
26
 
<B>ipsec</B>
27
 
 
28
 
<B>tncfg</B>
29
 
 
30
 
<B>--attach</B>
31
 
 
32
 
<B>--virtual</B>
33
 
 
34
 
virtual
35
 
<B>--physical</B>
36
 
 
37
 
physical
38
 
<P>
39
 
 
40
 
<B>ipsec</B>
41
 
 
42
 
<B>tncfg</B>
43
 
 
44
 
<B>--detach</B>
45
 
 
46
 
<B>--virtual</B>
47
 
 
48
 
virtual
49
 
<P>
50
 
 
51
 
<B>ipsec</B>
52
 
 
53
 
<B>tncfg</B>
54
 
 
55
 
<B>--clear</B>
56
 
 
57
 
<P>
58
 
 
59
 
<B>ipsec</B>
60
 
 
61
 
<B>tncfg</B>
62
 
 
63
 
<B>--version</B>
64
 
 
65
 
<P>
66
 
 
67
 
<B>ipsec</B>
68
 
 
69
 
<B>tncfg</B>
70
 
 
71
 
<B>--help</B>
72
 
 
73
 
<A NAME="lbAD">&nbsp;</A>
74
 
<H2>DESCRIPTION</H2>
75
 
 
76
 
<I>Tncfg</I>
77
 
 
78
 
attaches/detaches IPSEC virtual interfaces to/from
79
 
physical interfaces,
80
 
through which packets will be forwarded once processed by IPSEC.
81
 
<P>
82
 
 
83
 
The form with no additional arguments lists the contents of
84
 
/proc/net/ipsec_tncfg.  The format of /proc/net/ipsec_tncfg is discussed
85
 
in <A HREF="/cgi-bin/man/man2html?5+ipsec_tncfg">ipsec_tncfg</A>(5).
86
 
The
87
 
<B>--attach</B>
88
 
 
89
 
form attaches the
90
 
<I>virtual</I>
91
 
 
92
 
interface to the
93
 
<I>physical</I>
94
 
 
95
 
one.
96
 
The
97
 
<B>--detach</B>
98
 
 
99
 
form detaches the
100
 
<I>virtual</I>
101
 
 
102
 
interface from whichever physical interface it is attached to.
103
 
The
104
 
<B>--clear</B>
105
 
 
106
 
form clears all the
107
 
<I>virtual</I>
108
 
 
109
 
interfaces from whichever physical interfaces they were attached to.
110
 
<P>
111
 
 
112
 
Virtual interfaces typically have names like
113
 
<B>ipsec0</B>,
114
 
 
115
 
while physical interfaces typically have names like
116
 
<B>eth0</B>
117
 
 
118
 
or
119
 
<B>ppp0</B>.
120
 
 
121
 
<A NAME="lbAE">&nbsp;</A>
122
 
<H2>EXAMPLES</H2>
123
 
 
124
 
<DL COMPACT>
125
 
<DT><B>ipsec tncfg --attach --virtual ipsec0 --physical eth0</B>
126
 
 
127
 
<DD>
128
 
attaches the
129
 
<B>ipsec0</B>
130
 
 
131
 
virtual device to the
132
 
<B>eth0</B>
133
 
 
134
 
physical device.
135
 
</DL>
136
 
<P>
137
 
 
138
 
<A NAME="lbAF">&nbsp;</A>
139
 
<H2>FILES</H2>
140
 
 
141
 
/proc/net/ipsec_tncfg, /usr/local/bin/ipsec
142
 
<A NAME="lbAG">&nbsp;</A>
143
 
<H2>SEE ALSO</H2>
144
 
 
145
 
<A HREF="/cgi-bin/man/man2html?8+ipsec">ipsec</A>(8), <A HREF="/cgi-bin/man/man2html?8+ipsec_manual">ipsec_manual</A>(8), <A HREF="/cgi-bin/man/man2html?8+ipsec_eroute">ipsec_eroute</A>(8), <A HREF="/cgi-bin/man/man2html?8+ipsec_spi">ipsec_spi</A>(8),
146
 
<A HREF="/cgi-bin/man/man2html?8+ipsec_spigrp">ipsec_spigrp</A>(8), <A HREF="/cgi-bin/man/man2html?8+ipsec_klipsdebug">ipsec_klipsdebug</A>(8), <A HREF="/cgi-bin/man/man2html?5+ipsec_tncfg">ipsec_tncfg</A>(5)
147
 
<A NAME="lbAH">&nbsp;</A>
148
 
<H2>HISTORY</H2>
149
 
 
150
 
Written for the Linux FreeS/WAN project
151
 
&lt;<A HREF="http://www.freeswan.org/">http://www.freeswan.org/</A>&gt;
152
 
by Richard Guy Briggs.
153
 
 
154
 
 
155
 
 
156
 
 
157
 
 
158
 
 
159
 
 
160
 
 
161
 
 
162
 
 
163
 
 
164
 
 
165
 
 
166
 
 
167
 
 
168
 
 
169
 
 
170
 
 
171
 
 
172
 
 
173
 
 
174
 
 
175
 
 
176
 
 
177
 
<P>
178
 
 
179
 
<HR>
180
 
<A NAME="index">&nbsp;</A><H2>Index</H2>
181
 
<DL>
182
 
<DT><A HREF="#lbAB">NAME</A><DD>
183
 
<DT><A HREF="#lbAC">SYNOPSIS</A><DD>
184
 
<DT><A HREF="#lbAD">DESCRIPTION</A><DD>
185
 
<DT><A HREF="#lbAE">EXAMPLES</A><DD>
186
 
<DT><A HREF="#lbAF">FILES</A><DD>
187
 
<DT><A HREF="#lbAG">SEE ALSO</A><DD>
188
 
<DT><A HREF="#lbAH">HISTORY</A><DD>
189
 
</DL>
190
 
<HR>
191
 
This document was created by
192
 
<A HREF="/cgi-bin/man/man2html">man2html</A>,
193
 
using the manual pages.<BR>
194
 
Time: 10:29:43 GMT, June 17, 2004
195
 
</BODY>
196
 
</HTML>