]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/man/man4/stf.4
This commit was generated by cvs2svn to compensate for changes in r138298,
[FreeBSD/FreeBSD.git] / share / man / man4 / stf.4
1 .\"     $FreeBSD$
2 .\"     $KAME: stf.4,v 1.35 2001/05/02 06:24:49 itojun Exp $
3 .\"
4 .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
5 .\" All rights reserved.
6 .\"
7 .\" Redistribution and use in source and binary forms, with or without
8 .\" modification, are permitted provided that the following conditions
9 .\" are met:
10 .\" 1. Redistributions of source code must retain the above copyright
11 .\"    notice, this list of conditions and the following disclaimer.
12 .\" 2. Redistributions in binary form must reproduce the above copyright
13 .\"    notice, this list of conditions and the following disclaimer in the
14 .\"    documentation and/or other materials provided with the distribution.
15 .\" 3. Neither the name of the project nor the names of its contributors
16 .\"    may be used to endorse or promote products derived from this software
17 .\"    without specific prior written permission.
18 .\"
19 .\" THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
20 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
23 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29 .\" SUCH DAMAGE.
30 .\"
31 .Dd April 27, 2001
32 .Dt STF 4
33 .Os
34 .Sh NAME
35 .Nm stf
36 .Nd
37 .Tn 6to4
38 tunnel interface
39 .Sh SYNOPSIS
40 .Cd "device stf"
41 .Sh DESCRIPTION
42 The
43 .Nm
44 interface supports
45 .Dq 6to4
46 IPv6 in IPv4 encapsulation.
47 It can tunnel IPv6 traffic over IPv4, as specified in
48 .Li RFC3056 .
49 .Pp
50 For ordinary nodes in 6to4 site, you do not need
51 .Nm
52 interface.
53 The
54 .Nm
55 interface is necessary for site border router
56 (called
57 .Dq 6to4 router
58 in the specification).
59 .Pp
60 Each
61 .Nm
62 interface is created at runtime using interface cloning.
63 This is
64 most easily done with the
65 .Xr ifconfig 8
66 .Cm create
67 command or using the
68 .Va cloned_interfaces
69 variable in
70 .Xr rc.conf 5 .
71 .Pp
72 Due to the way 6to4 protocol is specified,
73 .Nm
74 interface requires certain configuration to work properly.
75 Single
76 (no more than 1)
77 valid 6to4 address needs to be configured to the interface.
78 .Dq A valid 6to4 address
79 is an address which has the following properties.
80 If any of the following properties are not satisfied,
81 .Nm
82 raises runtime error on packet transmission.
83 Read the specification for more details.
84 .Bl -bullet
85 .It
86 matches
87 .Li 2002:xxyy:zzuu::/48
88 where
89 .Li xxyy:zzuu
90 is a hexadecimal notation of an IPv4 address for the node.
91 IPv4 address can be taken from any of interfaces your node has.
92 Since the specification forbids the use of IPv4 private address,
93 the address needs to be a global IPv4 address.
94 .It
95 Subnet identifier portion
96 (48th to 63rd bit)
97 and interface identifier portion
98 (lower 64 bits)
99 are properly filled to avoid address collisions.
100 .El
101 .Pp
102 If you would like the node to behave as a relay router,
103 the prefix length for the IPv6 interface address needs to be 16 so that
104 the node would consider any 6to4 destination as
105 .Dq on-link .
106 If you would like to restrict 6to4 peers to be inside certain IPv4 prefix,
107 you may want to configure IPv6 prefix length as
108 .Dq 16 + IPv4 prefix length .
109 .Nm
110 interface will check the IPv4 source address on packets,
111 if the IPv6 prefix length is larger than 16.
112 .Pp
113 .Nm
114 can be configured to be ECN friendly.
115 This can be configured by
116 .Dv IFF_LINK1 .
117 See
118 .Xr gif 4
119 for details.
120 .Pp
121 Please note that 6to4 specification is written as
122 .Dq accept tunnelled packet from everyone
123 tunnelling device.
124 By enabling
125 .Nm
126 device, you are making it much easier for malicious parties to inject
127 fabricated IPv6 packet to your node.
128 Also, malicious party can inject an IPv6 packet with fabricated source address
129 to make your node generate improper tunnelled packet.
130 Administrators must take caution when enabling the interface.
131 To prevent possible attacks,
132 .Nm
133 interface filters out the following packets.
134 Note that the checks are no way complete:
135 .Bl -bullet
136 .It
137 Packets with IPv4 unspecified address as outer IPv4 source/destination
138 .Pq Li 0.0.0.0/8
139 .It
140 Packets with loopback address as outer IPv4 source/destination
141 .Pq Li 127.0.0.0/8
142 .It
143 Packets with IPv4 multicast address as outer IPv4 source/destination
144 .Pq Li 224.0.0.0/4
145 .It
146 Packets with limited broadcast address as outer IPv4 source/destination
147 .Pq Li 255.0.0.0/8
148 .It
149 Packets with private address as outer IPv4 source/destination
150 .Pq Li 10.0.0.0/8 , 172.16.0.0/12 , 192.168.0.0/16
151 .It
152 Packets with subnet broadcast address as outer IPv4 source/destination.
153 The check is made against subnet broadcast addresses for
154 all of the directly connected subnets.
155 .It
156 Packets that does not pass ingress filtering.
157 Outer IPv4 source address must meet the IPv4 topology on the routing table.
158 Ingress filter can be turned off by
159 .Dv IFF_LINK2
160 bit.
161 .It
162 The same set of rules are applied against the IPv4 address embedded into
163 inner IPv6 address, if the IPv6 address matches 6to4 prefix.
164 .El
165 .Pp
166 It is recommended to filter/audit
167 incoming IPv4 packet with IP protocol number 41, as necessary.
168 It is also recommended to filter/audit encapsulated IPv6 packets as well.
169 You may also want to run normal ingress filter against inner IPv6 address
170 to avoid spoofing.
171 .Pp
172 By setting the
173 .Dv IFF_LINK0
174 flag on the
175 .Nm
176 interface, it is possible to disable the input path,
177 making the direct attacks from the outside impossible.
178 Note, however, there are other security risks exist.
179 If you wish to use the configuration,
180 you must not advertise your 6to4 address to others.
181 .\"
182 .Sh EXAMPLES
183 Note that
184 .Li 8504:0506
185 is equal to
186 .Li 133.4.5.6 ,
187 written in hexadecimals.
188 .Bd -literal
189 # ifconfig ne0 inet 133.4.5.6 netmask 0xffffff00
190 # ifconfig stf0 inet6 2002:8504:0506:0000:a00:5aff:fe38:6f86 \\
191         prefixlen 16 alias
192 .Ed
193 .Pp
194 The following configuration accepts packets from IPv4 source
195 .Li 9.1.0.0/16
196 only.
197 It emits 6to4 packet only for IPv6 destination 2002:0901::/32
198 (IPv4 destination will match
199 .Li 9.1.0.0/16 ) .
200 .Bd -literal
201 # ifconfig ne0 inet 9.1.2.3 netmask 0xffff0000
202 # ifconfig stf0 inet6 2002:0901:0203:0000:a00:5aff:fe38:6f86 \\
203         prefixlen 32 alias
204 .Ed
205 .Pp
206 The following configuration uses the
207 .Nm
208 interface as an output-only device.
209 You need to have alternative IPv6 connectivity
210 (other than 6to4)
211 to use this configuration.
212 For outbound traffic, you can reach other 6to4 networks efficiently via
213 .Nm stf .
214 For inbound traffic, you will not receive any 6to4-tunneled packets
215 (less security drawbacks).
216 Be careful not to advertise your 6to4 prefix to others
217 .Pq Li 2002:8504:0506::/48 ,
218 and not to use your 6to4 prefix as a source.
219 .Bd -literal
220 # ifconfig ne0 inet 133.4.5.6 netmask 0xffffff00
221 # ifconfig stf0 inet6 2002:8504:0506:0000:a00:5aff:fe38:6f86 \\
222         prefixlen 16 alias deprecated link0
223 # route add -inet6 2002:: -prefixlen 16 ::1
224 # route change -inet6 2002:: -prefixlen 16 ::1 -ifp stf0
225 .Ed
226 .\"
227 .Sh SEE ALSO
228 .Xr gif 4 ,
229 .Xr inet 4 ,
230 .Xr inet6 4
231 .Pp
232 .Pa http://www.6bone.net/6bone_6to4.html
233 .Rs
234 .%A Brian Carpenter
235 .%A Keith Moore
236 .%T "Connection of IPv6 Domains via IPv4 Clouds"
237 .%D February 2001
238 .%R RFC
239 .%N 3056
240 .Re
241 .Rs
242 .%A Jun-ichiro itojun Hagino
243 .%T "Possible abuse against IPv6 transition technologies"
244 .%D July 2000
245 .%N draft-itojun-ipv6-transition-abuse-01.txt
246 .%O work in progress
247 .Re
248 .\"
249 .Sh HISTORY
250 The
251 .Nm
252 device first appeared in WIDE/KAME IPv6 stack.
253 .\"
254 .Sh BUGS
255 No more than one
256 .Nm
257 interface is allowed for a node,
258 and no more than one IPv6 interface address is allowed for an
259 .Nm
260 interface.
261 It is to avoid source address selection conflicts
262 between IPv6 layer and IPv4 layer,
263 and to cope with ingress filtering rule on the other side.
264 This is a feature to make
265 .Nm
266 work right for all occasions.