1IPSEC_TNCFG(5) [FIXME: manual] IPSEC_TNCFG(5)
2
3
4
6 ipsec_tncfg - lists IPSEC virtual interfaces attached to real
7 interfaces
8
10 ipsec tncfg
11 cat/proc/net/ipsec_tncfg
12
14 Note that tncfg is only supported on the classic KLIPS stack. It is not
15 supported on any other stack and will be completely removed in future
16 versions. A replacement command still needs to be designed
17
19 /proc/net/ipsec_tncfg is a read-only file which lists which IPSEC
20 virtual interfaces are attached to which real interfaces, through which
21 packets will be forwarded once processed by IPSEC.
22
23 Each line lists one ipsec I/F. A table entry consists of:
24
25 +
26 an ipsec virtual I/F name
27
28 +
29 a visual and machine parsable separator ´->´, separating the
30 virtual I/F and the physical I/F,
31
32 +
33 a physical I/F name, to which the ipsec virtual I/F is attached or
34 NULL if it is not attached,
35
36 +
37 the keyword mtu=,
38
39 +
40 the MTU of the ipsec virtual I/F,
41
42 +
43 the automatically adjusted effective MTU for PMTU discovery, in
44 brackets,
45
46 +
47 a visual and machine parsable separator ´->´, separating the
48 virtual I/F MTU and the physical I/F MTU,
49
50 +
51 the MTU of the attached physical I/F.
52
54 ipsec2 -> eth3 mtu=16260(1443) -> 1500
55
56 shows that virtual device ipsec2 with an MTU of 16260 is connected to
57 physical device eth3 with an MTU of 1500 and that the effective MTU as
58 a result of PMTU discovery has been automatically set to 1443.
59
60 ipsec0 -> wvlan0 mtu=1400(16260) -> 1500
61
62 shows that virtual device ipsec0 with an MTU of 1400 is connected to
63 physical device wvlan0 with an MTU of 1500 and no PMTU packets have
64 gotten far enough to bump down the effective MTU from its default of
65 16260.
66
67 ipsec3 -> NULL mtu=0(0) -> 0
68
69 shows that virtual device ipsec3 is not connected to any physical
70 device.
71
73 /proc/net/ipsec_tncfg, /usr/local/bin/ipsec
74
76 ipsec(8), ipsec_manual(8), ipsec_eroute(5), ipsec_spi(5),
77 ipsec_spigrp(5), ipsec_klipsdebug(5), ipsec_tncfg(8), ipsec_version(5),
78 ipsec_pf_key(5)
79
81 Written for the Linux FreeS/WAN project <http://www.freeswan.org/> by
82 Richard Guy Briggs.
83
84
85
86[FIXME: source] 10/06/2010 IPSEC_TNCFG(5)