OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / freeswan / doc / manpage.d / ipsec_tncfg.5.html
1 Content-type: text/html
2
3 <HTML><HEAD><TITLE>Manpage of IPSEC_TNCFG</TITLE>
4 </HEAD><BODY>
5 <H1>IPSEC_TNCFG</H1>
6 Section: File Formats (5)<BR>Updated: 27 Jun 2000<BR><A HREF="#index">Index</A>
7 <A HREF="http://localhost/cgi-bin/man/man2html">Return to Main Contents</A><HR>
8
9
10
11
12 <A NAME="lbAB">&nbsp;</A>
13 <H2>NAME</H2>
14
15 ipsec_tncfg - lists IPSEC virtual interfaces attached to real interfaces
16 <A NAME="lbAC">&nbsp;</A>
17 <H2>SYNOPSIS</H2>
18
19 <B>ipsec</B>
20
21 <B>tncfg</B>
22
23 <P>
24
25 <B>cat</B>
26
27 <B>/proc/net/ipsec_tncfg</B>
28
29 <A NAME="lbAD">&nbsp;</A>
30 <H2>DESCRIPTION</H2>
31
32 <I>/proc/net/ipsec_tncfg</I>
33
34 is a read-only file which lists which IPSEC virtual interfaces are
35 attached to which real interfaces, through which packets will be
36 forwarded once processed by IPSEC.
37 <P>
38
39 Each line lists one ipsec I/F.
40 A table entry consists of:
41 <DL COMPACT>
42 <DT>+<DD>
43 an ipsec virtual I/F name
44 <DT>+<DD>
45 a visual and machine parsable separator '-&gt;', separating the virtual I/F
46 and the physical I/F,
47 <DT>+<DD>
48 a physical I/F name, to which the ipsec virtual I/F is attached or NULL
49 if it is not attached,
50 <DT>+<DD>
51 the keyword
52 <B>mtu=</B>,
53
54 <DT>+<DD>
55 the MTU of the ipsec virtual I/F,
56 <DT>+<DD>
57 the automatically adjusted effective MTU for PMTU discovery, in brackets,
58 <DT>+<DD>
59 a visual and machine parsable separator '-&gt;', separating the virtual I/F
60 MTU and the physical I/F MTU,
61 <DT>+<DD>
62 the MTU of the attached physical I/F.
63 <B>.SH</B>EXAMPLES
64
65 <DT><B>ipsec2 -&gt; eth3 mtu=16260(1443) -&gt; 1500</B>
66
67 <DD>
68 </DL>
69 <P>
70
71 shows that virtual device
72 <B>ipsec2</B>
73
74 with an MTU of
75 <B>16260</B>
76
77 is connected to physical device
78 <B>eth3</B>
79
80 with an MTU of
81 <B>1500</B>
82
83 and that the effective MTU as a result of PMTU discovery has been
84 automatically set to
85 <B>1443.</B>
86
87 <DL COMPACT>
88 <DT><B>ipsec0 -&gt; wvlan0 mtu=1400(16260) -&gt; 1500</B>
89
90 <DD>
91 </DL>
92 <P>
93
94 shows that virtual device
95 <B>ipsec0</B>
96
97 with an MTU of
98 <B>1400</B>
99
100 is connected to physical device
101 <B>wvlan0</B>
102
103 with an MTU of
104 <B>1500</B>
105
106 and no PMTU packets have gotten far enough to bump down the effective MTU
107 from its default of 16260.
108 <DL COMPACT>
109 <DT><B>ipsec3 -&gt; NULL mtu=0(0) -&gt; 0</B>
110
111 <DD>
112 </DL>
113 <P>
114
115 shows that virtual device
116 <B>ipsec3</B>
117
118 is not connected to any physical device.
119 <P>
120
121 <A NAME="lbAE">&nbsp;</A>
122 <H2>FILES</H2>
123
124 /proc/net/ipsec_tncfg, /usr/local/bin/ipsec
125 <A NAME="lbAF">&nbsp;</A>
126 <H2>SEE ALSO</H2>
127
128 <A HREF="ipsec.8.html">ipsec</A>(8), <A HREF="ipsec_manual.8.html">ipsec_manual</A>(8), <A HREF="ipsec_eroute.5.html">ipsec_eroute</A>(5), <A HREF="ipsec_spi.5.html">ipsec_spi</A>(5),
129 <A HREF="ipsec_spigrp.5.html">ipsec_spigrp</A>(5), <A HREF="ipsec_klipsdebug.5.html">ipsec_klipsdebug</A>(5), <A HREF="ipsec_tncfg.8.html">ipsec_tncfg</A>(8), <A HREF="ipsec_version.5.html">ipsec_version</A>(5),
130 <A HREF="ipsec_pf_key.5.html">ipsec_pf_key</A>(5)
131 <A NAME="lbAG">&nbsp;</A>
132 <H2>HISTORY</H2>
133
134 Written for the Linux FreeS/WAN project
135 &lt;<A HREF="http://www.freeswan.org/">http://www.freeswan.org/</A>&gt;
136 by Richard Guy Briggs.
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154 <P>
155
156 <HR>
157 <A NAME="index">&nbsp;</A><H2>Index</H2>
158 <DL>
159 <DT><A HREF="#lbAB">NAME</A><DD>
160 <DT><A HREF="#lbAC">SYNOPSIS</A><DD>
161 <DT><A HREF="#lbAD">DESCRIPTION</A><DD>
162 <DT><A HREF="#lbAE">FILES</A><DD>
163 <DT><A HREF="#lbAF">SEE ALSO</A><DD>
164 <DT><A HREF="#lbAG">HISTORY</A><DD>
165 </DL>
166 <HR>
167 This document was created by
168 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
169 using the manual pages.<BR>
170 Time: 05:09:33 GMT, June 19, 2001
171 </BODY>
172 </HTML>