Clean up and fix Makefiles
[lartc.git] / lartc.db
blob89cdfddd3bcbb0f6f81969172c6df036f0896052
1 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
2 <!-- $Id$ -->
3 <Book id="lartc">
4 <?dbhtml banner-text="Made possible by PowerDNS">
5 <?dbhtml banner-href="http://www.powerdns.com">
7   <bookinfo>
8     <Title>Linux Advanced Routing &amp; Traffic Control HOWTO</Title>
9     <authorgroup>
10       <author>
11         <FirstName>Bert</FirstName><Surname>Hubert</Surname>
12         <affiliation>
13           <orgname>Netherlabs BV</orgname>
14           <address><email>bert.hubert@netherlabs.nl</email></address>
15         </affiliation>
16       </author>
18       <collab>
19         <collabname>Thomas Graf (Section Author)</collabname>
20         <affiliation>
21           <address><email>tgraf%suug.ch</email></address>
22         </affiliation>
23      </collab>
25       
26       <collab>
27         <collabname>Gregory Maxwell (Section Author)</collabname>
28       </collab>
30       
31       <collab>
32         <collabname>Remco van Mook (Section Author)</collabname>
33         <affiliation>
34           <address><email>remco@virtu.nl</email></address>
35         </affiliation>
36      </collab>
37   
38      <collab>
39        <collabname>Martijn van Oosterhout (Section Author)</collabname>
40         <affiliation>
41           <address><email>kleptog@cupid.suninternet.com</email></address>
42         </affiliation>
43      </collab>
44   
45      <collab>
46        <collabname>Paul B Schroeder (Section Author)</collabname>
47         <affiliation>
48           <address><email>paulsch@us.ibm.com</email></address>
49         </affiliation>
50      </collab>
51   
52      <collab>
53        <collabname>Jasper Spaans (Section Author)</collabname>
54         <affiliation>
55           <address><email>jasper@spaans.ds9a.nl</email></address>
56         </affiliation>
57      </collab>
58      <collab>
59        <collabname>Pedro Larroy (Section Author)</collabname>
60         <affiliation>
61           <address><email>piotr%member.fsf.org</email></address>
62         </affiliation>
63      </collab>
65   </authorgroup>
66   
67    <revhistory>
68      <revision>
69        <revnumber role="rcs">$Revision$</revnumber>
70        <date role="rcs">$Date$</date>
71        <revremark>DocBook Edition</revremark>
72      </revision>
73    </revhistory>
74                                    
75    <Abstract>
76      <Para>A very hands-on approach to <application>iproute2</application>,
77      traffic shaping and a bit of <application>netfilter</application>.
78      </para>
79    </Abstract>
80   
81 </bookinfo>
82 <toc></toc>
83 <chapter id="lartc.dedication">
84     <Title>Dedication</Title>
86     <Para>
87       This document is dedicated to lots of people, and is my attempt to do
88       something back. To list but a few:
89     </Para>
91     <Para>
93       <ItemizedList>
94         <ListItem>
95           <Para>
96             Rusty Russell
97           </Para>
98         </ListItem>
99         <ListItem>
101           <Para>
102             Alexey N. Kuznetsov
103           </Para>
104         </ListItem>
105         <ListItem>
106           
107           <Para>
108             The good folks from Google
109           </Para>
110         </ListItem>
111         <ListItem>
112           
113           <Para>
114             The staff of Casema Internet
115           </Para>
116         </ListItem>
118       </ItemizedList>
119         
120     </Para>
122   </chapter>
124   <chapter id="lartc.intro">
125     <Title>Introduction</Title>
127 <Para>
128 Welcome, gentle reader.
129 </Para>
131 <Para>
132       This document hopes to enlighten you on how to do more with Linux 2.2/2.4
133       routing. Unbeknownst to most users, you already run tools which allow you to
134       do spectacular things. Commands like <command>route</command> and 
135       <command>ifconfig</command> are actually
136       very thin wrappers for the very powerful iproute2 infrastructure.
137 </Para>
139     <Para>
140       I hope that this HOWTO will become as readable as the ones by Rusty Russell
141       of (amongst other things) netfilter fame.
142     </Para>
144     <Para>
145       You can always reach us by writing to the <ULink
146         URL="mailto:HOWTO@ds9a.nl"
147         >HOWTO team</ULink
148         >. However, please consider posting to the mailing
149       list (see the relevant section) if you have questions which are not directly
150       related to this HOWTO. We are no free helpdesk, but we often will answer questions
151       asked on the list.
152 </Para>
154 <Para>
155 Before losing your way in this HOWTO, if all you want to do is simple
156 traffic shaping, skip everything and head to the <citetitle><xref linkend="lartc.other"></citetitle> chapter, and read about CBQ.init.
157 </Para>
159 <Sect1 id="lartc.intro.disclaimer">
160 <Title>Disclaimer &amp; License</Title>
162 <Para>
163 This document is distributed in the hope that it will be useful,
164 but WITHOUT ANY WARRANTY; without even the implied warranty of
165 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
166 </Para>
168 <Para>
169 In short, if your STM-64 backbone breaks down and distributes pornography to
170 your most esteemed customers - it's never our fault. Sorry.
171 </Para>
173 <Para>
174 Copyright (c) 2002 by bert hubert, Gregory Maxwell, Martijn van
175 Oosterhout, Remco van Mook, Paul B. Schroeder and others. This material may
176 be distributed only subject to the terms and conditions set forth in the
177 Open Publication License, v1.0 or later (the latest version is presently
178 available at http://www.opencontent.org/openpub/).
179 </Para>
181 <Para>
182 Please freely copy and distribute (sell or give away) this document in any
183 format. It's requested that corrections and/or comments be forwarded to the
184 document maintainer. 
185 </Para>
187 <Para>
188 It is also requested that if you publish this HOWTO in hardcopy that you
189 send the authors some samples for <quote>review purposes</quote> :-) 
190 </Para>
192 </Sect1>
194 <Sect1 id="lartc.intro.prior">
195   <Title>Prior knowledge</Title>
197 <Para>
198 As the title implies, this is the <quote>Advanced</quote> HOWTO.
199 While by no means rocket science, some prior knowledge is assumed. 
200 </Para>
202 <Para>
203 Here are some other references which might help teach you more:
204 <VariableList>
205 <VarListEntry>
206   <Term>
207     <ULink URL="http://netfilter.samba.org/unreliable-guides/networking-concepts-HOWTO/index.html">
208       Rusty Russell's networking-concepts-HOWTO</ULink>
209   </Term>
210   <ListItem>
211     <Para>Very nice introduction, explaining what a network is, and how it is
212     connected to other networks.
213     </Para>
214   </ListItem>
215 </VarListEntry>
216 <VarListEntry>
217   <Term>Linux Networking-HOWTO (Previously the Net-3 HOWTO)</Term>
218   <ListItem>
219     <Para>Great stuff, although very verbose. It teaches you a lot of stuff 
220     that's already configured if you are able to connect to the Internet. 
221     Should be located in <filename>/usr/doc/HOWTO/NET3-4-HOWTO.txt</filename>
222  but can be also be found 
223     <ULink URL="http://www.linuxports.com/howto/networking">online</ULink>.
224     </Para>
225   </ListItem>
226 </VarListEntry>
227 </VariableList>
228 </Para>
230 </Sect1>
232 <Sect1 id="lartc.intro.linux">
233   <Title>What Linux can do for you</Title>
235 <Para>
236 A small list of things that are possible:
237 </Para>
239 <ItemizedList>
240 <ListItem>
241   <Para>Throttle bandwidth for certain computers
242   </Para>
243 </ListItem>
244 <ListItem>
245   <Para>Throttle bandwidth TO certain computers
246   </Para>
247 </ListItem>
248 <ListItem>
249   <Para>Help you to fairly share your bandwidth
250   </Para>
251 </ListItem>
252 <ListItem>
253   <Para>Protect your network from DoS attacks
254   </Para>
255 </ListItem>
256 <ListItem>
257   <Para>Protect the Internet from your customers
258   </Para>
259 </ListItem>
260 <ListItem>
261   <Para>Multiplex several servers as one, for load balancing or
262   enhanced availability
263   </Para>
264 </ListItem>
265 <ListItem>
266   <Para>Restrict access to your computers
267   </Para>
268 </ListItem>
269 <ListItem>
270   <Para>Limit access of your users to other hosts
271   </Para>
272 </ListItem>
273 <ListItem>
274   <Para>Do routing based on user id (yes!), MAC address, source IP
275   address, port, type of service, time of day or content
276   </Para>
277 </ListItem>
278 </ItemizedList>
280 <Para>
281 Currently, not many people are using these advanced features. This is for
282 several reasons. While the provided documentation is verbose, it is not very
283 hands-on. Traffic control is almost undocumented.
284 </Para>
286 </Sect1>
288 <Sect1 id="lartc.intro.houskeeping">
289   <Title>Housekeeping notes</Title>
291 <Para>
292 There are several things which should be noted about this document. While I
293 wrote most of it, I really don't want it to stay that way. I am a strong
294 believer in Open Source, so I encourage you to send feedback, updates,
295 patches etcetera. Do not hesitate to inform me of typos or plain old errors.
296 If my English sounds somewhat wooden, please realize that I'm not a native
297 speaker. Feel free to send suggestions.
298 </Para>
300 <Para>
301 If you feel you are better qualified to maintain a section, or think that
302 you can author and maintain new sections, you are welcome to do so. The SGML
303 of this HOWTO is available via CVS, I very much envision more people
304 working on it.
305 </Para>
307 <Para>
308 In aid of this, you will find lots of FIXME notices. Patches are always
309 welcome! Wherever you find a FIXME, you should know that you are treading in
310 unknown territory. This is not to say that there are no errors elsewhere,
311 but be extra careful. If you have validated something, please let us know so
312 we can remove the FIXME notice.
313 </Para>
315 <Para>
316 About this HOWTO, I will take some liberties along the road. For example, I
317 postulate a 10Mbit Internet connection, while I know full well that those
318 are not very common.
319 </Para>
321 </Sect1>
323 <Sect1 id="lartc.intro.cvs">
324   <Title>Access, CVS &amp; submitting updates</Title>
326 <Para>
327 The canonical location for the HOWTO is 
328 <ULink URL="http://www.ds9a.nl/lartc">here</ULink>.
329 </Para>
331 <Para>
332 We now have anonymous CVS access available to the world at large. This is
333 good in a number of ways. You can easily upgrade to newer versions of this
334 HOWTO and submitting patches is no work at all.
335 </Para>
337 <Para>
338 Furthermore, it allows the authors to work on the source independently,
339 which is good too.
340 </Para>
342 <Screen width="80">
343 $ export CVSROOT=:pserver:anon@outpost.ds9a.nl:/var/cvsroot
344 $ cvs login
345 CVS password: [enter 'cvs' (without 's)]
346 $ cvs co 2.4routing
347 cvs server: Updating 2.4routing
348 U 2.4routing/lartc.db
349 </Screen>
351 <Para>
352 If you made changes and want to contribute them, run <userinput>
353 cvs -z3 diff -uBb</userinput>,
354 and mail the output to <email>howto@ds9a.nl</email>, we
355 can then integrate it easily. Thanks! Please make sure that you edit the
356 .db file, by the way, the other files are generated from that one. 
357 </Para>
359 <Para>
360 A Makefile is supplied which should help you create postscript, dvi, pdf,
361 html and plain text. You may need to install 
362 <application>docbook</application>, <application>docbook-utils</application>,
363 <application>ghostscript</application> and <application>tetex</application> 
364 to get all formats.
365 </Para>
367 <para>
368 Be careful not to edit 2.4routing.sgml! It contains an older version of the
369 HOWTO. The right file is lartc.db.
370 </para>
371 </Sect1>
373 <Sect1 id="lartc.intro.mlist">
374   <Title>Mailing list</Title>
376 <Para>
377 The authors receive an increasing amount of mail about this HOWTO. Because
378 of the clear interest of the community, it has been decided to start a
379 mailinglist where people can talk to each other about Advanced Routing and
380 Traffic Control. You can subscribe to the list
381 <ULink URL="http://mailman.ds9a.nl/mailman/listinfo/lartc">here</ULink>.
382 </Para>
384 <Para>
385 It should be pointed out that the authors are very hesitant of answering
386 questions not asked on the list. We would like the archive of the list to
387 become some kind of knowledge base. If you have a question, please search
388 the archive, and then post to the mailinglist.
389 </Para>
391 </Sect1>
393 <Sect1 id="lartc.intro.layout">
394   <Title>Layout of this document</Title>
396 <Para>
397 We will be doing interesting stuff almost immediately, which also means that
398 there will initially be parts that are explained incompletely or are not
399 perfect. Please gloss over these parts and assume that all will become clear.
400 </Para>
402 <Para>
403 Routing and filtering are two distinct things. Filtering is documented very
404 well by Rusty's HOWTOs, available here:
405 </Para>
407 <ItemizedList>
408 <ListItem>
409   <Para><ULink URL="http://netfilter.samba.org/unreliable-guides/">
410     Rusty's Remarkably Unreliable Guides</ULink>
411   </Para>
412 </ListItem>
413 </ItemizedList>
415 <Para>We will be focusing mostly on what is possible by combining netfilter
416 and iproute2.
417 </Para>
419 </Sect1>
421 </chapter>
423 <chapter id="lartc.iproute2">
424   <Title>Introduction to iproute2</Title>
426 <Sect1 id="lartc.iproute2.why">
427   <Title>Why iproute2?</Title>
429 <Para>
430 Most Linux distributions, and most UNIX's, currently use the 
431 venerable <command>arp</command>, <command>ifconfig</command> and 
432 <command>route</command> commands.
433 While these tools work, they show some unexpected behaviour under Linux 2.2 
434 and up.
435 For example, GRE tunnels are an integral part of routing these days, but 
436 require completely different tools.
437 </Para>
439 <Para>
440 With <application>iproute2</application>, tunnels are an integral part of 
441 the tool set.
442 </Para>
444 <Para>
445 The 2.2 and above Linux kernels include a completely redesigned network
446 subsystem. This new networking code brings Linux performance and a feature
447 set with little competition in the general OS arena. In fact, the new
448 routing, filtering, and classifying code is more featureful than the one
449 provided by many dedicated routers and firewalls and traffic shaping
450 products.
451 </Para>
453 <Para>
454 As new networking concepts have been invented, people have found ways to
455 plaster them on top of the existing framework in existing OSes. This
456 constant layering of cruft has lead to networking code that is filled with
457 strange behaviour, much like most human languages. In the past, Linux
458 emulated SunOS's handling of many of these things, which was not ideal.  
459 </Para>
461 <Para>
462 This new framework makes it possible to clearly express features
463 previously beyond Linux's reach.
464 </Para>
466 </Sect1>
468 <Sect1 id="lartc.iproute2.tour">
469   <Title>iproute2 tour</Title>
471 <Para>
472 Linux has a sophisticated system for bandwidth provisioning called Traffic
473 Control. This system supports various method for classifying, prioritizing,
474 sharing, and limiting both inbound and outbound traffic.
475 </Para>
477 <Para>
478 We'll start off with a tiny tour of iproute2 possibilities.
479 </Para>
481 </Sect1>
483 <Sect1 id="lartc.iproute2.package">
484   <Title>Prerequisites</Title>
486 <Para>
487 You should make sure that you have the userland tools installed. This
488 package is called 'iproute' on both RedHat and Debian, and may otherwise be
489 found at <filename>ftp://ftp.inr.ac.ru/ip-routing/iproute2-2.2.4-now-ss??????.tar.gz"</filename>. 
490 </Para>
492 <Para>
493 You can also try 
494 <ULink URL="ftp://ftp.inr.ac.ru/ip-routing/iproute2-current.tar.gz">here</ULink> 
495 for the latest version.
496 </Para>
498 <Para>
499 Some parts of iproute require you to have certain kernel options enabled. It
500 should also be noted that all releases of RedHat up to and including 6.2
501 come without most of the traffic control features in the default kernel. 
502 </Para>
504 <Para>
505 RedHat 7.2 has everything in by default.
506 </Para>
508 <Para>
509 Also make sure that you have netlink support, should you choose to roll your
510 own kernel. Iproute2 needs it.
511 </Para>
513 </Sect1>
515 <Sect1 id="lartc.iproute2.explore">
516   <Title>Exploring your current configuration</Title>
518 <Para>
519 This may come as a surprise, but iproute2 is already configured! The current
520 commands <command>ifconfig</command> and <command>route</command> are already using the advanced
521 syscalls, but mostly with very default (ie. boring) settings.
522 </Para>
524 <Para>
525 The <command>ip</command> tool is central, and we'll ask it to display our interfaces
526 for us.
527 </Para>
529 <Sect2>
530 <Title><command>ip</command> shows us our links</Title>
532 <Screen width="80">
533 [ahu@home ahu]$ ip link list
534 1: lo: &#60;LOOPBACK,UP&#62; mtu 3924 qdisc noqueue 
535     link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
536 2: dummy: &#60;BROADCAST,NOARP&#62; mtu 1500 qdisc noop 
537     link/ether 00:00:00:00:00:00 brd ff:ff:ff:ff:ff:ff
538 3: eth0: &#60;BROADCAST,MULTICAST,PROMISC,UP&#62; mtu 1400 qdisc pfifo_fast qlen 100
539     link/ether 48:54:e8:2a:47:16 brd ff:ff:ff:ff:ff:ff
540 4: eth1: &#60;BROADCAST,MULTICAST,PROMISC,UP&#62; mtu 1500 qdisc pfifo_fast qlen 100
541     link/ether 00:e0:4c:39:24:78 brd ff:ff:ff:ff:ff:ff
542 3764: ppp0: &#60;POINTOPOINT,MULTICAST,NOARP,UP&#62; mtu 1492 qdisc pfifo_fast qlen 10
543     link/ppp 
545 </Screen>
547 <Para>
548 Your mileage may vary, but this is what it shows on my NAT router at
549 home. I'll only explain part of the output as not everything is directly
550 relevant.
551 </Para>
553 <Para>
554 We first see the loopback interface. While your computer may function
555 somewhat without one, I'd advise against it. The MTU size (Maximum Transfer
556 Unit) is 3924 octets, and it is not supposed to queue. Which makes sense
557 because the loopback interface is a figment of your kernel's imagination.
558 </Para>
560 <Para>
561 I'll skip the dummy interface for now, and it may not be present on your
562 computer. Then there are my two physical network interfaces, one at the side
563 of my cable modem, the other one serves my home ethernet segment.
564 Furthermore, we see a ppp0 interface.
565 </Para>
567 <Para>
568 Note the absence of IP addresses. iproute disconnects the concept of 'links'
569 and 'IP addresses'. With IP aliasing, the concept of 'the' IP address had
570 become quite irrelevant anyhow. 
571 </Para>
573 <Para>
574 It does show us the MAC addresses though, the hardware identifier of our
575 ethernet interfaces.
576 </Para>
578 </Sect2>
580 <Sect2>
581   <Title><command>ip</command> shows us our IP addresses</Title>
583 <Screen width="80">
584 [ahu@home ahu]$ ip address show        
585 1: lo: &#60;LOOPBACK,UP&#62; mtu 3924 qdisc noqueue 
586     link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
587     inet 127.0.0.1/8 brd 127.255.255.255 scope host lo
588 2: dummy: &#60;BROADCAST,NOARP&#62; mtu 1500 qdisc noop 
589     link/ether 00:00:00:00:00:00 brd ff:ff:ff:ff:ff:ff
590 3: eth0: &#60;BROADCAST,MULTICAST,PROMISC,UP&#62; mtu 1400 qdisc pfifo_fast qlen 100
591     link/ether 48:54:e8:2a:47:16 brd ff:ff:ff:ff:ff:ff
592     inet 10.0.0.1/8 brd 10.255.255.255 scope global eth0
593 4: eth1: &#60;BROADCAST,MULTICAST,PROMISC,UP&#62; mtu 1500 qdisc pfifo_fast qlen 100
594     link/ether 00:e0:4c:39:24:78 brd ff:ff:ff:ff:ff:ff
595 3764: ppp0: &#60;POINTOPOINT,MULTICAST,NOARP,UP&#62; mtu 1492 qdisc pfifo_fast qlen 10
596     link/ppp 
597     inet 212.64.94.251 peer 212.64.94.1/32 scope global ppp0
598 </Screen>
600 <Para>
601 This contains more information. It shows all our addresses, and to which
602 cards they belong. 'inet' stands for Internet (IPv4). There are lots of other
603 address families, but these don't concern us right now.
604 </Para>
606 <Para>
607 Let's examine eth0 somewhat closer. It says that it is related to the inet
608 address '10.0.0.1/8'. What does this mean? The /8 stands for the number of
609 bits that are in the Network Address. There are 32 bits, so we have 24 bits
610 left that are part of our network. The first 8 bits of 10.0.0.1 correspond
611 to 10.0.0.0, our Network Address, and our netmask is 255.0.0.0.
612 </Para>
614 <Para>
615 The other bits are connected to this interface, so 10.250.3.13 is directly
616 available on eth0, as is 10.0.0.1 for example. 
617 </Para>
619 <Para>
620 With ppp0, the same concept goes, though the numbers are different. Its
621 address is 212.64.94.251, without a subnet mask. This means that we have a
622 point-to-point connection and that every address, with the exception of
623 212.64.94.251, is remote. There is more information, however. It tells us
624 that on the other side of the link there is, yet again, only one address,
625 212.64.94.1. The /32 tells us that there are no 'network bits'.
626 </Para>
628 <Para>
629 It is absolutely vital that you grasp these concepts. Refer to the
630 documentation mentioned at the beginning of this HOWTO if you have trouble.
631 </Para>
633 <Para>
634 You may also note 'qdisc', which stands for Queueing Discipline. This will
635 become vital later on. 
636 </Para>
638 </Sect2>
640 <Sect2>
641   <Title><command>ip</command> shows us our routes</Title>
643 <Para>
644 Well, we now know how to find 10.x.y.z addresses, and we are able to reach
645 212.64.94.1. This is not enough however, so we need instructions on how to
646 reach the world. The Internet is available via our ppp connection, and it
647 appears that 212.64.94.1 is willing to spread our packets around the
648 world, and deliver results back to us.
649 </Para>
651 <Screen width="80">
652 [ahu@home ahu]$ ip route show
653 212.64.94.1 dev ppp0  proto kernel  scope link  src 212.64.94.251 
654 10.0.0.0/8 dev eth0  proto kernel  scope link  src 10.0.0.1 
655 127.0.0.0/8 dev lo  scope link 
656 default via 212.64.94.1 dev ppp0 
657 </Screen>
659 <Para>
660 This is pretty much self explanatory. The first 3 lines of output explicitly
661 state what was already implied by <command>ip address show</command>, the last line
662 tells us that the rest of the world can be found via 212.64.94.1, our
663 default gateway. We can see that it is a gateway because of the word
664 via, which tells us that we need to send packets to 212.64.94.1, and that it
665 will take care of things.
666 </Para>
668 <Para>
669 For reference, this is what the old <command>route</command> utility shows us:
670 </Para>
672 <Screen width="80">
673 [ahu@home ahu]$ route -n
674 Kernel IP routing table
675 Destination     Gateway         Genmask         Flags Metric Ref    Use
676 Iface
677 212.64.94.1     0.0.0.0         255.255.255.255 UH    0      0        0 ppp0
678 10.0.0.0        0.0.0.0         255.0.0.0       U     0      0        0 eth0
679 127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
680 0.0.0.0         212.64.94.1     0.0.0.0         UG    0      0        0 ppp0
681 </Screen>
683 </Sect2>
685 </Sect1>
687 <Sect1 id="lartc.iproute2.arp">
688   <Title>ARP</Title>
690 <Para>
691 ARP is the Address Resolution Protocol as described in
692 <ULink URL="http://www.faqs.org/rfcs/rfc826.html">RFC 826</ULink>.
693 ARP is used by a networked machine to resolve the hardware location/address of
694 another machine on the same
695 local network.  Machines on the Internet are generally known by their names
696 which resolve to IP
697 addresses.  This is how a machine on the foo.com network is able to communicate
698 with another machine which is on the bar.net network.  An IP address, though,
699 cannot tell you the physical location of a machine.  This is where ARP comes
700 into the picture.
701 </Para>
703 <Para>
704 Let's take a very simple example.  Suppose I have a network composed of several
705 machines.  Two of the machines which are currently on my network are foo
706 with an IP address of 10.0.0.1 and bar with an IP address of 10.0.0.2.
707 Now foo wants to ping bar to see that he is alive, but alas, foo has no idea
708 where bar is.  So when foo decides to ping bar he will need to send
709 out an ARP request.
710 This ARP request is akin to foo shouting out on the network "Bar (10.0.0.2)!
711 Where are you?"  As a result of this every machine on the network will hear
712 foo shouting, but only bar (10.0.0.2) will respond.  Bar will then send an
713 ARP reply directly back to foo which is akin
714 bar saying,
715 "Foo (10.0.0.1) I am here at 00:60:94:E9:08:12."  After this simple transaction
716 that's used to locate his friend on the network, foo is able to communicate
717 with bar until he (his arp cache) forgets where bar is (typically after
718 15 minutes on Unix).
719 </Para>
721 <Para>
722 Now let's see how this works.
723 You can view your machines current arp/neighbor cache/table like so:
724 </Para>
726 <Screen width="80">
727 [root@espa041 /home/src/iputils]# ip neigh show
728 9.3.76.42 dev eth0 lladdr 00:60:08:3f:e9:f9 nud reachable
729 9.3.76.1 dev eth0 lladdr 00:06:29:21:73:c8 nud reachable
730 </Screen>
732 <Para>
733 As you can see my machine espa041 (9.3.76.41) knows where to find espa042 
734 (9.3.76.42) and
735 espagate (9.3.76.1).  Now let's add another machine to the arp cache.
736 </Para>
738 <Screen width="80">
739 [root@espa041 /home/paulsch/.gnome-desktop]# ping -c 1 espa043
740 PING espa043.austin.ibm.com (9.3.76.43) from 9.3.76.41 : 56(84) bytes of data.
741 64 bytes from 9.3.76.43: icmp_seq=0 ttl=255 time=0.9 ms
743 --- espa043.austin.ibm.com ping statistics ---
744 1 packets transmitted, 1 packets received, 0% packet loss
745 round-trip min/avg/max = 0.9/0.9/0.9 ms
747 [root@espa041 /home/src/iputils]# ip neigh show
748 9.3.76.43 dev eth0 lladdr 00:06:29:21:80:20 nud reachable
749 9.3.76.42 dev eth0 lladdr 00:60:08:3f:e9:f9 nud reachable
750 9.3.76.1 dev eth0 lladdr 00:06:29:21:73:c8 nud reachable
751 </Screen>
753 <Para>
754 As a result of espa041 trying to contact espa043, espa043's hardware
755 address/location has now been added to the arp/neighbor cache.
756 So until the entry for
757 espa043 times out (as a result of no communication between the two) espa041
758 knows where to find espa043 and has no need to send an ARP request.
759 </Para>
761 <Para>
762 Now let's delete espa043 from our arp cache:
763 </Para>
765 <Screen width="80">
766 [root@espa041 /home/src/iputils]# ip neigh delete 9.3.76.43 dev eth0
767 [root@espa041 /home/src/iputils]# ip neigh show
768 9.3.76.43 dev eth0  nud failed
769 9.3.76.42 dev eth0 lladdr 00:60:08:3f:e9:f9 nud reachable
770 9.3.76.1 dev eth0 lladdr 00:06:29:21:73:c8 nud stale
771 </Screen>
773 <Para>
774 Now espa041 has again forgotten where to find espa043 and will need to send
775 another ARP request the next time he needs to communicate with espa043.
776 You can also see from the above output that espagate (9.3.76.1) has been
777 changed to the "stale" state.  This means that the location shown is still
778 valid, but it will have to be confirmed at the first transaction to that
779 machine.
780 </Para>
782 </Sect1>
784 </chapter>
786 <chapter id="lartc.rpdb">
787   <Title>Rules - routing policy database</Title>
789 <Para>
790 If you have a large router, you may well cater for the needs of different
791 people, who should be served differently. The routing policy database allows
792 you to do this by having multiple sets of routing tables. 
793 </Para>
795 <Para>
796 If you want to use this feature, make sure that your kernel is compiled with
797 the "IP: advanced router" and "IP: policy routing" features.
798 </Para>
800 <Para>
801 When the kernel needs to make a routing decision, it finds out which table
802 needs to be consulted. By default, there are three tables. The old 'route'
803 tool modifies the main and local tables, as does the ip tool (by default).
804 </Para>
806 <Para>The default rules:
807 </Para>
809 <Screen width="80">
810 [ahu@home ahu]$ ip rule list
811 0:      from all lookup local 
812 32766:  from all lookup main 
813 32767:  from all lookup default
814 </Screen>
816 <Para>
817 This lists the priority of all rules. We see that all rules apply to all
818 packets ('from all'). We've seen the 'main' table before, it is output by
819 <userinput>ip route ls</userinput>, but the 'local' and 'default' table are new.
820 </Para>
822 <Para>
823 If we want to do fancy things, we generate rules which point to different
824 tables which allow us to override system wide routing rules.
825 </Para>
827 <Para>
828 For the exact semantics on what the kernel does when there are more matching
829 rules, see Alexey's ip-cref documentation. 
830 </Para>
832 <Sect1 id="lartc.rpdb.simple">
833   <Title>Simple source policy routing</Title>
835 <Para>
836 Let's take a real example once again, I have 2 (actually 3, about time I
837 returned them) cable modems, connected to a Linux NAT ('masquerading')
838 router. People living here pay me to use the Internet. Suppose one of my
839 house mates only visits hotmail and wants to pay less. This is fine with me,
840 but they'll end up using the low-end cable modem.
841 </Para>
843 <Para>
844 The 'fast' cable modem is known as 212.64.94.251 and is a PPP link to
845 212.64.94.1. The 'slow' cable modem is known by various ip addresses,
846 212.64.78.148 in this example and is a link to 195.96.98.253.
847 </Para>
849 <Para>The local table:
850 </Para>
852 <Screen width="80">
853 [ahu@home ahu]$ ip route list table local
854 broadcast 127.255.255.255 dev lo  proto kernel  scope link  src 127.0.0.1 
855 local 10.0.0.1 dev eth0  proto kernel  scope host  src 10.0.0.1 
856 broadcast 10.0.0.0 dev eth0  proto kernel  scope link  src 10.0.0.1 
857 local 212.64.94.251 dev ppp0  proto kernel  scope host  src 212.64.94.251 
858 broadcast 10.255.255.255 dev eth0  proto kernel  scope link  src 10.0.0.1 
859 broadcast 127.0.0.0 dev lo  proto kernel  scope link  src 127.0.0.1 
860 local 212.64.78.148 dev ppp2  proto kernel  scope host  src 212.64.78.148 
861 local 127.0.0.1 dev lo  proto kernel  scope host  src 127.0.0.1 
862 local 127.0.0.0/8 dev lo  proto kernel  scope host  src 127.0.0.1 
863 </Screen>
865 <Para>
866 Lots of obvious things, but things that need to be specified somewhere.
867 Well, here they are. The default table is empty.
868 </Para>
870 <Para>Let's view the 'main' table:
871 </Para>
873 <Screen width="80">
874 [ahu@home ahu]$ ip route list table main 
875 195.96.98.253 dev ppp2  proto kernel  scope link  src 212.64.78.148 
876 212.64.94.1 dev ppp0  proto kernel  scope link  src 212.64.94.251 
877 10.0.0.0/8 dev eth0  proto kernel  scope link  src 10.0.0.1 
878 127.0.0.0/8 dev lo  scope link 
879 default via 212.64.94.1 dev ppp0 
880 </Screen>
882 <Para>
883 We now generate a new rule which we call 'John', for our hypothetical
884 house mate. Although we can work with pure numbers, it's far easier if we add
885 our tables to /etc/iproute2/rt_tables.
886 </Para>
888 <Screen width="80">
889 # echo 200 John &#62;&#62; /etc/iproute2/rt_tables
890 # ip rule add from 10.0.0.10 table John
891 # ip rule ls
892 0:      from all lookup local 
893 32765:  from 10.0.0.10 lookup John
894 32766:  from all lookup main 
895 32767:  from all lookup default
896 </Screen>
898 <Para>
899 Now all that is left is to generate John's table, and flush the route cache:
900 </Para>
902 <Screen width="80">
903 # ip route add default via 195.96.98.253 dev ppp2 table John
904 # ip route flush cache
905 </Screen>
907 <Para>
908 And we are done. It is left as an exercise for the reader to implement this
909 in ip-up.
910 </Para>
912 </Sect1>
914 <sect1 id="lartc.rpdb.multiple-links">
915   <title>Routing for multiple uplinks/providers</title>
916 <para>
917 A common configuration is the following, in which there are two providers
918 that connect a local network (or even a single machine) to the big Internet.
920 <screen>
921                                                                  ________
922                                           +------------+        /
923                                           |            |       |
924                             +-------------+ Provider 1 +-------
925         __                  |             |            |     /
926     ___/  \_         +------+-------+     +------------+    |
927   _/        \__      |     if1      |                      /
928  /             \     |              |                      |
929 | Local network -----+ Linux router |                      |     Internet
930  \_           __/    |              |                      |
931    \__     __/       |     if2      |                      \
932       \___/          +------+-------+     +------------+    |
933                             |             |            |     \
934                             +-------------+ Provider 2 +-------
935                                           |            |       |
936                                           +------------+        \________
937 </screen>
938 </para>
939 <para>
940 There are usually two questions given this setup.
941 </para>
942       <sect2><title>Split access</title>
943         <para>
944           The first is how to route answers to packets coming in over a
945           particular provider, say Provider 1, back out again over that same provider.
946         </para>
947         <para>
948           Let us first set some symbolical names. Let <command>$IF1</command> be the name of the
949           first interface (if1 in the picture above) and <command>$IF2</command> the name of the
950           second interface. Then let <command>$IP1</command> be the IP address associated with
951           <command>$IF1</command> and <command>$IP2</command> the IP address associated with
952           <command>$IF2</command>. Next, let <command>$P1</command> be the IP address of the gateway at
953           Provider 1, and <command>$P2</command> the IP address of the gateway at provider 2.
954           Finally, let <command>$P1_NET</command> be the IP network <command>$P1</command> is in,
955           and <command>$P2_NET</command> the IP network <command>$P2</command> is in.
956         </para>
957         <para>
958           One creates two additional routing tables, say <command>T1</command> and <command>T2</command>.
959           These are added in /etc/iproute2/rt_tables. Then you set up routing in
960           these tables as follows:
961         </para>
962         <para>
963         <screen>
964           ip route add $P1_NET dev $IF1 src $IP1 table T1
965           ip route add default via $P1 table T1
966           ip route add $P2_NET dev $IF2 src $IP2 table T2
967           ip route add default via $P2 table T2
968         </screen>
969           
970           Nothing spectacular, just build a route to the gateway and build a
971           default route via that gateway, as you would do in the case of a single
972           upstream provider, but put the routes in a separate table per provider.
973           Note that the network route suffices, as it tells you how to find any host
974           in that network, which includes the gateway, as specified above.
975         </para>
976         <para>
977           Next you set up the main routing table. It is a good idea to route
978           things to the direct neighbour through the interface connected to that
979           neighbour. Note the `src' arguments, they make sure the right outgoing IP
980           address is chosen.
982           <screen>
983             ip route add $P1_NET dev $IF1 src $IP1
984             ip route add $P2_NET dev $IF2 src $IP2
985           </screen>
987           Then, your preference for default route:
988           
989           <screen>
990             ip route add default via $P1
991           </screen>
993           Next, you set up the routing rules. These actually choose what routing table
994           to route with. You want to make sure that you route out a given
995           interface if you already have the corresponding source address:
996           
997           <screen>
998             ip rule add from $IP1 table T1
999             ip rule add from $IP2 table T2
1000           </screen>
1002           This set of commands makes sure all answers to traffic coming in on a
1003           particular interface get answered from that interface.
1004         </para>
1005         <para>
1006         <warning><para>
1007 Reader Rod Roark notes: 'If $P0_NET is the local network and $IF0 is its interface,
1008 the following additional entries are desirable:
1009 <screen>
1010 ip route add $P0_NET     dev $IF0 table T1
1011 ip route add $P2_NET     dev $IF2 table T1
1012 ip route add 127.0.0.0/8 dev lo   table T1
1013 ip route add $P0_NET     dev $IF0 table T2
1014 ip route add $P1_NET     dev $IF1 table T2
1015 ip route add 127.0.0.0/8 dev lo   table T2                                      
1016 </screen>'
1017 </para></warning></para>
1018         <para>
1019           Now, this is just the very basic setup. It will work for all processes
1020           running on the router itself, and for the local network, if it is
1021           masqueraded. If it is not, then you either have IP space from both providers
1022           or you are going to want to masquerade to one of the two providers. In both
1023           cases you will want to add rules selecting which provider to route out from
1024           based on the IP address of the machine in the local network.
1025         </para>
1026       </sect2>
1027       <sect2><title>Load balancing</title>
1028         <para>
1029           The second question is how to balance traffic going out over the two providers.
1030           This is actually not hard if you already have set up split access as above.
1031           </para>
1032         <para>
1033           Instead of choosing one of the two providers as your default route,
1034           you now set up the default route to be a multipath route. In the default
1035           kernel this will balance routes over the two providers. It is done
1036           as follows (once more building on the example in the section on
1037           split-access):
1039           <screen>
1040             ip route add default scope global nexthop via $P1 dev $IF1 weight 1 \
1041             nexthop via $P2 dev $IF2 weight 1
1042           </screen>
1044           This will balance the routes over both providers. The <command>weight</command>
1045           parameters can be tweaked to favor one provider over the other.
1046         </para>
1047         <para>
1048           Note that balancing will not be perfect, as it is route based, and routes
1049           are cached. This means that routes to often-used sites will always
1050           be over the same provider.
1051         </para>
1052         <para>
1053           Furthermore, if you really want to do this, you probably also want to look
1054           at Julian Anastasov's patches at <ulink url="http://www.ssi.bg/~ja/#routes">http://www.ssi.bg/~ja/#routes 
1055             </ulink>, Julian's route patch page. They will make things nicer to work with.
1056         </para>
1057       </sect2>
1058     </sect1>
1059   </chapter>
1061 <chapter id="lartc.tunnel">
1062    <Title>GRE and other tunnels</Title>
1064 <Para>
1065 There are 3 kinds of tunnels in Linux. There's IP in IP tunneling, GRE tunneling and tunnels that live outside the kernel (like, for example PPTP). 
1066 </Para>
1068 <Sect1 id="lartc.tunnel.remarks">
1069   <Title>A few general remarks about tunnels:</Title>
1071 <Para>
1072 Tunnels can be used to do some very unusual and very cool stuff. They can
1073 also make things go horribly wrong when you don't configure them right.
1074 Don't point your default route to a tunnel device unless you know
1075 <Emphasis>EXACTLY</Emphasis> what you are doing :-). Furthermore, tunneling increases
1076 overhead, because it needs an extra set of IP headers. Typically this is 20
1077 bytes per packet, so if the normal packet size (MTU) on a network is 1500
1078 bytes, a packet that is sent through a tunnel can only be 1480 bytes big.
1079 This is not necessarily a problem, but be sure to read up on IP packet
1080 fragmentation/reassembly when you plan to connect large networks with
1081 tunnels. Oh, and of course, the fastest way to dig a tunnel is to dig at
1082 both sides.
1083 </Para>
1085 </Sect1>
1087 <Sect1 id="lartc.tunnel.ip-ip">
1088   <Title>IP in IP tunneling</Title>
1090 <Para>
1091 This kind of tunneling has been available in Linux for a long time. It requires 2 kernel modules,
1092 ipip.o and new_tunnel.o.
1093 </Para>
1095 <Para>
1096 Let's say you have 3 networks: Internal networks A and B, and intermediate network C (or let's say, Internet). 
1097 So we have network A:
1098 </Para>
1100 <Screen width="80">
1101 network 10.0.1.0
1102 netmask 255.255.255.0
1103 router  10.0.1.1
1104 </Screen>
1106 <Para>The router has address 172.16.17.18 on network C.
1107 </Para>
1109 <Para>and network B:
1110 </Para>
1112 <Screen width="80">
1113 network 10.0.2.0
1114 netmask 255.255.255.0
1115 router  10.0.2.1
1116 </Screen>
1118 <Para>The router has address 172.19.20.21 on network C.
1119 </Para>
1121 <Para>
1122 As far as network C is concerned, we assume that it will pass any packet sent
1123 from A to B and vice versa. You might even use the Internet for this.
1124 </Para>
1126 <Para>Here's what you do:
1127 </Para>
1129 <Para>First, make sure the modules are installed:
1130 </Para>
1132 <Screen width="80">
1133 insmod ipip.o
1134 insmod new_tunnel.o
1135 </Screen>
1137 <Para>Then, on the router of network A, you do the following:
1138 </Para>
1140 <Screen width="80">
1141 ifconfig tunl0 10.0.1.1 pointopoint 172.19.20.21
1142 route add -net 10.0.2.0 netmask 255.255.255.0 dev tunl0
1143 </Screen>
1145 <Para>And on the router of network B:
1146 </Para>
1148 <Screen width="80">
1149 ifconfig tunl0 10.0.2.1 pointopoint 172.16.17.18
1150 route add -net 10.0.1.0 netmask 255.255.255.0 dev tunl0
1151 </Screen>
1153 <Para>And if you're finished with your tunnel:
1154 </Para>
1156 <Screen width="80">
1157 ifconfig tunl0 down
1158 </Screen>
1160 <Para>Presto, you're done. You can't forward broadcast or IPv6 traffic through
1161 an IP-in-IP tunnel, though. You just connect 2 IPv4 networks that normally wouldn't be able to talk to each other, that's all. As far as compatibility goes, this code has been around a long time, so it's compatible all the way back to 1.3 kernels. Linux IP-in-IP tunneling doesn't work with other Operating Systems or routers, as far as I know. It's simple, it works. Use it if you have to, otherwise use GRE.
1162 </Para>
1164 </Sect1>
1166 <Sect1 id="lartc.tunnel.gre">
1167   <Title>GRE tunneling</Title>
1169 <Para>
1170 GRE is a tunneling protocol that was originally developed by Cisco, and it
1171 can do a few more things than IP-in-IP tunneling. For example, you can also
1172 transport multicast traffic and IPv6 through a GRE tunnel.
1173 </Para>
1175 <Para>
1176 In Linux, you'll need the ip_gre.o module.
1177 </Para>
1179 <Sect2>
1180 <Title>IPv4 Tunneling</Title>
1182 <Para>
1183 Let's do IPv4 tunneling first:
1184 </Para>
1186 <Para>
1187 Let's say you have 3 networks: Internal networks A and B, and intermediate network C (or let's say, Internet). 
1188 </Para>
1190 <Para>
1191 So we have network A:
1193 <Screen width="80">
1194 network 10.0.1.0
1195 netmask 255.255.255.0
1196 router  10.0.1.1
1197 </Screen>
1199 The router has address 172.16.17.18 on network C.
1200 Let's call this network neta (ok, hardly original)
1201 </Para>
1203 <Para>
1204 and network B:
1206 <Screen width="80">
1207 network 10.0.2.0
1208 netmask 255.255.255.0
1209 router  10.0.2.1
1210 </Screen>
1212 The router has address 172.19.20.21 on network C.
1213 Let's call this network netb (still not original)
1214 </Para>
1216 <Para>
1217 As far as network C is concerned, we assume that it will pass any packet sent
1218 from A to B and vice versa. How and why, we do not care.
1219 </Para>
1221 <Para>On the router of network A, you do the following:
1222 </Para>
1224 <Screen width="80">
1225 ip tunnel add netb mode gre remote 172.19.20.21 local 172.16.17.18 ttl 255
1226 ip link set netb up
1227 ip addr add 10.0.1.1 dev netb
1228 ip route add 10.0.2.0/24 dev netb
1229 </Screen>
1231 <Para>
1232 Let's discuss this for a bit. In line 1, we added a tunnel device, and
1233 called it netb (which is kind of obvious because that's where we want it to
1234 go). Furthermore we told it to use the GRE protocol (mode gre), that the
1235 remote address is 172.19.20.21 (the router at the other end), that our
1236 tunneling packets should originate from 172.16.17.18 (which allows your
1237 router to have several IP addresses on network C and let you decide which
1238 one to use for tunneling) and that the TTL field of the packet should be set
1239 to 255 (ttl 255).
1240 </Para>
1242 <Para>
1243 The second line enables the device.
1244 </Para>
1246 <Para>
1247 In the third line we gave the newly born interface netb the address
1248 10.0.1.1. This is OK for smaller networks, but when you're starting up a
1249 mining expedition (LOTS of tunnels), you might want to consider using
1250 another IP range for tunneling interfaces (in this example, you could use
1251 10.0.3.0).
1252 </Para>
1254 <Para>
1255 In the fourth line we set the route for network B. Note the different notation for the netmask. If you're not familiar with this notation, here's how it works: you write out the netmask in binary form, and you count all the ones. If you don't know how to do that, just remember that 255.0.0.0 is /8, 255.255.0.0 is /16 and 255.255.255.0 is /24. Oh, and 255.255.254.0 is /23, in case you were wondering.
1256 </Para>
1258 <Para>
1259 But enough about this, let's go on with the router of network B.
1261 <Screen>
1262 ip tunnel add neta mode gre remote 172.16.17.18 local 172.19.20.21 ttl 255
1263 ip link set neta up
1264 ip addr add 10.0.2.1 dev neta
1265 ip route add 10.0.1.0/24 dev neta
1266 </Screen>
1268 And when you want to remove the tunnel on router A:
1270 <Screen>
1271 ip link set netb down
1272 ip tunnel del netb
1273 </Screen>
1275 Of course, you can replace netb with neta for router B.
1276 </Para>
1278 </Sect2>
1280 <Sect2>
1281 <Title>IPv6 Tunneling</Title>
1283 <Para>
1284 See Section 6 for a short bit about IPv6 Addresses.
1285 </Para>
1287 <Para>
1288 On with the tunnels.
1289 </Para>
1291 <Para>
1292 Let's assume that you have the following IPv6 network, and you want to connect it to 6bone, or a friend.
1293 </Para>
1295 <Para>
1297 <Screen>
1298 Network 3ffe:406:5:1:5:a:2:1/96
1299 </Screen>
1301 Your IPv4 address is 172.16.17.18, and the 6bone router has IPv4 address 172.22.23.24. 
1302 </Para>
1304 <Para>
1306 <Screen>
1307 ip tunnel add sixbone mode sit remote 172.22.23.24 local 172.16.17.18 ttl 255
1308 ip link set sixbone up
1309 ip addr add 3ffe:406:5:1:5:a:2:1/96 dev sixbone
1310 ip route add 3ffe::/15 dev sixbone 
1311 </Screen>
1313 </Para>
1315 <Para>
1316 Let's discuss this. In the first line, we created a tunnel device called sixbone. We gave it mode sit (which is IPv6 in IPv4 tunneling) and told it where to go to (remote) and where to come from (local). TTL is set to maximum, 255. Next, we made the device active (up). After that, we added our own network address, and set a route for 3ffe::/15 (which is currently all of 6bone) through the tunnel.
1317 </Para>
1319 <Para>
1320 GRE tunnels are currently the preferred type of tunneling. It's a standard that is also widely adopted outside the Linux community and therefore a Good Thing.
1321 </Para>
1323 </Sect2>
1325 </Sect1>
1327 <Sect1 id="lartc.tunnel.userland">
1328   <Title>Userland tunnels</Title>
1330 <Para>
1331 There are literally dozens of implementations of tunneling outside the kernel. Best known are of course PPP and PPTP, but there are lots more (some proprietary, some secure, some that don't even use IP) and that is really beyond the scope of this HOWTO.
1332 </Para>
1334 </Sect1>
1336 </chapter>
1338 <chapter id="lartc.ipv6-tunnel">
1339 <Title>IPv6 tunneling with Cisco and/or 6bone</Title>
1341 <Para>
1342 By Marco Davids &lt;marco@sara.nl&gt;
1343 </Para>
1345 <Para>
1346 NOTE to maintainer:
1347 </Para>
1349 <Para>
1350 As far as I am concerned, this IPv6-IPv4 tunneling is not per definition
1351 GRE tunneling. You could tunnel IPv6 over IPv4 by means of GRE tunnel devices
1352 (GRE tunnels ANY to IPv4), but the device used here ("sit") only tunnels
1353 IPv6 over IPv4 and is therefore something different.
1354 </Para>
1356 <Sect1 id="lartc.tunnel-ipv6.addressing">
1357   <Title>IPv6 Tunneling</Title>
1359 <Para>
1360 This is another application of the tunneling capabilities of Linux. It is
1361 popular among the IPv6 early adopters, or pioneers if you like.
1362 The 'hands-on' example described below is certainly not the only way
1363 to do IPv6 tunneling. However, it is the method that is often used to tunnel
1364 between Linux and a Cisco IPv6 capable router and experience tells us that
1365 this is just the thing many people are after. Ten to one this applies to
1366 you too ;-)
1367 </Para>
1369 <Para>
1370 A short bit about IPv6 addresses:
1371 </Para>
1373 <Para>
1374 IPv6 addresses are, compared to IPv4 addresses, really big: 128 bits
1375 against 32 bits. And this provides us just with the thing we need: many, many
1376 IP-addresses: 340,282,266,920,938,463,463,374,607,431,768,211,465 to be
1377 precise. Apart from this, IPv6 (or IPng, for IP Next Generation) is supposed
1378 to provide for smaller routing tables on the Internet's backbone routers,
1379 simpler configuration of equipment, better security at the IP level and
1380 better support for QoS.
1381 </Para>
1383 <Para>
1384 An example: 2002:836b:9820:0000:0000:0000:836b:9886
1385 </Para>
1387 <Para>
1388 Writing down IPv6 addresses can be quite a burden. Therefore, to make
1389 life easier there are some rules:
1390 </Para>
1392 <Para>
1394 <ItemizedList>
1395 <ListItem>
1397 <Para>
1398 Don't use leading zeroes. Same as in IPv4.
1400 </Para>
1401 </ListItem>
1402 <ListItem>
1404 <Para>
1405 Use colons to separate every 16 bits or two bytes.
1407 </Para>
1408 </ListItem>
1409 <ListItem>
1411 <Para>
1412 When you have lots of consecutive zeroes,
1413 you can write this down as ::. You can only do this once in an
1414 address and only for quantities of 16 bits, though.
1415 </Para>
1416 </ListItem>
1418 </ItemizedList>
1420 </Para>
1422 <Para>
1423 The address 2002:836b:9820:0000:0000:0000:836b:9886 can be written down
1424 as 2002:836b:9820::836b:9886, which is somewhat friendlier.
1425 </Para>
1427 <Para>
1428 Another example, the address 3ffe:0000:0000:0000:0000:0020:34A1:F32C can be
1429 written down as 3ffe::20:34A1:F32C, which is a lot shorter.
1430 </Para>
1432 <Para>
1433 IPv6 is intended to be the successor of the current IPv4. Because it
1434 is relatively new technology, there is no worldwide native IPv6 network
1435 yet. To be able to move forward swiftly, the 6bone was introduced. 
1436 </Para>
1438 <Para>
1439 Native IPv6 networks are connected to each other by encapsulating the IPv6
1440 protocol in IPv4 packets and sending them over the existing IPv4 infrastructure
1441 from one IPv6 site to another. 
1442 </Para>
1444 <Para>
1445 That is precisely where the tunnel steps in.
1446 </Para>
1448 <Para>
1449 To be able to use IPv6, we should have a kernel that supports it. There
1450 are many good documents on how to achieve this. But it all comes down to
1451 a few steps:
1453 <ItemizedList>
1454 <ListItem>
1456 <Para>
1457 Get yourself a recent Linux distribution, with suitable glibc.
1458 </Para>
1459 </ListItem>
1460 <ListItem>
1462 <Para>
1463 Then get yourself an up-to-date kernel source.
1464 </Para>
1465 </ListItem>
1467 </ItemizedList>
1469 If you are all set, then you can go ahead and compile an IPv6 capable
1470 kernel:
1472 <ItemizedList>
1473 <ListItem>
1475 <Para>
1476 Go to /usr/src/linux and type:
1477 </Para>
1478 </ListItem>
1479 <ListItem>
1481 <Para>
1482 make menuconfig
1483 </Para>
1484 </ListItem>
1485 <ListItem>
1487 <Para>
1488 Choose "Networking Options"
1489 </Para>
1490 </ListItem>
1491 <ListItem>
1493 <Para>
1494 Select "The IPv6 protocol", "IPv6: enable EUI-64 token format", "IPv6:
1495 disable provider based addresses"
1496 </Para>
1497 </ListItem>
1499 </ItemizedList>
1501 HINT: Don't go for the 'module' option. Often this won't work well.
1502 </Para>
1504 <Para>
1505 In other words, compile IPv6 as 'built-in' in your kernel.
1506 You can then save your config like usual and go ahead with compiling
1507 the kernel.
1508 </Para>
1510 <Para>
1511 HINT: Before doing so, consider editing the Makefile:
1512 EXTRAVERSION = -x ; --&#62; ; EXTRAVERSION = -x-IPv6
1513 </Para>
1515 <Para>
1516 There is a lot of good documentation about compiling and installing
1517 a kernel, however this document is about something else. If you run into
1518 problems at this stage, go and look for documentation about compiling a
1519 Linux kernel according to your own specifications.
1520 </Para>
1522 <Para>
1523 The file /usr/src/linux/README might be a good start.
1524 After you accomplished all this, and rebooted with your brand new kernel,
1525 you might want to issue an '/sbin/ifconfig -a' and notice the brand 
1526 new 'sit0-device'. SIT stands for Simple Internet Transition. You may give
1527 yourself a compliment; you are now one major step closer to IP, the Next
1528 Generation ;-)
1529 </Para>
1531 <Para>
1532 Now on to the next step. You want to connect your host, or maybe even
1533 your entire LAN to another IPv6 capable network. This might be the "6bone"
1534 that is setup especially for this particular purpose.
1535 </Para>
1537 <Para>
1538 Let's assume that you have the following IPv6 network: 3ffe:604:6:8::/64 and
1539 you want to connect it to 6bone, or a friend. Please note that the /64
1540 subnet notation works just like with regular IP addresses.
1541 </Para>
1543 <Para>
1544 Your IPv4 address is 145.100.24.181 and the 6bone router has IPv4 address
1545 145.100.1.5
1546 </Para>
1548 <Screen width="80">
1549 # ip tunnel add sixbone mode sit remote 145.100.1.5 [local 145.100.24.181 ttl 255]
1550 # ip link set sixbone up
1551 # ip addr add 3FFE:604:6:7::2/126 dev sixbone
1552 # ip route add 3ffe::0/16 dev sixbone
1553 </Screen>
1555 <Para>
1556 Let's discuss this. In the first line, we created a tunnel device called
1557 sixbone. We gave it mode sit (which is IPv6 in IPv4 tunneling) and told it
1558 where to go to (remote) and where to come from (local). TTL is set to
1559 maximum, 255. 
1560 </Para>
1562 <Para>
1563 Next, we made the device active (up). After that, we added our own network
1564 address, and set a route for 3ffe::/15 (which is currently all of 6bone)
1565 through the tunnel. If the particular machine you run this on is your IPv6
1566 gateway, then consider adding the following lines:
1567 </Para>
1569 <Screen width="80">
1570 # echo 1 &#62;/proc/sys/net/ipv6/conf/all/forwarding
1571 # /usr/local/sbin/radvd
1572 </Screen>
1574 <Para>
1575 The latter, radvd is -like zebra- a router advertisement daemon, to
1576 support IPv6's autoconfiguration features. Search for it with your favourite
1577 search-engine if you like.
1578 You can check things like this:
1579 </Para>
1581 <Screen width="80">
1582 # /sbin/ip -f inet6 addr
1583 </Screen>
1585 <Para>
1586 If you happen to have radvd running on your IPv6 gateway and boot your
1587 IPv6 capable Linux on a machine on your local LAN, you would be able to
1588 enjoy the benefits of IPv6 autoconfiguration:
1589 </Para>
1591 <Screen width="80">
1592 # /sbin/ip -f inet6 addr
1593 1: lo: &lt;LOOPBACK,UP&gt; mtu 3924 qdisc noqueue inet6 ::1/128 scope host
1595 3: eth0: &lt;BROADCAST,MULTICAST,UP&gt; mtu 1500 qdisc pfifo_fast qlen 100
1596 inet6 3ffe:604:6:8:5054:4cff:fe01:e3d6/64 scope global dynamic
1597 valid_lft forever preferred_lft 604646sec inet6 fe80::5054:4cff:fe01:e3d6/10 
1598 scope link
1599 </Screen>
1601 <Para>
1602 You could go ahead and configure your bind for IPv6 addresses. The A
1603 type has an equivalent for IPv6: AAAA. The in-addr.arpa's equivalent is:
1604 ip6.int. There's a lot of information available on this topic.
1605 </Para>
1607 <Para>
1608 There is an increasing number of IPv6-aware applications available,
1609 including secure shell, telnet, inetd, Mozilla the browser, Apache the
1610 webserver and a lot of others. But this is all outside the scope of this
1611 Routing document ;-)
1612 </Para>
1614 <Para>
1615 On the Cisco side the configuration would be something like this:
1617 <Screen>
1619 interface Tunnel1
1620 description IPv6 tunnel
1621 no ip address
1622 no ip directed-broadcast
1623 ipv6 address 3FFE:604:6:7::1/126
1624 tunnel source Serial0
1625 tunnel destination 145.100.24.181
1626 tunnel mode ipv6ip
1628 ipv6 route 3FFE:604:6:8::/64 Tunnel1
1629 </Screen>
1631 But if you don't have a Cisco at your disposal, try one of the many
1632 IPv6 tunnel brokers available on the Internet. They are willing to configure
1633 their Cisco with an extra tunnel for you. Mostly by means of a friendly
1634 web interface. Search for "ipv6 tunnel broker" on your favourite search engine.
1635 </Para>
1637 </Sect1>
1639 </chapter>
1641   <chapter id="lartc.ipsec">
1642     <Title>IPSEC: secure IP over the Internet</Title>
1643     <Para>
1645       There are two kinds of IPSEC available for Linux these days. For 2.2
1646       and 2.4, there is FreeS/WAN, which was the first major implementation. They
1648       have <ULink URL="http://www.freeswan.org/">an official site</ulink> and <ulink url="http://www.freeswan.ca">
1649         an unofficial one</ulink> that is actually maintained. FreeS/WAN has traditionally not been merged with
1650       the mainline kernel for a number of reasons. Most often mentioned are 'political' issues with Americans
1651       working on crypto tainting its exportability. Furthermore, it does not integrate too well with the Linux kernel,
1652       leading it to be a bad candidate for actual merging. 
1653     </para>
1654     <para>
1655       Additionally, <ulink
1656 url="http://www.edlug.ed.ac.uk/archive/Sep2002/msg00244.html">many</ulink> parties <ulink
1657 url="http://lists.freeswan.org/pipermail/design/2002-November/003901.html">have voiced
1658 worries</ulink> about the quality of the code. To setup FreeS/WAN, a lot of
1659 <ulink
1660 url="http://www.freeswan.ca/docs/freeswan-1.99/doc/index.html">documentation</ulink>
1661 is <ulink url="http://www.freeswan.org/doc.html">available</ulink>.
1662     </para>
1663     <para>
1664       As of Linux 2.5.47, there is a native IPSEC implementation in the kernel. It was written by Alexey Kuznetsov and
1665       Dave Miller, inspired by the work of the USAGI IPv6 group. With its merge, James Morris' CrypoAPI also became 
1666       part of the kernel - it does the actual crypting.
1667     </para>
1668     <para>
1669       This HOWTO will only document the 2.5+ version of IPSEC. FreeS/WAN is recommended for Linux 2.4 users for now, but be aware
1670       that its configuration will differ from the native IPSEC. In related
1671 news, there are now <ulink
1672 url="http://gondor.apana.org.au/~herbert/freeswan/">patches</ulink> to make the FreeS/WAN userspace code work with
1673 the native Linux IPSEC.
1674     </para>
1675     <para>
1676         As of 2.5.49, IPSEC works without further patches.
1677         </para>
1678         <para>
1679       <note>
1680         <para>
1681           Userspace tools appear to be available <ulink
1682           url="http://sourceforge.net/projects/ipsec-tools">here</ulink>.
1683 There are multiple programs available, the one linked here is based on
1684 Racoon. 
1685         </para>
1686         <para>
1687         When compiling your kernel, be sure to turn on 'PF_KEY', 'AH', 'ESP' and
1688 everything in the CryptoAPI!
1689         </para>
1690       </note>
1691       <warning>
1692         <para>
1693           The author of this chapter is a complete IPSEC nitwit! If you find the inevitable mistakes, please email
1694           bert hubert <email>ahu@ds9a.nl</email>. 
1695         </para>
1696       </warning>
1697     </Para>
1698     <para>
1699       First, we'll show how to manually setup secure communication between
1700       two hosts. A large part of this process can also be automated, but
1701 here we'll do it by hand so as to acquaint ourselves with what is going on
1702 'under the hood'. 
1703     </para>
1704     <para>
1705         Feel free to skip the following section if you are only interested
1706 in automatic keying but be aware that some understanding of manual keying is
1707 useful. 
1708     </para>
1709     <sect1 id="lartc.ipsec.intro"><title>Intro with Manual Keying</title>
1710       <para>
1711         IPSEC is a complicated subject. A lot of information is available online, this HOWTO will concentrate on getting you
1712         up and running and explaining the basic principles. All examples are
1713 based on Racoon as found on the link above.
1714       </para>
1715       <para>
1716         <note>
1717           <para>
1718             Many iptables configurations drop IPSEC packets! To pass IPSEC, use: 'iptables -A xxx -p 50 -j ACCEPT' and 'iptables -A xxx -p 51 -j ACCEPT'
1719           </para>
1720         </note>
1721       </para>
1722       <para>
1723         IPSEC offers a secure version of the Internet Protocol. Security in this context means two different things: encryption and authentication. 
1724         A naive vision of security offers only encryption but it can easily be shown that is insufficient - you may be communicating encyphered,
1725         but no guarantee is offered that the remote party is the one you expect it to be.
1726       </para>
1727       <para>
1728         IPSEC supports 'Encapsulated Security Payload' (ESP) for encryption and 'Authentication Header' (AH) for authenticating the remote partner.
1729         You can configure both of them, or decided to do only either.
1730       </para>
1731       <para>
1732         Both ESP and AH rely on security associations. A security association (SA) consists of a source, a destination and an instruction. A sample 
1733         authentication SA may look like this:
1734         <screen>
1735           add 10.0.0.11 10.0.0.216 ah 15700 -A hmac-md5 "1234567890123456";
1736         </screen>
1737         This says 'traffic going from 10.0.0.11 to 10.0.0.216 that needs an AH can be signed using HMAC-MD5 using secret 1234567890123456'. This instruction
1738         is labelled with SPI ('Security Parameter Index') id '15700', more about that later.
1739         The interesting bit about SAs is that they are symmetrical. Both sides of a conversation share exactly the same SA, it is not mirrored on the
1740         other side. Do note however that there is no 'autoreverse' rule - this SA only describes a possible authentication from 10.0.0.11 to 
1741         10.0.0.216. For two-way traffic, two SAs are needed.
1742       </para>
1743       <para>
1744         A sample ESP SA:
1745         <screen>
1746 add 10.0.0.11 10.0.0.216 esp 15701 -E 3des-cbc "123456789012123456789012";
1747         </screen>
1748         This says 'traffic going from 10.0.0.11 to 10.0.0.216 that needs encryption can be encyphered using 3des-cbc with key 123456789012123456789012'. The
1749         SPI id is '15701'.
1750       </para>
1751       <para>
1752         So far, we've seen that SAs describe possible instructions, but do not in fact describe policy as to when these need to be used. In fact,
1753         there could be an arbitrary number of nearly identical SAs with only differing SPI ids. Incidentally, SPI stands for Security Parameter Index.
1754         To do actual crypto, we need to describe a policy. This policy can include things as 'use ipsec if available' or 'drop traffic unless we have ispec'.
1755       </para>
1756       <para>
1757         A typical simple Security Policy (SP) looks like this:
1758         <screen>
1759 spdadd 10.0.0.216 10.0.0.11 any -P out ipsec
1760    esp/transport//require
1761    ah/transport//require;
1762         </screen>
1763         If entered on host 10.0.0.216, this means that all traffic going out to 10.0.0.11 must be encrypted 
1764         and be wrapped in an AH authenticating header. Note that this does not describe which SA is to be used,
1765         that is left as an exercise for the kernel to determine.
1766       </para>
1767         <para>
1768         In other words, a Security Policy specifies WHAT we want; a Security
1769 Association describes HOW we want it. 
1770 </para>
1771       <para>
1772         Outgoing packets are labelled with the SA SPI ('the how') which the
1773         kernel used for encryption and authentication so the remote can
1774         lookup the corresponding verification and decryption instruction.
1775       </para>
1777       <para>
1778         What follows is a very simple configuration for talking from host 10.0.0.216 to 10.0.0.11 using 
1779         encryption and authentication. Note that the reverse path is plaintext in this first version and that
1780         this configuration should not be deployed.
1781       </para>
1782       <para>
1783         On host 10.0.0.216:
1784         <screen>
1785 #!/sbin/setkey -f
1786 add 10.0.0.216 10.0.0.11 ah 24500 -A hmac-md5 "1234567890123456";          
1787 add 10.0.0.216 10.0.0.11 esp 24501 -E 3des-cbc "123456789012123456789012";
1789 spdadd 10.0.0.216 10.0.0.11 any -P out ipsec
1790    esp/transport//require
1791    ah/transport//require;
1792         </screen>
1793       </para>
1794       <para>
1795         On host 10.0.0.11, the same Security Associations, no Security Policy:
1796         <screen>
1797 #!/sbin/setkey -f
1798 add 10.0.0.216 10.0.0.11 ah 24500 -A hmac-md5 "1234567890123456";
1799 add 10.0.0.216 10.0.0.11 esp 24501 -E 3des-cbc "123456789012123456789012";
1800         </screen>
1801       </para>
1802       <para>
1803         With the above configuration in place (these files can be executed if 'setkey' is installed in /sbin),
1804         'ping 10.0.0.11' from 10.0.0.216 looks like this using tcpdump:
1805         <screen>
1806 22:37:52 10.0.0.216 &gt; 10.0.0.11: AH(spi=0x00005fb4,seq=0xa): ESP(spi=0x00005fb5,seq=0xa) (DF)
1807 22:37:52 10.0.0.11 &gt; 10.0.0.216: icmp: echo reply
1808         </screen>
1809         Note how the ping back from 10.0.0.11 is indeed plainly visible. The forward ping cannot be read by tcpdump
1810         of course, but it does show the Security Parameter Index of AH and ESP, which tells 10.0.0.11 how to 
1811         verify the authenticity of our packet and how to decrypt it.
1812       </para>
1813       <para>
1814         A few things must be mentioned however. The configuration above is shown in a lot of IPSEC examples and it is very dangerous.
1815         The problem is that the above contains policy on how 10.0.0.216 should treat packets going to 10.0.0.11, and that it explains how 10.0.0.11
1816         should treat those packets but it does NOT instruct 10.0.0.11 to discard unauthenticated or unencrypted traffic! 
1817       </para>
1818       <para>
1819         Anybody can now insert spoofed and completely unencrypted data and 10.0.0.11 will accept it. To remedy the above, we need an incoming 
1820         Security Policy on 10.0.0.11, as follows:
1821         <screen>
1822 #!/sbin/setkey -f 
1823 spdadd 10.0.0.216 10.0.0.11 any -P IN ipsec
1824    esp/transport//require
1825    ah/transport//require;
1826         </screen>
1827         This instructs 10.0.0.11 that any traffic coming to it from 10.0.0.216 is required to have valid ESP and AH.
1828       </para>
1829       <para>
1830         Now, to complete this configuration, we need return traffic to be encrypted and authenticated as well of course. The full configuration on
1831         10.0.0.216:
1832         <screen>
1833 #!/sbin/setkey -f
1834 flush;
1835 spdflush;
1837 # AH
1838 add 10.0.0.11 10.0.0.216 ah 15700 -A hmac-md5 "1234567890123456";
1839 add 10.0.0.216 10.0.0.11 ah 24500 -A hmac-md5 "1234567890123456";
1841 # ESP
1842 add 10.0.0.11 10.0.0.216 esp 15701 -E 3des-cbc "123456789012123456789012";
1843 add 10.0.0.216 10.0.0.11 esp 24501 -E 3des-cbc "123456789012123456789012";
1845 spdadd 10.0.0.216 10.0.0.11 any -P out ipsec
1846            esp/transport//require
1847            ah/transport//require;
1849 spdadd 10.0.0.11 10.0.0.216 any -P in ipsec
1850            esp/transport//require
1851            ah/transport//require;
1852           
1853         </screen>
1854       </para>
1855       <para>
1856         And on 10.0.0.11:
1857         <screen>
1858 #!/sbin/setkey -f
1859 flush;
1860 spdflush;
1862 # AH
1863 add 10.0.0.11 10.0.0.216 ah 15700 -A hmac-md5 "1234567890123456";
1864 add 10.0.0.216 10.0.0.11 ah 24500 -A hmac-md5 "1234567890123456";
1866 # ESP
1867 add 10.0.0.11 10.0.0.216 esp 15701 -E 3des-cbc "123456789012123456789012";
1868 add 10.0.0.216 10.0.0.11 esp 24501 -E 3des-cbc "123456789012123456789012";
1871 spdadd 10.0.0.11 10.0.0.216 any -P out ipsec
1872            esp/transport//require
1873            ah/transport//require;
1875 spdadd 10.0.0.216 10.0.0.11 any -P in ipsec
1876            esp/transport//require
1877            ah/transport//require;
1879         </screen>
1880       </para>
1881       <para>
1882         Note that in this example we used identical keys for both directions of traffic. This is not in any way required however.
1883       </para>
1884       <para>
1885         To examine the configuration we just created, execute <command>setkey -D</command>, which shows the Security Associations or 
1886         <command>setkey -DP</command> which shows the configured policies.
1887       </para>
1888     </sect1>
1889     <sect1 id="lartc.ipsec.automatic.keying"><title>Automatic keying</title>
1890       <para>
1891         In the previous section, encryption was configured using simple shared secrets. In other words, to remain secure,
1892         we need to transfer our encryption configuration over a trusted channel. If we were to configure the remote host 
1893         over telnet, any third party would know our shared secret and the setup would not be secure.
1894       </para>
1895       <para>
1896         Furthermore, because the secret is shared, it is not a secret. The remote can't do a lot with our secret, but we do 
1897         need to make sure that we use a different secret for communicating with all our partners. This requires a large number of keys,
1898         if there are 10 parties, this needs at least 50 different secrets. 
1899       </para>
1900       <para>
1901         Besides the symmetric key problem, there is also the need for key rollover. If a third party manages to sniff enough traffic,
1902         it may be in a position to reverse engineer the key. This is prevented by moving to a new key every once in a while but that is
1903         a process that needs to be automated.
1904       </para>
1905       <para>
1906         Another problem is that with manual keying as described above we exactly define the algorithms and key lengths used, something
1907         that requires a lot of coordination with the remote party. It is desirable to be able to have the ability to describe a 
1908         broader key policy such as 'We can do 3DES and Blowfish with at least the following key lengths'.
1909       </para>
1910       <para>
1911         To solve these isses, IPSEC provides Internet Key Exchange to automatically exchange randomly generated keys which are
1912         transmitted using asymmetric encryption technology, according to negotiated algorithm details.
1913       </para>
1914       <para>
1915         The Linux 2.5 IPSEC implementation works with the KAME 'racoon' IKE
1916         daemon. As of 9 November, the racoon version in Alexey's iptools
1917         distribution can be compiled, although you may need to remove 
1918 #include &lt;net/route.h&gt; in two files. Alternatively, I've supplied a
1919 <ulink url="http://ds9a.nl/ipsec/racoon.bz2">precompiled version</ulink>.
1920       </para>
1921         <para>
1922         <note>
1923           <para>
1924                 IKE needs access to UDP port 500, be sure that iptables does
1925 not block it.
1926           </para>
1927         </note>
1928         </para>
1929         <sect2 id="lartc.ipsec.keying.theory"><title>Theory</title>
1930         <para>
1931                 As explained before, automatic keying does a lot of the work
1932 for us. Specifically, it creates Security Associations on the fly. It does
1933 not however set policy for us, which is as it should be.
1934         </para>
1935         <para>
1936         So, to benefit from IKE, setup a policy, but do not supply any
1937 SAs. If the kernel discovers that there is an IPSEC policy, but no Security
1938 Association, it will notify the IKE daemon, which then goes to work on
1939 trying to negotiate one.
1940         </para>
1941         <para>
1942         Reiterating, a Security Policy specifies WHAT we want; a Security
1943 Association describes HOW we want it. Using automatic keying lets us get
1944 away with only specifying what we want.
1945         </para>
1946 </sect2>
1947         <sect2 id="lartc.ipsec.automatic.keying.example"><title>Example</title>
1948         <para>
1949         Kame racoon comes with a grand host of options, most of which have
1950 very fine default values, so we don't need to touch them. As described
1951 above, the operator needs to define a Security Policy, but no Security
1952 Associations. We leave their negotiation to the IKE daemon.
1953         </para>
1954         <para>
1955         In this example, 10.0.0.11 and 10.0.0.216 are once again going to
1956 setup secure communications, but this time with help from racoon. For
1957 simplicity this configuration will be using pre-shared keys, the
1958 dreaded 'shared secrets'. X.509 certificates are discussed in a separate
1959 section, see <xref linkend="lartc.ipsec.x509">.
1960 </para>
1961 <para> We're
1962 going to stick to almost the default configuration, identical on both hosts:
1963         </para> 
1964         <para>
1965 <screen>
1966 path pre_shared_key "/usr/local/etc/racoon/psk.txt";
1968 remote anonymous
1970         exchange_mode aggressive,main;
1971         doi ipsec_doi;
1972         situation identity_only;
1974         my_identifier address;
1976         lifetime time 2 min;   # sec,min,hour
1977         initial_contact on;
1978         proposal_check obey;    # obey, strict or claim
1980         proposal {
1981                 encryption_algorithm 3des;
1982                 hash_algorithm sha1;
1983                 authentication_method pre_shared_key;
1984                 dh_group 2 ;
1985         }
1988 sainfo anonymous
1990         pfs_group 1;
1991         lifetime time 2 min;
1992         encryption_algorithm 3des ;
1993         authentication_algorithm hmac_sha1;
1994                 compression_algorithm deflate ;
1996 </screen>
1997         </para>
1998         <para>
1999         Lots of settings - I think yet more can be removed to get closer to
2000 the default configuration. A few noteworthy things. We've configured two
2001 anonymous settings which hold for all remotes, making further configuration
2002 easy. There is no need for per-host stanzas here, unless we really want
2003 them.
2004 </para>
2005         <para>
2006         Furthermore, we've set it up such that we identify ourselves based
2007 on our IP address ('my_identifier address'), and declare that we can do
2008 3des, sha1, and that we will be using a pre-shared key, located in psk.txt.
2009         </para>
2010         <para>
2011         In psk.txt, we now setup two entries, which do differ on both hosts.
2012 On 10.0.0.11:
2013 <screen>
2014 10.0.0.216      password2
2015 </screen>
2016 On 10.0.0.216:
2017 <screen>
2018 10.0.0.11       password2
2019 </screen>
2020         Make sure these files are owned by root, and set to mode 0600,
2021 racoon will not trust their contents otherwise. Note that these files are
2022 mirrors from eachother.
2023         </para>
2024         <para>
2025         Now we are ready to setup our desired policy, which is simple
2026 enough. On host 10.0.0.216:
2027 <screen>
2028 #!/sbin/setkey -f
2029 flush;
2030 spdflush;
2032 spdadd 10.0.0.216 10.0.0.11 any -P out ipsec
2033         esp/transport//require;
2035 spdadd 10.0.0.11 10.0.0.216 any -P in ipsec
2036         esp/transport//require;
2037 </screen>
2038 And on 10.0.0.11:
2039 <screen>
2040 #!/sbin/setkey -f
2041 flush;
2042 spdflush;
2044 spdadd 10.0.0.11 10.0.0.216 any -P out ipsec
2045         esp/transport//require;
2047 spdadd 10.0.0.216 10.0.0.11 any -P in ipsec
2048         esp/transport//require;
2049 </screen>
2050 Note how again these policies are mirrored.
2051         </para>
2052         <para>
2053         We are now ready to launch racoon! Once launched, the moment we try
2054 to telnet from 10.0.0.11 to 10.0.0.216, or the other way around, racoon
2055 will start negotiating:
2056 <screen>
2057 12:18:44: INFO: isakmp.c:1689:isakmp_post_acquire(): IPsec-SA
2058   request for 10.0.0.11 queued due to no phase1 found.
2059 12:18:44: INFO: isakmp.c:794:isakmp_ph1begin_i(): initiate new
2060   phase 1 negotiation: 10.0.0.216[500]<=>10.0.0.11[500]
2061 12:18:44: INFO: isakmp.c:799:isakmp_ph1begin_i(): begin Aggressive mode.
2062 12:18:44: INFO: vendorid.c:128:check_vendorid(): received Vendor ID: 
2063   KAME/racoon
2064 12:18:44: NOTIFY: oakley.c:2037:oakley_skeyid(): couldn't find
2065   the proper pskey, try to get one by the peer's address.
2066 12:18:44: INFO: isakmp.c:2417:log_ph1established(): ISAKMP-SA
2067   established 10.0.0.216[500]-10.0.0.11[500] spi:044d25dede78a4d1:ff01e5b4804f0680
2068 12:18:45: INFO: isakmp.c:938:isakmp_ph2begin_i(): initiate new phase 2 
2069   negotiation: 10.0.0.216[0]<=>10.0.0.11[0]
2070 12:18:45: INFO: pfkey.c:1106:pk_recvupdate(): IPsec-SA established: 
2071   ESP/Transport 10.0.0.11->10.0.0.216 spi=44556347(0x2a7e03b)
2072 12:18:45: INFO: pfkey.c:1318:pk_recvadd(): IPsec-SA established:
2073   ESP/Transport 10.0.0.216->10.0.0.11 spi=15863890(0xf21052)
2074 </screen>
2075 </para>
2076 <para>
2077         If we now run setkey -D, which shows the Security Associations, they
2078 are indeed there:
2079 <screen>
2080 10.0.0.216 10.0.0.11 
2081         esp mode=transport spi=224162611(0x0d5c7333) reqid=0(0x00000000)
2082         E: 3des-cbc  5d421c1b d33b2a9f 4e9055e3 857db9fc 211d9c95 ebaead04
2083         A: hmac-sha1  c5537d66 f3c5d869 bd736ae2 08d22133 27f7aa99
2084         seq=0x00000000 replay=4 flags=0x00000000 state=mature 
2085         created: Nov 11 12:28:45 2002   current: Nov 11 12:29:16 2002
2086         diff: 31(s)     hard: 600(s)    soft: 480(s)
2087         last: Nov 11 12:29:12 2002      hard: 0(s)      soft: 0(s)
2088         current: 304(bytes)     hard: 0(bytes)  soft: 0(bytes)
2089         allocated: 3    hard: 0 soft: 0
2090         sadb_seq=1 pid=17112 refcnt=0
2091 10.0.0.11 10.0.0.216 
2092         esp mode=transport spi=165123736(0x09d79698) reqid=0(0x00000000)
2093         E: 3des-cbc  d7af8466 acd4f14c 872c5443 ec45a719 d4b3fde1 8d239d6a
2094         A: hmac-sha1  41ccc388 4568ac49 19e4e024 628e240c 141ffe2f
2095         seq=0x00000000 replay=4 flags=0x00000000 state=mature 
2096         created: Nov 11 12:28:45 2002   current: Nov 11 12:29:16 2002
2097         diff: 31(s)     hard: 600(s)    soft: 480(s)
2098         last:                           hard: 0(s)      soft: 0(s)
2099         current: 231(bytes)     hard: 0(bytes)  soft: 0(bytes)
2100         allocated: 2    hard: 0 soft: 0
2101         sadb_seq=0 pid=17112 refcnt=0
2102 </screen>
2103 As are the Security Policies we configured ourselves:
2104 <screen>
2105 10.0.0.11[any] 10.0.0.216[any] tcp
2106         in ipsec
2107         esp/transport//require
2108         created:Nov 11 12:28:28 2002 lastused:Nov 11 12:29:12 2002
2109         lifetime:0(s) validtime:0(s)
2110         spid=3616 seq=5 pid=17134
2111         refcnt=3
2112 10.0.0.216[any] 10.0.0.11[any] tcp
2113         out ipsec
2114         esp/transport//require
2115         created:Nov 11 12:28:28 2002 lastused:Nov 11 12:28:44 2002
2116         lifetime:0(s) validtime:0(s)
2117         spid=3609 seq=4 pid=17134
2118         refcnt=3
2119 </screen>
2120 </para>
2121         <sect3><title>Problems and known defects</title>
2122         <para>
2123                 If this does not work, check that all configuration files
2124 are owned by root, and can only be read by root. To start racoon on the
2125 foreground, use '-F'. To force it to read a certain configuration file,
2126 instead of at the compiled location, use '-f'. For staggering amounts of
2127 detail, add a 'log debug;' statement to racoon.conf.
2128         </para>
2129         </sect3>
2130         </sect2>
2131         <sect2 id="lartc.ipsec.x509"><title>Automatic keying using X.509 certificates</title>
2132         <para>
2133         As mentioned before, the use of shared secrets is hard because they
2134 aren't easily shared and once shared, are no longer secret. Luckily, there
2135 is asymmetric encryption technology to help resolve this.
2136         </para>
2137         <para>
2138         If each IPSEC participant makes a public and a private key, secure
2139 communications can be setup by both parties publishing their public key, and
2140 configuring policy.
2141         </para>
2142         <para>
2143         Building a key is relatively easy, although it requires some work.
2144 The following is based on the 'openssl' tool. 
2145         </para>
2146         <sect3><title>Building an X.509 certificate for your host</title>
2147         <para>
2148         OpenSSL has a lot of infrastructure for keys that may or may not be
2149 signed by certificate authorities. Right now, we need to circumvent all that
2150 infrastructure and practice some good old Snake Oil security, and do without
2151 a certificate authority.
2152         </para>
2153         <para>
2154         First we issue a 'certificate request' for our host, called
2155 'laptop':
2156 <screen>
2157 $ openssl req -new -nodes -newkey rsa:1024 -sha1 -keyform PEM -keyout \
2158   laptop.private -outform PEM -out request.pem
2159 </screen>
2160 This asks us some questions:
2161 <screen>
2162 Country Name (2 letter code) [AU]:NL
2163 State or Province Name (full name) [Some-State]:.
2164 Locality Name (eg, city) []:Delft
2165 Organization Name (eg, company) [Internet Widgits Pty Ltd]:Linux Advanced
2166 Routing & Traffic Control
2167 Organizational Unit Name (eg, section) []:laptop
2168 Common Name (eg, YOUR name) []:bert hubert
2169 Email Address []:ahu@ds9a.nl
2171 Please enter the following 'extra' attributes
2172 to be sent with your certificate request
2173 A challenge password []:
2174 An optional company name []:
2175 </screen>
2176         It is left to your own discretion how completely you want to fill
2177 this out. You may or may not want to put your hostname in there, depending
2178 on your security needs. In this example, we have.
2179 </para>
2180         <para>
2181         We'll now 'self sign' this request:
2182 <screen>
2183 $ openssl x509 -req -in request.pem -signkey laptop.private -out \
2184   laptop.public
2185 Signature ok
2186 subject=/C=NL/L=Delft/O=Linux Advanced Routing &amp; Traffic \
2187   Control/OU=laptop/CN=bert hubert/Email=ahu@ds9a.nl
2188 Getting Private key
2189 </screen>       
2190         The 'request.pem' file can now be discarded. 
2191         </para>
2192         <para>
2193         Repeat this procedure for all hosts you need a key for. You can
2194 distribute the '.public' file with impunity, but keep the '.private' one
2195 private!
2196         </para>
2197         </sect3>
2198         <sect3><title>Setting up and launching</title>
2199         <para>
2200         Once we have a public and a private key for our hosts we can tell
2201         racoon to use them.
2202         </para>
2203         <para>
2204         We return to our previous configuration and the two hosts, 10.0.0.11
2205 ('upstairs') and 10.0.0.216 ('laptop').
2206         </para>
2207         <para>
2208         To the <filename>racoon.conf</filename> file on 10.0.0.11, we add:
2209 <screen>
2210 path certificate "/usr/local/etc/racoon/certs";
2212 remote 10.0.0.216
2214         exchange_mode aggressive,main;
2215         my_identifier asn1dn;
2216         peers_identifier asn1dn;
2218         certificate_type x509 "upstairs.public" "upstairs.private";
2220         peers_certfile "laptop.public";
2221         proposal {
2222                 encryption_algorithm 3des;
2223                 hash_algorithm sha1;
2224                 authentication_method rsasig;
2225                 dh_group 2 ;
2226         }
2228 </screen>
2229         This tells racoon that certificates are to be found in
2230 <filename>/usr/local/etc/racoon/certs/</filename>. Furthermore, it contains
2231 configuration items specific for remote 10.0.0.216.
2232         </para>
2233         <para>
2234         The 'asn1dn' lines tell racoon that the identifier for both the
2235 local and remote ends are to be extracted from the public keys. This is the
2236 'subject=/C=NL/L=Delft/O=Linux Advanced Routing &amp; Traffic 
2237   Control/OU=laptop/CN=bert hubert/Email=ahu@ds9a.nl' output from above.
2238         </para>
2239         <para>
2240         The <command>certificate_type</command> line configures the local
2241 public and private key. The <command>peers_certfile</command> statement
2242 configures racoon to read the public key of the remote peer from the file
2243 <filename>laptop.public</filename>.
2244         </para>
2245         <para>
2246         The <command>proposal</command> stanza is unchanged from what we've
2247 seen earlier, with the exception that the
2248 <command>authentication_method</command> is now <command>rsasig</command>,
2249 indicating the use of RSA public/private keys for authentication.
2250         </para>
2251         <para>
2252         The addition to the configuration of 10.0.0.216 is nearly identical, except for the
2253 usual mirroring:
2254 <screen>
2255 path certificate "/usr/local/etc/racoon/certs";
2257 remote 10.0.0.11
2259         exchange_mode aggressive,main;
2260         my_identifier asn1dn;
2261         peers_identifier asn1dn;
2263         certificate_type x509 "laptop.public" "laptop.private";
2265         peers_certfile "upstairs.public";
2267         proposal {
2268                 encryption_algorithm 3des;
2269                 hash_algorithm sha1;
2270                 authentication_method rsasig;
2271                 dh_group 2 ;
2272         }
2274 </screen>
2275 </para>
2276         <para>
2277         Now that we've added these statements to both hosts, we only need to
2278 move the key files in place. The 'upstairs' machine needs 
2279 <filename>upstairs.private</filename>, <filename>upstairs.public</filename>, 
2280 and <filename>laptop.public</filename> in
2281 <filename>/usr/local/etc/racoon/certs</filename>. Make sure that this
2282 directory is owned by root and has mode 0700 or racoon may refuse to read
2284 </para>
2285 <para>
2286 The 'laptop' machine needs 
2287 <filename>laptop.private</filename>, <filename>laptop.public</filename>, 
2288 and <filename>upstairs.public</filename> in
2289 <filename>/usr/local/etc/racoon/certs</filename>. In other words, each host
2290 needs its own public and private key and additionally, the public key of the
2291 remote.
2292 </para>
2293 <para>
2294         Verify that a Security Policy is in place (execute the 'spdadd' lines in
2295 <xref linkend="lartc.ipsec.automatic.keying.example">). Then launch racoon and everything should
2296 work.
2297 </para>
2298         </sect3>
2299         <sect3><title>How to setup tunnels securely</title>
2300         <para>
2301         To setup secure communications with a remote party, we must exchange
2302 public keys. While the public key does not need to be kept a secret, on the
2303 contrary, it is very important to be sure that it is in fact the unaltered
2304 key. In other words, you need to be certain there is no 'man in the middle'.
2305         </para>
2306         <para>
2307 To make this easy, OpenSSL provides the 'digest' command:
2308 <screen>
2309 $ openssl dgst upstairs.public 
2310 MD5(upstairs.public)= 78a3bddafb4d681c1ca8ed4d23da4ff1
2311 </screen>
2312 </para>
2313         <para>
2314         Now all we need to do is verify if our remote partner sees the same
2315 digest. This might be done by meeting in real life or perhaps over the
2316 phone, making sure the number of the remote party was not in fact sent over
2317 the same email containing the key!
2318         </para>
2319         <para>
2320         Another way of doing this is the use of a Trusted Third Party which
2321 runs a Certificate Authority. This CA would then sign your key, which we've
2322 done ourselves above.
2323         </para>
2324         
2325         </sect3>
2326     </sect2>
2328     </sect1>
2329     <sect1 id="lartc.ipsec.tunnel"><title>IPSEC tunnels</title>
2330       <para>
2331         So far, we've only seen IPSEC in so called 'transport' mode where both endpoints understand IPSEC directly. As this is often not
2332         the case, it may be necessary to have only routers understand IPSEC, and have them do the work for the hosts behind them. 
2333         This is called 'tunnel mode'.
2334       </para>
2335       <para>
2336         Setting this up is a breeze. To tunnel all traffic to 130.161.0.0/16 from 10.0.0.216 via 10.0.0.11, we issue the following on
2337         10.0.0.216:
2338 <screen>
2339 #!/sbin/setkey -f
2340 flush;
2341 spdflush;
2343 add 10.0.0.216 10.0.0.11 esp 34501
2344         -m tunnel
2345         -E 3des-cbc "123456789012123456789012";
2347 spdadd 10.0.0.0/24 130.161.0.0/16 any -P out ipsec
2348            esp/tunnel/10.0.0.216-10.0.0.11/require;
2349 </screen>
2350         Note the '-m tunnel', it is vitally important! This first configures an ESP encryption SA between our tunnel endpoints,
2351         10.0.0.216 and 10.0.0.11. 
2352       </para>
2353       <para>
2354         Next the actual tunnel is configured. It instructs the kernel to encrypt all traffic it has to route from 10.0.0.0/24 to
2355         130.161.0.0. Furthermore, this traffic then has to be shipped to 10.0.0.11.
2356       </para>
2357       <para>
2358         10.0.0.11 also needs some configuration:
2359 <screen>
2360 #!/sbin/setkey -f
2361 flush;
2362 spdflush;
2364 add 10.0.0.216 10.0.0.11 esp 34501
2365         -m tunnel
2366         -E 3des-cbc "123456789012123456789012";
2368 spdadd 10.0.0.0/24 130.161.0.0/16 any -P in ipsec
2369            esp/tunnel/10.0.0.216-10.0.0.11/require;
2370 </screen>
2371         Note that this is exactly identical, except for the change from '-P out' to '-P in'. As with earlier examples,
2372         we've now only configured traffic going one way. Completing the other half of the tunnel is left as an
2373         exercise for the reader.
2374       </para>
2375       <para>
2376         Another name for this setup is 'proxy ESP', which is somewhat clearer.
2377       </para>
2378       <para>
2379         <note>
2380           <para>
2381             The IPSEC tunnel needs to have IP Forwarding enabled in the kernel!
2382           </para>
2383         </note>
2384       </para>
2385     </sect1>
2386     <sect1 id="lartc.ipsec.other"><title>Other IPSEC software</title>
2387       <para>
2388         Thomas Walpuski reports that he wrote a patch to make OpenBSD isakpmd work with Linux 2.5 IPSEC.
2389 Furthermore, the main isakpmd CVS repository now contains this code!
2390         Some notes are <ulink
2391 url="http://bender.thinknerd.de/~thomas/IPsec/isakmpd-linux.html">on his page</ulink>.
2392       </para>
2393       <para>
2395         isakpmd is quite different from racoon mentioned above but many
2396         people like it. It can be found <ulink
2397 url="http://www.openbsd.org/cgi-bin/cvsweb/src/sbin/isakmpd/">here</ulink>.
2398 Read more about OpenBSD CVS <ulink
2399 url="http://www.openbsd.org/anoncvs.html">here</ulink>. Thomas also made a
2400 <ulink
2401 url="http://bender.thinknerd.de/~thomas/IPsec/isakmpd.tgz">tarball</ulink>
2402 available for those uncomfortable with CVS or patch.
2404       </para>
2405       <para>
2406         Furthermore, there are patches to make the FreeS/WAN userspace tools
2407 work with the native Linux 2.5 IPSEC, you can find them <ulink
2408 url="http://gondor.apana.org.au/~herbert/freeswan/">here</ulink>.
2409       </para>
2410     </sect1>
2411     <sect1 id="lartc.ipsec.interop"><title>IPSEC interoperation with other systems</title>
2412       <para>
2413         FIXME: Write this
2414       </para>
2415       <sect2 id="lartc.ipsec.interop.win32"><title>Windows</title>
2416         <para>
2417         Andreas Jellinghaus &lt;aj@dungeon.inka.de&gt; reports: "win2k: it works. pre_shared key with ip address for authentication (I don't
2418 think windows supports fqdn or userfqdn strings).  Certificates should also work, didn't
2419 try.".
2421         </para>
2422       </sect2>
2424       <sect2 id="lartc.ipsec.interop.checkpoint"><title> Check Point VPN-1
2425 NG</title>
2426         <para>
2427         Peter Bieringer reports: 
2428 <screen>
2429 Here are some results (tunnel mode only tested, auth=SHA1):
2431 DES:     ok 
2432 3DES:    ok 
2433 AES-128: ok 
2434 AES-192: not supported by CP VPN-1
2435 AES-256: ok 
2436 CAST* :  not supported by used Linux kernel
2438 Tested version: FP4 aka R54 aka w/AI
2439 </screen>
2440         </para>
2441         <para>
2442         More information <ulink
2443 url="http://www.fw-1.de/aerasec/ng/vpn-racoon/CP-VPN1-NG-Linux-racoon.html">here</ulink>.
2444         </para>
2445       </sect2>
2446     </sect1>
2448   </chapter>
2450 <chapter id="lartc.multicast">
2451 <Title>Multicast routing</Title>
2453 <Para>
2454 FIXME: Editor Vacancy!
2455 </Para>
2457 <Para>
2458 The Multicast-HOWTO is ancient (relatively-speaking) and may be inaccurate
2459 or misleading in places, for that reason.
2460 </Para>
2462 <Para>
2463 Before you can do any multicast routing, you need to configure the Linux
2464 kernel to support the type of multicast routing you want to do. This, in
2465 turn, requires you to decide what type of multicast routing you expect to
2466 be using. There are essentially four "common" types - DVMRP (the Multicast
2467 version of the RIP unicast protocol), MOSPF (the same, but for OSPF), PIM-SM
2468 ("Protocol Independent Multicasting - Sparse Mode", which assumes that users
2469 of any multicast group are spread out, rather than clumped) and PIM-DM (the
2470 same, but "Dense Mode", which assumes that there will be significant clumps
2471 of users of the same multicast group).
2472 </Para>
2474 <Para>
2475 In the Linux kernel, you will notice that these options don't appear. This is
2476 because the protocol itself is handled by a routing application, such as
2477 Zebra, mrouted, or pimd. However, you still have to have a good idea of which
2478 you're going to use, to select the right options in the kernel.
2479 </Para>
2481 <Para>
2482 For all multicast routing, you will definitely need to enable "multicasting"
2483 and "multicast routing". For DVMRP and MOSPF, this is sufficient. If you are
2484 going to use PIM, you must also enable PIMv1 or PIMv2, depending on whether
2485 the network you are connecting to uses version 1 or 2 of the PIM protocol.
2486 </Para>
2488 <Para>
2489 Once you have all that sorted out, and your new Linux kernel compiled, you
2490 will see that the IP protocols listed, at boot time, now include IGMP. This
2491 is a protocol for managing multicast groups. At the time of writing, Linux
2492 supports IGMP versions 1 and 2 only, although version 3 does exist and has
2493 been documented. This doesn't really affect us that much, as IGMPv3 is still
2494 new enough that the extra capabilities of IGMPv3 aren't going to be that
2495 much use. Because IGMP deals with groups, only the features present in the
2496 simplest version of IGMP over the entire group are going to be used. For the
2497 most part, that will be IGMPv2, although IGMPv1 is sill going to be
2498 encountered.
2499 </Para>
2501 <Para>
2502 So far, so good. We've enabled multicasting. Now, we have to tell the Linux
2503 kernel to actually do something with it, so we can start routing. This means
2504 adding the Multicast virtual network to the router table:
2505 </Para>
2507 <Para>
2508 ip route add 224.0.0.0/4 dev eth0
2509 </Para>
2511 <Para>
2512 (Assuming, of course, that you're multicasting over eth0! Substitute the
2513 device of your choice, for this.)
2514 </Para>
2516 <Para>
2517 Now, tell Linux to forward packets...
2518 </Para>
2520 <Para>
2521 echo 1 &#62; /proc/sys/net/ipv4/ip_forward
2522 </Para>
2524 <Para>
2525 At this point, you may be wondering if this is ever going to do anything. So,
2526 to test our connection, we ping the default group, 224.0.0.1, to see if anyone
2527 is alive. All machines on your LAN with multicasting enabled <Emphasis>should</Emphasis>
2528 respond, but nothing else. You'll notice that none of the machines that
2529 respond have an IP address of 224.0.0.1. What a surprise! :) This is a group
2530 address (a "broadcast" to subscribers), and all members of the group will
2531 respond with their own address, not the group address.
2532 </Para>
2534 <Para>
2535 ping -c 2 224.0.0.1
2536 </Para>
2538 <Para>
2539 At this point, you're ready to do actual multicast routing. Well, assuming
2540 that you have two networks to route between.
2541 </Para>
2543 <Para>
2544 (To Be Continued!)
2545 </Para>
2547 </chapter>
2549 <chapter id="lartc.qdisc">
2550 <Title>Queueing Disciplines for Bandwidth Management</Title>
2552 <Para>
2553 Now, when I discovered this, it <Emphasis>really</Emphasis> blew me away. Linux 2.2/2.4
2554 comes with everything to manage bandwidth in ways comparable to high-end
2555 dedicated bandwidth management systems.
2556 </Para>
2558 <Para>
2559 Linux even goes far beyond what Frame and ATM provide. 
2560 </Para>
2562 <Para>Just to prevent confusion, <command>tc</command> uses the following 
2563 rules for bandwith specification:
2565 <literallayout class='monospaced'>
2566 mbps = 1024 kbps = 1024 * 1024 bps =&#62; byte/s
2567 mbit = 1024 kbit =&#62; kilo bit/s.
2568 mb = 1024 kb = 1024 * 1024 b =&#62; byte
2569 mbit = 1024 kbit =&#62; kilo bit.
2570 </literallayout>
2572 Internally, the number is stored in bps and b.
2573 </Para>
2575 <Para>But when <command>tc</command> prints the rate, it uses following :
2576 </Para>
2578 <literallayout class='monospaced'>
2579 1Mbit = 1024 Kbit = 1024 * 1024 bps =&#62; byte/s
2580 </literallayout>
2582 <Sect1 id="lartc.qdisc.explain">
2583   <Title>Queues and Queueing Disciplines explained</Title>
2585 <Para>
2586 With queueing we determine the way in which data is <Emphasis>SENT</Emphasis>.
2587 It is important to realise that we can only shape data that we transmit.
2588 </Para>
2590 <Para>
2591 With the way the Internet works, we have no direct control of what people
2592 send us. It's a bit like your (physical!) mailbox at home. There is no way
2593 you can influence the world to modify the amount of mail they send you,
2594 short of contacting everybody.
2595 </Para>
2597 <Para>
2598 However, the Internet is mostly based on TCP/IP which has a few features
2599 that help us. TCP/IP has no way of knowing the capacity of the network
2600 between two hosts, so it just starts sending data faster and faster ('slow
2601 start') and when packets start getting lost, because there is no room to
2602 send them, it will slow down. In fact it is a bit smarter than this, but
2603 more about that later.
2604 </Para>
2606 <Para>
2607 This is the equivalent of not reading half of your mail, and hoping that
2608 people will stop sending it to you. With the difference that it works for
2609 the Internet :-)
2610 </Para>
2612 <Para>
2613 If you have a router and wish to prevent certain hosts within your network
2614 from downloading too fast, you need to do your shaping on the *inner* interface
2615 of your router, the one that sends data to your own computers.
2616 </Para>
2618 <Para>
2619 You also have to be sure you are controlling the bottleneck of the link.
2620 If you have a 100Mbit NIC and you have a router that has a 256kbit link,
2621 you have to make sure you are not sending more data than your router can
2622 handle.  Otherwise, it will be the router who is controlling the link and
2623 shaping the available bandwith. We need to 'own the queue' so to speak, and
2624 be the slowest link in the chain. Luckily this is easily possible.
2625 </Para>
2627 </Sect1>
2629 <Sect1 id="lartc.qdisc.classless">
2630   <Title>Simple, classless Queueing Disciplines</Title>
2632 <Para>
2633 As said, with queueing disciplines, we change the way data is sent.
2634 Classless queueing disciplines are those that, by and large accept data and
2635 only reschedule, delay or drop it.
2636 </Para>
2638 <Para>
2639 These can be used to shape traffic for an entire interface, without any
2640 subdivisions. It is vital that you understand this part of queueing before
2641 we go on the classful qdisc-containing-qdiscs!
2642 </Para>
2644 <Para>
2645 By far the most widely used discipline is the pfifo_fast qdisc - this is the
2646 default. This also explains why these advanced features are so robust. They
2647 are nothing more than 'just another queue'.
2648 </Para>
2650 <Para>
2651 Each of these queues has specific strengths and weaknesses. Not all of them
2652 may be as well tested.
2653 </Para>
2655 <Sect2>
2656 <Title>pfifo_fast</Title>
2658 <Para>
2659 This queue is, as the name says, First In, First Out, which means that no
2660 packet receives special treatment. At least, not quite. This queue has 3 so
2661 called 'bands'. Within each band, FIFO rules apply. However, as long as
2662 there are packets waiting in band 0, band 1 won't be processed. Same goes
2663 for band 1 and band 2.
2664 </Para>
2666 <Para>
2667 The kernel honors the so called Type of Service flag of packets, and takes
2668 care to insert 'minimum delay' packets in band 0. 
2669 </Para>
2671 <Para>
2672 Do not confuse this classless simple qdisc with the classful PRIO one!
2673 Although they behave similarly, pfifo_fast is classless and you cannot add
2674 other qdiscs to it with the tc command.
2675 </Para>
2677 <Sect3>
2678 <Title>Parameters &amp; usage</Title>
2680 <Para>
2681 You can't configure the pfifo_fast qdisc as it is the hardwired default.
2682 This is how it is configured by default:
2683 <VariableList>
2685 <VarListEntry>
2686 <Term>priomap</Term>
2687 <ListItem>
2688 <Para>
2689 Determines how packet priorities, as assigned by the kernel, map to bands.
2690 Mapping occurs based on the TOS octet of the packet, which looks like this:
2691 </Para>
2693 <Para>
2695 <Screen>
2696    0     1     2     3     4     5     6     7
2697 +-----+-----+-----+-----+-----+-----+-----+-----+
2698 |                 |                       |     |
2699 |   PRECEDENCE    |          TOS          | MBZ |
2700 |                 |                       |     |
2701 +-----+-----+-----+-----+-----+-----+-----+-----+
2702 </Screen>
2704 </Para>
2706 <Para>
2707 The four TOS bits (the 'TOS field') are defined as:
2709 <Screen>
2710 Binary Decimcal  Meaning
2711 -----------------------------------------
2712 1000   8         Minimize delay (md)
2713 0100   4         Maximize throughput (mt)
2714 0010   2         Maximize reliability (mr)
2715 0001   1         Minimize monetary cost (mmc)
2716 0000   0         Normal Service
2717 </Screen>
2719 </Para>
2721 <Para>
2722 As there is 1 bit to the right of these four bits, the actual value of the
2723 TOS field is double the value of the TOS bits. Tcpdump -v -v shows you the
2724 value of the entire TOS field, not just the four bits. It is the value you
2725 see in the first column of this table:
2726 </Para>
2728 <Para>
2730 <Screen>
2731 TOS     Bits  Means                    Linux Priority    Band
2732 ------------------------------------------------------------
2733 0x0     0     Normal Service           0 Best Effort     1
2734 0x2     1     Minimize Monetary Cost   1 Filler          2
2735 0x4     2     Maximize Reliability     0 Best Effort     1
2736 0x6     3     mmc+mr                   0 Best Effort     1
2737 0x8     4     Maximize Throughput      2 Bulk            2
2738 0xa     5     mmc+mt                   2 Bulk            2
2739 0xc     6     mr+mt                    2 Bulk            2
2740 0xe     7     mmc+mr+mt                2 Bulk            2
2741 0x10    8     Minimize Delay           6 Interactive     0
2742 0x12    9     mmc+md                   6 Interactive     0
2743 0x14    10    mr+md                    6 Interactive     0
2744 0x16    11    mmc+mr+md                6 Interactive     0
2745 0x18    12    mt+md                    4 Int. Bulk       1
2746 0x1a    13    mmc+mt+md                4 Int. Bulk       1
2747 0x1c    14    mr+mt+md                 4 Int. Bulk       1
2748 0x1e    15    mmc+mr+mt+md             4 Int. Bulk       1
2749 </Screen>
2751 </Para>
2753 <Para>
2754 Lots of numbers. The second column contains the value of the relevant four
2755 TOS bits, followed by their translated meaning. For example, 15 stands for a
2756 packet wanting Minimal Monetary Cost, Maximum Reliability, Maximum
2757 Throughput AND Minimum Delay. I would call this a 'Dutch Packet'.
2758 </Para>
2760 <Para>
2761 The fourth column lists the way the Linux kernel interprets the TOS bits, by
2762 showing to which Priority they are mapped. 
2763 </Para>
2765 <Para>
2766 The last column shows the result of the default priomap. On the command line,
2767 the default priomap looks like this:
2769 <Screen>
2770 1, 2, 2, 2, 1, 2, 0, 0 , 1, 1, 1, 1, 1, 1, 1, 1
2771 </Screen>
2773 </Para>
2775 <Para>
2776 This means that priority 4, for example, gets mapped to band number 1. The
2777 priomap also allows you to list higher priorities (&gt; 7) which do not
2778 correspond to TOS mappings, but which are set by other means.
2779 </Para>
2781 <Para>
2782 This table from RFC 1349 (read it for more details) tells you how
2783 applications might very well set their TOS bits:
2785 <Screen>
2786 TELNET                   1000           (minimize delay)
2788         Control          1000           (minimize delay)
2789         Data             0100           (maximize throughput)
2791 TFTP                     1000           (minimize delay)
2793 SMTP 
2794         Command phase    1000           (minimize delay)
2795         DATA phase       0100           (maximize throughput)
2797 Domain Name Service
2798         UDP Query        1000           (minimize delay)
2799         TCP Query        0000
2800         Zone Transfer    0100           (maximize throughput)
2802 NNTP                     0001           (minimize monetary cost)
2804 ICMP
2805         Errors           0000
2806         Requests         0000 (mostly)
2807         Responses        &#60;same as request&#62; (mostly)
2808 </Screen>
2810 </Para></ListItem>
2811 </VarListEntry>
2812 <VarListEntry>
2813 <Term>txqueuelen</Term>
2814 <ListItem>
2815 <Para>
2816 The length of this queue is gleaned from the interface configuration, which
2817 you can see and set with ifconfig and ip. To set the queue length to 10,
2818 execute: ifconfig eth0 txqueuelen 10
2819 </Para>
2821 <Para>
2822 You can't set this parameter with tc!
2823 </Para></ListItem>
2824 </VarListEntry>
2825 </VariableList>
2826 </Para>
2828 </Sect3>
2830 </Sect2>
2832 <Sect2>
2833 <Title>Token Bucket Filter</Title>
2835 <Para>
2836 The Token Bucket Filter (TBF) is a simple qdisc that only passes packets
2837 arriving at a rate which is not exceeding some administratively set rate, but
2838 with the possibility to allow short bursts in excess of this rate.
2839 </Para>
2841 <Para>
2842 TBF is very precise, network- and processor friendly. It should be your
2843 first choice if you simply want to slow an interface down!
2844 </Para>
2846 <Para>
2847 The TBF implementation consists of a buffer (bucket), constantly filled by
2848 some virtual pieces of information called tokens, at a specific rate (token
2849 rate). The most important parameter of the bucket is its size, that is the
2850 number of tokens it can store.
2851 </Para>
2853 <Para>
2854 Each arriving token collects one incoming data packet from the data queue
2855 and is then deleted from the bucket. Associating this algorithm
2856 with the two flows -- token and data, gives us three possible scenarios:
2857 </Para>
2859 <Para>
2861 <ItemizedList>
2862 <ListItem>
2864 <Para>
2865  The data arrives in TBF at a rate that's <Emphasis>equal</Emphasis> to the rate
2866 of incoming tokens. In this case each incoming packet has its matching token
2867 and passes the queue without delay.
2869 </Para>
2870 </ListItem>
2871 <ListItem>
2873 <Para>
2874  The data arrives in TBF at a rate that's <Emphasis>smaller</Emphasis> than the
2875 token rate. Only a part of the tokens are deleted at output of each data packet
2876 that's sent out the queue, so the tokens accumulate, up to the bucket size.
2877 The unused tokens can then be used to send data at a speed that's exceeding the
2878 standard token rate, in case short data bursts occur.
2880 </Para>
2881 </ListItem>
2882 <ListItem>
2884 <Para>
2885  The data arrives in TBF at a rate <Emphasis>bigger</Emphasis> than the token rate.
2886 This means that the bucket will soon be devoid of tokens, which causes the
2887 TBF to throttle itself for a while. This is called an 'overlimit situation'.
2888 If packets keep coming in, packets will start to get dropped.
2889 </Para>
2890 </ListItem>
2892 </ItemizedList>
2894 </Para>
2896 <Para>
2897 The last scenario is very important, because it allows to
2898 administratively shape the bandwidth available to data that's passing
2899 the filter.
2900 </Para>
2902 <Para>
2903 The accumulation of tokens allows a short burst of overlimit data to be
2904 still passed without loss, but any lasting overload will cause packets to be
2905 constantly delayed, and then dropped.
2906 </Para>
2908 <Para>
2909 Please note that in the actual implementation, tokens correspond to bytes,
2910 not packets.
2911 </Para>
2913 <Sect3>
2914 <Title>Parameters &amp; usage</Title>
2916 <Para>
2917 Even though you will probably not need to change them, tbf has some knobs
2918 available. First the parameters that are always available:
2919 <VariableList>
2921 <VarListEntry>
2922 <Term>limit or latency</Term>
2923 <ListItem>
2924 <Para>
2925 Limit is the number of bytes that can be queued waiting for tokens to become
2926 available. You can also specify this the other way around by setting the
2927 latency parameter, which specifies the maximum amount of time a packet can
2928 sit in the TBF. The latter calculation takes into account the size of the
2929 bucket, the rate and possibly the peakrate (if set).
2930 </Para></ListItem>
2931 </VarListEntry>
2932 <VarListEntry>
2933 <Term>burst/buffer/maxburst</Term>
2934 <ListItem>
2935 <Para>
2936 Size of the bucket, in bytes. This is the maximum amount of bytes that
2937 tokens can be available for instantaneously. In general, larger shaping
2938 rates require a larger buffer. For 10mbit/s on Intel, you need at least
2939 10kbyte buffer if you want to reach your configured rate!
2940 </Para>
2942 <Para>
2943 If your buffer is too small, packets may be dropped because more tokens
2944 arrive per timer tick than fit in your bucket.
2945 </Para></ListItem>
2946 </VarListEntry>
2947 <VarListEntry>
2948 <Term>mpu</Term>
2949 <ListItem>
2950 <Para>
2951 A zero-sized packet does not use zero bandwidth. For ethernet, no packet
2952 uses less than 64 bytes. The Minimum Packet Unit determines the minimal
2953 token usage for a packet.
2954 </Para></ListItem>
2955 </VarListEntry>
2956 <VarListEntry>
2957 <Term>rate</Term>
2958 <ListItem>
2959 <Para>
2960 The speedknob. See remarks above about limits!
2961 </Para></ListItem>
2962 </VarListEntry>
2963 </VariableList>
2964 </Para>
2966 <Para>
2967 If the bucket contains tokens and is allowed to empty, by default it does so
2968 at infinite speed. If this is unacceptable, use the following parameters:
2969 </Para>
2971 <Para>
2972 <VariableList>
2974 <VarListEntry>
2975 <Term>peakrate</Term>
2976 <ListItem>
2977 <Para>
2978 If tokens are available, and packets arrive, they are sent out immediately
2979 by default, at 'lightspeed' so to speak. That may not be what you want,
2980 especially if you have a large bucket. 
2981 </Para>
2983 <Para>
2984 The peakrate can be used to specify how quickly the bucket is allowed to be
2985 depleted. If doing everything by the book, this is achieved by releasing a
2986 packet, and then wait just long enough, and release the next. We calculated
2987 our waits so we send just at peakrate.
2988 </Para>
2990 <Para>
2991 However, due to the default 10ms timer resolution of Unix, with 10.000 bits
2992 average packets, we are limited to 1mbit/s of peakrate!
2993 </Para></ListItem>
2994 </VarListEntry>
2995 <VarListEntry>
2996 <Term>mtu/minburst</Term>
2997 <ListItem>
2998 <Para>
2999 The 1mbit/s peakrate is not very useful if your regular rate is more than
3000 that. A higher peakrate is possible by sending out more packets per
3001 timertick, which effectively means that we create a second bucket!
3002 </Para>
3004 <Para>
3005 This second bucket defaults to a single packet, which is not a bucket at
3006 all.
3007 </Para>
3009 <Para>
3010 To calculate the maximum possible peakrate, multiply the configured mtu by
3011 100 (or more correctly, HZ, which is 100 on Intel, 1024 on Alpha).
3012 </Para></ListItem>
3013 </VarListEntry>
3014 </VariableList>
3015 </Para>
3017 </Sect3>
3019 <Sect3>
3020 <Title>Sample configuration</Title>
3022 <Para>
3023 A simple but *very* useful configuration is this:
3025 <Screen>
3026 # tc qdisc add dev ppp0 root tbf rate 220kbit latency 50ms burst 1540
3027 </Screen>
3029 </Para>
3031 <Para>
3032 Ok, why is this useful? If you have a networking device with a large queue,
3033 like a DSL modem or a cable modem, and you talk to it over a fast device,
3034 like over an ethernet interface, you will find that uploading absolutely
3035 destroys interactivity.
3036 </Para>
3038 <Para>
3039 This is because uploading will fill the queue in the modem, which is
3040 probably *huge* because this helps actually achieving good data throughput
3041 uploading. But this is not what you want, you want to have the queue not too
3042 big so interactivity remains and you can still do other stuff while sending
3043 data.
3044 </Para>
3046 <Para>
3047 The line above slows down sending to a rate that does not lead to a queue in
3048 the modem - the queue will be in Linux, where we can control it to a limited
3049 size.
3050 </Para>
3052 <Para>
3053 Change 220kbit to your uplink's *actual* speed, minus a few percent. If you
3054 have a really fast modem, raise 'burst' a bit. 
3055 </Para>
3057 </Sect3>
3059 </Sect2>
3061 <Sect2 id="lartc.sfq">
3062 <Title>Stochastic Fairness Queueing</Title>
3064 <Para>
3065 Stochastic Fairness Queueing (SFQ) is a simple implementation of the fair
3066 queueing algorithms family. It's less accurate than others, but it also
3067 requires less calculations while being almost perfectly fair.
3068 </Para>
3070 <Para>
3071 The key word in SFQ is conversation (or flow), which mostly corresponds to a
3072 TCP session or a UDP stream. Traffic is divided into a pretty large number
3073 of FIFO queues, one for each conversation. Traffic is then sent in a round
3074 robin fashion, giving each session the chance to send data in turn.
3075 </Para>
3077 <Para>
3078 This leads to very fair behaviour and disallows any single conversation from
3079 drowning out the rest. SFQ is called 'Stochastic' because it doesn't really
3080 allocate a queue for each session, it has an algorithm which divides traffic
3081 over a limited number of queues using a hashing algorithm. 
3082 </Para>
3084 <Para>
3085 Because of the hash, multiple sessions might end up in the same bucket, which
3086 would halve each session's chance of sending a packet, thus halving the
3087 effective speed available. To prevent this situation from becoming
3088 noticeable, SFQ changes its hashing algorithm quite often so that any two
3089 colliding sessions will only do so for a small number of seconds.
3090 </Para>
3092 <Para>
3093 It is important to note that SFQ is only useful in case your actual outgoing
3094 interface is really full! If it isn't then there will be no queue on your
3095 linux machine and hence no effect. Later on we will describe how to combine
3096 SFQ with other qdiscs to get a best-of-both worlds situation.
3097 </Para>
3099 <Para>
3100 Specifically, setting SFQ on the ethernet interface heading to your
3101 cable modem or DSL router is pointless without further shaping!
3102 </Para>
3104 <Sect3>
3105 <Title>Parameters &amp; usage</Title>
3107 <Para>
3108 The SFQ is pretty much self tuning:
3109 <VariableList>
3111 <VarListEntry>
3112 <Term>perturb</Term>
3113 <ListItem>
3114 <Para>
3115 Reconfigure hashing once this many seconds. If unset, hash will never be
3116 reconfigured. Not recommended. 10 seconds is probably a good value.
3117 </Para></ListItem>
3118 </VarListEntry>
3119 <VarListEntry>
3120 <Term>quantum</Term>
3121 <ListItem>
3122 <Para>
3123 Amount of bytes a stream is allowed to dequeue before the next queue gets a
3124 turn. Defaults to 1 maximum sized packet (MTU-sized). Do not set below the
3125 MTU!
3126 </Para></ListItem>
3127 </VarListEntry>
3128 <VarListEntry>
3129  <Term>limit</Term>
3130  <ListItem>
3131    <Para>
3132    The total number of packets that will be queued by this SFQ (after that it
3133    starts dropping them).
3134    </Para>
3135  </ListItem>
3136 </VarListEntry>
3137 </VariableList>
3138 </Para>
3140 </Sect3>
3142 <Sect3>
3143 <Title>Sample configuration</Title>
3145 <Para>
3146 If you have a device which has identical link speed and actual available
3147 rate, like a phone modem, this configuration will help promote fairness:
3149 <Screen>
3150 # tc qdisc add dev ppp0 root sfq perturb 10
3151 # tc -s -d qdisc ls
3152 qdisc sfq 800c: dev ppp0 quantum 1514b limit 128p flows 128/1024 perturb 10sec 
3153  Sent 4812 bytes 62 pkts (dropped 0, overlimits 0) 
3154 </Screen>
3156 </Para>
3158 <Para>
3159 The number 800c: is the automatically assigned handle number, limit means
3160 that 128 packets can wait in this queue. There are 1024 hashbuckets
3161 available for accounting, of which 128 can be active at a time (no more
3162 packets fit in the queue!) Once every 10 seconds, the hashes are
3163 reconfigured.
3164 </Para>
3166 </Sect3>
3168 </Sect2>
3170 </Sect1>
3172 <Sect1 id="lartc.qdisc.advice">
3173   <Title>Advice for when to use which queue</Title>
3175 <Para>
3176 Summarizing, these are the simple queues that actually manage traffic by
3177 reordering, slowing or dropping packets.
3178 </Para>
3180 <Para>
3181 The following tips may help in choosing which queue to use. It mentions some
3182 qdiscs described in the
3183 <citetitle><xref linkend="lartc.adv-qdisc"></citetitle> chapter.
3184 </Para>
3186 <ItemizedList>
3187 <ListItem>
3188 <Para>
3189 To purely slow down outgoing traffic, use the Token Bucket Filter. Works up
3190 to huge bandwidths, if you scale the bucket.
3191 </Para>
3192 </ListItem>
3193 <ListItem>
3195 <Para>
3196 If your link is truly full and you want to make sure that no single session
3197 can dominate your outgoing bandwidth, use Stochastical Fairness Queueing.
3198 </Para>
3199 </ListItem>
3200 <ListItem>
3202 <Para>
3203 If you have a big backbone and know what you are doing, consider Random
3204 Early Drop (see Advanced chapter).
3205 </Para>
3206 </ListItem>
3207 <ListItem>
3209 <Para>
3210 To 'shape' incoming traffic which you are not forwarding, use the Ingress
3211 Policer. Incoming shaping is called 'policing', by the way, not 'shaping'.  
3212 </Para>
3213 </ListItem>
3214 <ListItem>
3216 <Para>
3217 If you *are* forwarding it, use a TBF on the interface you are forwarding
3218 the data to. Unless you want to shape traffic that may go out over several
3219 interfaces, in which case the only common factor is the incoming interface.
3220 In that case use the Ingress Policer.
3221 </Para>
3222 </ListItem>
3223 <ListItem>
3225 <Para>
3226 If you don't want to shape, but only want to see if your interface is so
3227 loaded that it has to queue, use the pfifo queue (not pfifo_fast). It lacks
3228 internal bands but does account the size of its backlog.
3229 </Para>
3230 </ListItem>
3231 <ListItem>
3232 <Para>
3233 Finally - you can also do <quote>social shaping</quote>.
3234 You may not always be able to use technology to achieve what you want.
3235 Users experience technical constraints as hostile.
3236 A kind word may also help with getting your bandwidth to be divided right!
3237 </Para>
3238 </ListItem>
3239 </ItemizedList>
3241 </Sect1>
3243 <Sect1 id="lartc.qdisc.terminology">
3244   <Title>Terminology</Title>
3246 <Para>
3247 To properly understand more complicated configurations it is necessary to
3248 explain a few concepts first. Because of the complexity and the relative
3249 youth of the subject, a lot of different words are used when people in fact
3250 mean the same thing.
3251 </Para>
3253 <Para>
3254 The following is loosely based on 
3255 <filename>draft-ietf-diffserv-model-06.txt</filename>,
3256 <citetitle>An Informal Management Model for Diffserv Routers</citetitle>.
3257 It can currently be found at 
3258 <ulink url="http://www.ietf.org/internet-drafts/draft-ietf-diffserv-model-06.txt">
3259   http://www.ietf.org/internet-drafts/draft-ietf-diffserv-model-06.txt
3260 </ulink>.
3261 </Para>
3263 <Para>
3264 Read it for the strict definitions of the terms used.
3265 <VariableList>
3267 <VarListEntry>
3268 <Term>Queueing Discipline (qdisc)</Term>
3269 <ListItem>
3270 <Para>
3271 An algorithm that manages the queue of a device, either incoming (ingress)
3272 or outgoing (egress).
3273 </Para></ListItem>
3274 </VarListEntry>
3275 <VarListEntry>
3276 <Term>root qdisc</Term>
3277 <ListItem>
3278 <Para>
3279 The root qdisc is the qdisc attached to the device.
3280 </Para></ListItem>
3281 </VarListEntry>
3282 <VarListEntry>
3283 <Term>Classless qdisc</Term>
3284 <ListItem>
3285 <Para>
3286 A qdisc with no configurable internal subdivisions. 
3287 </Para></ListItem>
3288 </VarListEntry>
3289 <VarListEntry>
3290 <Term>Classful qdisc</Term>
3291 <ListItem>
3292 <Para>
3293 A classful qdisc contains multiple classes. Some of these classes contains a
3294 further qdisc, which may again be classful, but need not be. According to
3295 the strict definition, pfifo_fast *is* classful, because it contains three
3296 bands which are, in fact, classes. However, from the user's configuration
3297 perspective, it is classless as the classes can't be touched with the tc
3298 tool. 
3299 </Para></ListItem>
3300 </VarListEntry>
3301 <VarListEntry>
3302 <Term>Classes</Term>
3303 <ListItem>
3304 <Para>
3305 A classful qdisc may have many classes, each of which is internal to the
3306 qdisc.  A class, in turn, may have several classes added to it.  So a class
3307 can have a qdisc as parent or an other class.
3309 A leaf class is a class with no child classes.  This class has 1 qdisc attached
3310 to it.  This qdisc is responsible to send the data from that class.  When
3311 you create a class, a fifo qdisc is attached to it.  When you add a child class,
3312 this qdisc is removed.
3313 For a leaf class, this fifo qdisc can be replaced with
3314 an other more suitable qdisc.  You can even replace this fifo qdisc with a
3315 classful qdisc so you can add extra classes.
3316 </Para></ListItem>
3317 </VarListEntry>
3318 <VarListEntry>
3319 <Term>Classifier</Term>
3320 <ListItem>
3321 <Para>
3322 Each classful qdisc needs to determine to which class it needs to send a
3323 packet. This is done using the classifier.
3324 </Para></ListItem>
3325 </VarListEntry>
3326 <VarListEntry>
3327 <Term>Filter</Term>
3328 <ListItem>
3329 <Para>
3330 Classification can be performed using filters. A filter contains a number of
3331 conditions which if matched, make the filter match.
3332 </Para></ListItem>
3333 </VarListEntry>
3334 <VarListEntry>
3335 <Term>Scheduling</Term>
3336 <ListItem>
3337 <Para>
3338 A qdisc may, with the help of a classifier, decide that some packets need to
3339 go out earlier than others. This process is called Scheduling, and is
3340 performed for example by the pfifo_fast qdisc mentioned earlier. Scheduling
3341 is also called 'reordering', but this is confusing.
3342 </Para></ListItem>
3343 </VarListEntry>
3344 <VarListEntry>
3345 <Term>Shaping</Term>
3346 <ListItem>
3347 <Para>
3348 The process of delaying packets before they go out to make traffic confirm
3349 to a configured maximum rate. Shaping is performed on egress. Colloquially, 
3350 dropping packets to slow traffic down is also often called Shaping.
3351 </Para></ListItem>
3352 </VarListEntry>
3353 <VarListEntry>
3354 <Term>Policing</Term>
3355 <ListItem>
3356 <Para>
3357 Delaying or dropping packets in order to make traffic stay below a
3358 configured bandwidth. In Linux, policing can only drop a packet and not
3359 delay it - there is no 'ingress queue'.
3360 </Para></ListItem>
3361 </VarListEntry>
3362 <VarListEntry>
3363 <Term>Work-Conserving</Term>
3364 <ListItem>
3365 <Para>
3366 A work-conserving qdisc always delivers a packet if one is available. In
3367 other words, it never delays a packet if the network adaptor is ready to
3368 send one (in the case of an egress qdisc).
3369 </Para></ListItem>
3370 </VarListEntry>
3371 <VarListEntry>
3372 <Term>non-Work-Conserving</Term>
3373 <ListItem>
3374 <Para>
3375 Some queues, like for example the Token Bucket Filter, may need to hold on
3376 to a packet for a certain time in order to limit the bandwidth. This means
3377 that they sometimes refuse to pass a packet, even though they have one
3378 available.
3379 </Para></ListItem>
3380 </VarListEntry>
3381 </VariableList>
3382 </Para>
3384 <Para>
3385 Now that we have our terminology straight, let's see where all these things
3386 are.
3387 </Para>
3389 <Para>
3391 <Screen width="80">
3392                 Userspace programs
3393                      ^
3394                      |
3395      +---------------+-----------------------------------------+
3396      |               Y                                         |
3397      |    -------&#62; IP Stack                                    |
3398      |   |              |                                      |
3399      |   |              Y                                      |
3400      |   |              Y                                      |
3401      |   ^              |                                      |
3402      |   |  / ----------&#62; Forwarding -&#62;                        |
3403      |   ^ /                           |                       |
3404      |   |/                            Y                       |
3405      |   |                             |                       |
3406      |   ^                             Y          /-qdisc1-\   |
3407      |   |                            Egress     /--qdisc2--\  |
3408   ---&#62;-&#62;Ingress                       Classifier ---qdisc3---- | -&#62;
3409      |   Qdisc                                   \__qdisc4__/  |
3410      |                                            \-qdiscN_/   |
3411      |                                                         |
3412      +----------------------------------------------------------+
3413 </Screen>
3415 Thanks to Jamal Hadi Salim for this ASCII representation.
3416 </Para>
3418 <Para>
3419 The big block represents the kernel. The leftmost arrow represents traffic
3420 entering your machine from the network. It is then fed to the Ingress
3421 Qdisc which may apply Filters to a packet, and decide to drop it. This
3422 is called 'Policing'.
3423 </Para>
3425 <Para>
3426 This happens at a very early stage, before it has seen a lot of the kernel.
3427 It is therefore a very good place to drop traffic very early, without
3428 consuming a lot of CPU power.
3429 </Para>
3431 <Para>
3432 If the packet is allowed to continue, it may be destined for a local
3433 application, in which case it enters the IP stack in order to be processed,
3434 and handed over to a userspace program. The packet may also be forwarded
3435 without entering an application, in which case it is destined for egress.
3436 Userspace programs may also deliver data, which is then examined and
3437 forwarded to the Egress Classifier.
3438 </Para>
3440 <Para>
3441 There it is investigated and enqueued to any of a number of qdiscs. In the
3442 unconfigured default case, there is only one egress qdisc installed, the
3443 pfifo_fast, which always receives the packet. This is called 'enqueueing'.
3444 </Para>
3446 <Para>
3447 The packet now sits in the qdisc, waiting for the kernel to ask for
3448 it for transmission over the network interface. This is called 'dequeueing'.
3449 </Para>
3451 <Para>
3452 This picture also holds in case there is only one network adaptor - the
3453 arrows entering and leaving the kernel should not be taken too literally.
3454 Each network adaptor has both ingress and egress hooks.
3455 </Para>
3457 </Sect1>
3459 <Sect1 id="lartc.qdisc.classful">
3460   <Title>Classful Queueing Disciplines</Title>
3462 <Para>
3463 Classful qdiscs are very useful if you have different kinds of traffic which
3464 should have differing treatment. One of the classful qdiscs is called 'CBQ',
3465 'Class Based Queueing' and it is so widely mentioned that people identify
3466 queueing with classes solely with CBQ, but this is not the case.
3467 </Para>
3469 <Para>
3470 CBQ is merely the oldest kid on the block - and also the most complex one.
3471 It may not always do what you want.  This may come as something of a shock
3472 to many who fell for the 'sendmail effect', which teaches us that any
3473 complex technology which doesn't come with documentation must be the best
3474 available.
3475 </Para>
3477 <Para>
3478 More about CBQ and its alternatives shortly.
3479 </Para>
3481 <Sect2>
3482 <Title>Flow within classful qdiscs &amp; classes</Title>
3484 <Para>
3485 When traffic enters a classful qdisc, it needs to be sent to any of the
3486 classes within - it needs to be 'classified'. To determine what to do with a
3487 packet, the so called 'filters' are consulted. It is important to know that
3488 the filters are called from within a qdisc, and not the other way around!
3489 </Para>
3491 <Para>
3492 The filters attached to that qdisc then return with a decision, and the
3493 qdisc uses this to enqueue the packet into one of the classes. Each subclass
3494 may try other filters to see if further instructions apply. If not, the
3495 class enqueues the packet to the qdisc it contains.
3496 </Para>
3498 <Para>
3499 Besides containing other qdiscs, most classful qdiscs also perform shaping.
3500 This is useful to perform both packet scheduling (with SFQ, for example) and
3501 rate control. You need this in cases where you have a high speed
3502 interface (for example, ethernet) to a slower device (a cable modem).
3503 </Para>
3505 <Para>
3506 If you were only to run SFQ, nothing would happen, as packets enter &amp;
3507 leave your router without delay: the output interface is far faster than
3508 your actual link speed. There is no queue to schedule then.
3509 </Para>
3511 </Sect2>
3513 <Sect2>
3514 <Title>The qdisc family: roots, handles, siblings and parents</Title>
3516 <Para>
3517 Each interface has one egress 'root qdisc'. By default, it is the earlier mentioned
3518 classless pfifo_fast queueing discipline. Each qdisc and class is assigned a
3519 handle, which can be used by later configuration statements to refer to that
3520 qdisc. Besides an egress qdisc, an interface may also have an ingress qdisc ,
3521 which polices traffic coming in.
3522 </Para>
3524 <Para>
3525 The handles of these qdiscs consist of two parts, a major number and a minor
3526 number : &lt;major&gt;:&lt;minor&gt;. It is customary to name the root qdisc '1:', which
3527 is equal to '1:0'.  The minor number of a qdisc is always 0. 
3528 </Para>
3530 <Para>
3531 Classes need to have the same major number as their parent.  This major number
3532 must be unique within a egress or ingress setup.  The minor number must be
3533 unique within a qdisc and his classes.
3534 </Para>
3536 <Sect3>
3537 <Title>How filters are used to classify traffic </Title>
3539 <Para>
3540 Recapping, a typical hierarchy might look like this:
3542 <Screen>
3543                      1:   root qdisc
3544                       |
3545                      1:1    child class
3546                    /  |  \
3547                   /   |   \
3548                  /    |    \
3549                  /    |    \
3550               1:10  1:11  1:12   child classes
3551                |      |     | 
3552                |     11:    |    leaf class
3553                |            | 
3554                10:         12:   qdisc
3555               /   \       /   \
3556            10:1  10:2   12:1  12:2   leaf classes
3557 </Screen>
3559 </Para>
3561 <Para>
3562 But don't let this tree fool you! You should *not* imagine the kernel to be
3563 at the apex of the tree and the network below, that is just not the case.
3564 Packets get enqueued and dequeued at the root qdisc, which is the only thing
3565 the kernel talks to. 
3566 </Para>
3568 <Para>
3569 A packet might get classified in a chain like this:
3570 </Para>
3572 <Para>
3573 1: -&#62; 1:1 -&#62; 1:12 -&#62; 12: -&#62; 12:2
3574 </Para>
3576 <Para>
3577 The packet now resides in a queue in a qdisc attached to class 12:2. In this
3578 example, a filter was attached to each 'node' in the tree, each choosing a
3579 branch to take next. This can make sense. However, this is also possible:
3580 </Para>
3582 <Para>
3583 1: -&#62; 12:2
3584 </Para>
3586 <Para>
3587 In this case, a filter attached to the root decided to send the packet
3588 directly to 12:2.
3589 </Para>
3591 </Sect3>
3593 <Sect3>
3594 <Title>How packets are dequeued to the hardware</Title>
3596 <Para>
3597 When the kernel decides that it needs to extract packets to send to the
3598 interface, the root qdisc 1: gets a dequeue request, which is passed to
3599 1:1, which is in turn passed to 10:, 11: and 12:, each of which queries its
3600 siblings, and tries to dequeue() from them. In this case, the kernel needs to
3601 walk the entire tree, because only 12:2 contains a packet. 
3602 </Para>
3604 <Para>
3605 In short, nested classes ONLY talk to their parent qdiscs, never to an
3606 interface. Only the root qdisc gets dequeued by the kernel!
3607 </Para>
3609 <Para>
3610 The upshot of this is that classes never get dequeued faster than their
3611 parents allow. And this is exactly what we want: this way we can have SFQ in
3612 an inner class, which doesn't do any shaping, only scheduling, and have a
3613 shaping outer qdisc, which does the shaping.
3614 </Para>
3616 </Sect3>
3618 </Sect2>
3620 <Sect2>
3621 <Title>The PRIO qdisc</Title>
3623 <Para>
3624 The PRIO qdisc doesn't actually shape, it only subdivides traffic based on
3625 how you configured your filters. You can consider the PRIO qdisc a kind
3626 of pfifo_fast on steroids, whereby each band is a separate class instead of
3627 a simple FIFO.
3628 </Para>
3630 <Para>
3631 When a packet is enqueued to the PRIO qdisc, a class is chosen based on the
3632 filter commands you gave. By default, three classes are created. These
3633 classes by default contain pure FIFO qdiscs with no internal
3634 structure, but you can replace these by any qdisc you have available.
3635 </Para>
3637 <Para>
3638 Whenever a packet needs to be dequeued, class :1 is tried first. Higher
3639 classes are only used if lower bands all did not give up a packet.
3640 </Para>
3642 <Para>
3643 This qdisc is very useful in case you want to prioritize certain kinds of
3644 traffic without using only TOS-flags but using all the power of the tc
3645 filters. You can also add an other qdisc to the 3 predefined classes,
3646 whereas pfifo_fast is limited to simple fifo qdiscs.
3647 </Para>
3649 <Para>
3650 Because it doesn't actually shape, the same warning as for SFQ holds: either
3651 use it only if your physical link is really full or wrap it inside a
3652 classful qdisc that does shape. The latter holds for almost all cable modems
3653 and DSL devices.
3654 </Para>
3656 <Para>
3657 In formal words, the PRIO qdisc is a Work-Conserving scheduler.
3658 </Para>
3660 <Sect3>
3661 <Title>PRIO parameters &amp; usage</Title>
3663 <Para>
3664 The following parameters are recognized by tc:
3665 <VariableList>
3667 <VarListEntry>
3668 <Term>bands</Term>
3669 <ListItem>
3670 <Para>
3671 Number of bands to create. Each band is in fact a class. If you change this
3672 number, you must also change:
3673 </Para></ListItem>
3674 </VarListEntry>
3675 <VarListEntry>
3676 <Term>priomap</Term>
3677 <ListItem>
3678 <Para>
3679 If you do not provide tc filters to classify traffic, the PRIO qdisc looks
3680 at the TC_PRIO priority to decide how to enqueue traffic. 
3681 </Para>
3683 <Para>
3684 This works just like with the pfifo_fast qdisc mentioned earlier, see there
3685 for lots of detail.
3686 </Para></ListItem>
3687 </VarListEntry>
3688 </VariableList>
3689 The bands are classes, and are called major:1 to major:3 by default, so if
3690 your PRIO qdisc is called 12:, tc filter traffic to 12:1 to grant it more
3691 priority.
3692 </Para>
3694 <Para>
3695 Reiterating, band 0 goes to minor number 1! Band 1 to minor number 2, etc.
3696 </Para>
3698 </Sect3>
3700 <Sect3>
3701 <Title>Sample configuration</Title>
3703 <Para>
3704 We will create this tree:
3706 <Screen>
3707           1:   root qdisc
3708          / | \ 
3709        /   |   \
3710        /   |   \
3711      1:1  1:2  1:3    classes
3712       |    |    |
3713      10:  20:  30:    qdiscs    qdiscs
3714      sfq  tbf  sfq
3715 band  0    1    2
3716 </Screen>
3718 </Para>
3720 <Para>
3721 Bulk traffic will go to 30:, interactive traffic to 20: or 10:.
3722 </Para>
3724 <Para>
3725 Command lines:
3727 <Screen>
3728 # tc qdisc add dev eth0 root handle 1: prio 
3729 ## This *instantly* creates classes 1:1, 1:2, 1:3
3730   
3731 # tc qdisc add dev eth0 parent 1:1 handle 10: sfq
3732 # tc qdisc add dev eth0 parent 1:2 handle 20: tbf rate 20kbit buffer 1600 limit 3000
3733 # tc qdisc add dev eth0 parent 1:3 handle 30: sfq                                
3734 </Screen>
3736 </Para>
3738 <Para>
3739 Now let's see what we created:
3741 <Screen>
3742 # tc -s qdisc ls dev eth0 
3743 qdisc sfq 30: quantum 1514b 
3744  Sent 0 bytes 0 pkts (dropped 0, overlimits 0) 
3746  qdisc tbf 20: rate 20Kbit burst 1599b lat 667.6ms 
3747  Sent 0 bytes 0 pkts (dropped 0, overlimits 0) 
3749  qdisc sfq 10: quantum 1514b 
3750  Sent 132 bytes 2 pkts (dropped 0, overlimits 0) 
3752  qdisc prio 1: bands 3 priomap  1 2 2 2 1 2 0 0 1 1 1 1 1 1 1 1
3753  Sent 174 bytes 3 pkts (dropped 0, overlimits 0) 
3754 </Screen>
3756 As you can see, band 0 has already had some traffic, and one packet was sent
3757 while running this command!
3758 </Para>
3760 <Para>
3761 We now do some bulk data transfer with a tool that properly sets TOS flags,
3762 and take another look:
3764 <Screen>
3765 # scp tc ahu@10.0.0.11:./
3766 ahu@10.0.0.11's password: 
3767 tc                   100% |*****************************|   353 KB    00:00    
3768 # tc -s qdisc ls dev eth0
3769 qdisc sfq 30: quantum 1514b 
3770  Sent 384228 bytes 274 pkts (dropped 0, overlimits 0) 
3772  qdisc tbf 20: rate 20Kbit burst 1599b lat 667.6ms 
3773  Sent 2640 bytes 20 pkts (dropped 0, overlimits 0) 
3775  qdisc sfq 10: quantum 1514b 
3776  Sent 2230 bytes 31 pkts (dropped 0, overlimits 0) 
3778  qdisc prio 1: bands 3 priomap  1 2 2 2 1 2 0 0 1 1 1 1 1 1 1 1
3779  Sent 389140 bytes 326 pkts (dropped 0, overlimits 0) 
3780 </Screen>
3782 As you can see, all traffic went to handle 30:, which is the lowest priority
3783 band, just as intended. Now to verify that interactive traffic goes to
3784 higher bands, we create some interactive traffic:
3785 </Para>
3787 <Para>
3789 <Screen>
3790 # tc -s qdisc ls dev eth0
3791 qdisc sfq 30: quantum 1514b 
3792  Sent 384228 bytes 274 pkts (dropped 0, overlimits 0) 
3794  qdisc tbf 20: rate 20Kbit burst 1599b lat 667.6ms 
3795  Sent 2640 bytes 20 pkts (dropped 0, overlimits 0) 
3797  qdisc sfq 10: quantum 1514b 
3798  Sent 14926 bytes 193 pkts (dropped 0, overlimits 0) 
3800  qdisc prio 1: bands 3 priomap  1 2 2 2 1 2 0 0 1 1 1 1 1 1 1 1
3801  Sent 401836 bytes 488 pkts (dropped 0, overlimits 0) 
3802 </Screen>
3804 </Para>
3806 <Para>
3807 It worked - all additional traffic has gone to 10:, which is our highest
3808 priority qdisc. No traffic was sent to the lowest priority, which previously
3809 received our entire scp.
3810 </Para>
3812 </Sect3>
3814 </Sect2>
3816 <Sect2>
3817 <Title>The famous CBQ qdisc</Title>
3819 <Para>
3820 As said before, CBQ is the most complex qdisc available, the most hyped, the
3821 least understood, and probably the trickiest one to get right. This is not
3822 because the authors are evil or incompetent, far from it, it's just that the
3823 CBQ algorithm isn't all that precise and doesn't really match the way Linux
3824 works.
3825 </Para>
3827 <Para>
3828 Besides being classful, CBQ is also a shaper and it is in that aspect that
3829 it really doesn't work very well. It should work like this. If you try to
3830 shape a 10mbit/s connection to 1mbit/s, the link should be idle 90% of the
3831 time. If it isn't, we need to throttle so that it IS idle 90% of the time.
3832 </Para>
3834 <Para>
3835 This is pretty hard to measure, so CBQ  instead derives the idle time from
3836 the number of microseconds that elapse between requests from the hardware
3837 layer for more data. Combined, this can be used to approximate how full or
3838 empty the link is.<!--which is combined with which?-->
3839 </Para>
3841 <Para>
3842 This is rather tortuous and doesn't always arrive at proper results. For
3843 example, what if the actual link speed of an interface that is not really
3844 able to transmit the full 100mbit/s of data, perhaps because of a badly
3845 implemented driver? A PCMCIA network card will also never achieve 100mbit/s
3846 because of the way the bus is designed - again, how do we calculate the idle
3847 time?
3848 </Para>
3850 <Para>
3851 It gets even worse if we consider not-quite-real network devices like PPP
3852 over Ethernet or PPTP over TCP/IP. The effective bandwidth in that case is
3853 probably determined by the efficiency of pipes to userspace - which is huge.
3854 </Para>
3856 <Para>
3857 People who have done measurements discover that CBQ is not always very
3858 accurate and sometimes completely misses the mark.
3859 </Para>
3861 <Para>
3862 In many circumstances however it works well. With the documentation provided
3863 here, you should be able to configure it to work well in most cases.
3864 </Para>
3866 <Sect3>
3867 <Title>CBQ shaping in detail</Title>
3869 <Para>
3870 As said before, CBQ works by making sure that the link is idle just long
3871 enough to bring down the real bandwidth to the configured rate. To do so, it
3872 calculates the time that should pass between average packets. 
3873 </Para>
3875 <Para>
3876 During operations, the effective idletime is measured using an exponential
3877 weighted moving average (EWMA), which considers recent packets to be
3878 exponentially more important than past ones. The UNIX loadaverage is
3879 calculated in the same way.
3880 </Para>
3882 <Para>
3883 The calculated idle time is subtracted from the EWMA measured one, the
3884 resulting number is called 'avgidle'. A perfectly loaded link has an avgidle
3885 of zero: packets arrive exactly once every calculated interval.  
3886 </Para>
3888 <Para>
3889 An overloaded link has a negative avgidle and if it gets too negative, CBQ
3890 shuts down for a while and is then 'overlimit'.
3891 </Para>
3893 <Para>
3894 Conversely, an idle link might amass a huge avgidle, which would then allow
3895 infinite bandwidths after a few hours of silence. To prevent this, avgidle is
3896 capped at maxidle.
3897 </Para>
3899 <Para>
3900 If overlimit, in theory, the CBQ could throttle itself for exactly the
3901 amount of time that was calculated to pass between packets, and then pass
3902 one packet, and throttle again. But see the 'minburst' parameter below.
3903 </Para>
3905 <Para>
3906 These are parameters you can specify in order to configure shaping:
3907 <VariableList>
3909 <VarListEntry>
3910 <Term>avpkt</Term>
3911 <ListItem>
3912 <Para>
3913 Average size of a packet, measured in bytes. Needed for calculating maxidle,
3914 which is derived from maxburst, which is specified in packets.
3915 </Para></ListItem>
3916 </VarListEntry>
3917 <VarListEntry>
3918 <Term>bandwidth</Term>
3919 <ListItem>
3920 <Para>
3921 The physical bandwidth of your device, needed for idle time
3922 calculations.
3923 </Para></ListItem>
3924 </VarListEntry>
3925 <VarListEntry>
3926 <Term>cell</Term>
3927 <ListItem>
3928 <Para>
3929 The time a packet takes to be transmitted over a device may grow in steps,
3930 based on the packet size. An 800 and an 806 size packet may take just as long
3931 to send, for example - this sets the granularity. Most often set to '8'.
3932 Must be an integral power of two.
3933 </Para></ListItem>
3934 </VarListEntry>
3935 <VarListEntry>
3936 <Term>maxburst</Term>
3937 <ListItem>
3938 <Para>
3939 This number of packets is used to calculate maxidle so that when avgidle is
3940 at maxidle, this number of average packets can be burst before avgidle drops
3941 to 0. Set it higher to be more tolerant of bursts. You can't set maxidle
3942 directly, only via this parameter.
3943 </Para></ListItem>
3944 </VarListEntry>
3945 <VarListEntry>
3946 <Term>minburst</Term>
3947 <ListItem>
3948 <Para>
3949 As mentioned before, CBQ needs to throttle in case of overlimit. The ideal
3950 solution is to do so for exactly the calculated idle time, and pass 1
3951 packet. For Unix kernels, however, it is generally hard to schedule events
3952 shorter than 10ms, so it is better to throttle for a longer period, and then
3953 pass minburst packets in one go, and then sleep minburst times longer.
3954 </Para>
3956 <Para>
3957 The time to wait is called the offtime. Higher values of minburst lead to
3958 more accurate shaping in the long term, but to bigger bursts at millisecond
3959 timescales.
3960 </Para></ListItem>
3961 </VarListEntry>
3962 <VarListEntry>
3963 <Term>minidle</Term>
3964 <ListItem>
3965 <Para>
3966 If avgidle is below 0, we are overlimits and need to wait until avgidle will
3967 be big enough to send one packet. To prevent a sudden burst from shutting
3968 down the link for a prolonged period of time, avgidle is reset to minidle if
3969 it gets too low.
3970 </Para>
3972 <Para>
3973 Minidle is specified in negative microseconds, so 10 means that avgidle is
3974 capped at -10us.
3975 </Para></ListItem>
3976 </VarListEntry>
3977 <VarListEntry>
3978 <Term>mpu</Term>
3979 <ListItem>
3980 <Para>
3981 Minimum packet size - needed because even a zero size packet is padded
3982 to 64 bytes on ethernet, and so takes a certain time to transmit. CBQ needs
3983 to know this to accurately calculate the idle time.
3984 </Para></ListItem>
3985 </VarListEntry>
3986 <VarListEntry>
3987 <Term>rate</Term>
3988 <ListItem>
3989 <Para>
3990 Desired rate of traffic leaving this qdisc - this is the 'speed knob'!
3991 </Para></ListItem>
3992 </VarListEntry>
3993 </VariableList>
3994 </Para>
3996 <Para>
3997 Internally, CBQ has a lot of fine tuning. For example, classes which are
3998 known not to have data enqueued to them aren't queried. Overlimit classes
3999 are penalized by lowering their effective priority. All very smart &amp;
4000 complicated.
4001 </Para>
4003 </Sect3>
4005 <Sect3>
4006 <Title>CBQ classful behaviour</Title>
4008 <Para>
4009 Besides shaping, using the aforementioned idletime approximations, CBQ also
4010 acts like the PRIO queue in the sense that classes can have differing
4011 priorities and that lower priority numbers will be polled before the higher
4012 priority ones.
4013 </Para>
4015 <Para>
4016 Each time a packet is requested by the hardware layer to be sent out to the
4017 network, a weighted round robin process ('WRR') starts, beginning with the
4018 lower-numbered priority classes.
4019 </Para>
4021 <Para>
4022 These are then grouped and queried if they have data available. If so, it is
4023 returned. After a class has been allowed to dequeue a number of bytes, the
4024 next class within that priority is tried.
4025 </Para>
4027 <Para>
4028 The following parameters control the WRR process:
4029 <VariableList>
4031 <VarListEntry>
4032 <Term>allot</Term>
4033 <ListItem>
4034 <Para>
4035 When the outer CBQ is asked for a packet to send out on the interface, it
4036 will try all inner qdiscs (in the classes) in turn, in order of 
4037 the 'priority' parameter. Each time a class gets its turn, it can only send out
4038 a limited amount of data. 'Allot' is the base unit of this amount. See 
4039 the 'weight' parameter for more information.
4040 </Para></ListItem>
4041 </VarListEntry>
4042 <VarListEntry>
4043 <Term>prio</Term>
4044 <ListItem>
4045 <Para>
4046 The CBQ can also act like the PRIO device. Inner classes with higher priority
4047 are tried first and as long as they have traffic, other classes are not
4048 polled for traffic.
4049 </Para></ListItem>
4050 </VarListEntry>
4051 <!--It is rather confusing between high/low "priority" and
4052     "priorigy number" around here.
4053     How about using large/small for the latter?-->
4054 <VarListEntry>
4055 <Term>weight</Term>
4056 <ListItem>
4057 <Para>
4058 Weight helps in the Weighted Round Robin process. Each class gets a chance
4059 to send in turn. If you have classes with significantly more bandwidth than
4060 other classes, it makes sense to allow them to send more data in one round
4061 than the others.
4062 </Para>
4064 <Para>
4065 A CBQ adds up all weights under a class, and normalizes them, so you can use
4066 arbitrary numbers: only the ratios are important. People have been 
4067 using 'rate/10' as a rule of thumb and it appears to work well. The renormalized
4068 weight is multiplied by the 'allot' parameter to determine how much data can
4069 be sent in one round. 
4070 </Para></ListItem>
4071 </VarListEntry>
4072 </VariableList>
4073 </Para>
4075 <Para>
4076 Please note that all classes within an CBQ hierarchy need to share the same
4077 major number!
4078 </Para>
4080 </Sect3>
4082 <Sect3>
4083 <Title>CBQ parameters that determine link sharing &amp; borrowing</Title>
4085 <Para>
4086 Besides purely limiting certain kinds of traffic, it is also possible to
4087 specify which classes can borrow capacity from other classes or, conversely,
4088 lend out bandwidth.
4089 </Para>
4091 <Para>
4092 <VariableList>
4094 <VarListEntry>
4095 <Term>Isolated/sharing</Term>
4096 <ListItem>
4097 <Para>
4098 A class that is configured with 'isolated' will not lend out bandwidth to
4099 sibling classes. Use this if you have competing or mutually-unfriendly
4100 agencies on your link who do not want to give each other freebies.
4101 </Para>
4103 <Para>
4104 The control program tc also knows about 'sharing', which is the reverse 
4105 of 'isolated'.
4106 </Para></ListItem>
4107 </VarListEntry>
4108 <VarListEntry>
4109 <Term>bounded/borrow</Term>
4110 <ListItem>
4111 <Para>
4112 A class can also be 'bounded', which means that it will not try to borrow
4113 bandwidth from sibling classes. tc also knows about 'borrow', which is the
4114 reverse of 'bounded'.
4115 </Para></ListItem>
4116 </VarListEntry>
4117 </VariableList>
4118 A typical situation might be where you have two agencies on your link which
4119 are both 'isolated' and 'bounded', which means that they are really limited
4120 to their assigned rate, and also won't allow each other to borrow.
4121 </Para>
4123 <Para>
4124 Within such an agency class, there might be other classes which are allowed
4125 to swap bandwidth.
4126 </Para>
4128 </Sect3>
4130 <Sect3>
4131 <Title>Sample configuration</Title>
4132 <Screen>
4134                1:           root qdisc
4135                |
4136               1:1           child class
4137              /   \
4138             /     \
4139           1:3     1:4       leaf classes
4140            |       |
4141           30:     40:       qdiscs
4142          (sfq)   (sfq)
4143 </Screen>
4145 <Para>
4146 This configuration limits webserver traffic to 5mbit and SMTP traffic to 3
4147 mbit. Together, they may not get more than 6mbit. We have a 100mbit NIC and
4148 the classes may borrow bandwidth from each other.
4150 <Screen>
4151 # tc qdisc add dev eth0 root handle 1:0 cbq bandwidth 100Mbit         \
4152   avpkt 1000 cell 8
4153 # tc class add dev eth0 parent 1:0 classid 1:1 cbq bandwidth 100Mbit  \
4154   rate 6Mbit weight 0.6Mbit prio 8 allot 1514 cell 8 maxburst 20      \
4155   avpkt 1000 bounded
4156 </Screen>
4158 This part installs the root and the customary 1:1 class. The 1:1 class is
4159 bounded, so the total bandwidth can't exceed 6mbit.
4160 </Para>
4162 <Para>
4163 As said before, CBQ requires a *lot* of knobs. All parameters are explained
4164 above, however. The corresponding HTB configuration is lots simpler.
4165 </Para>
4167 <Para>
4169 <Screen>
4170 # tc class add dev eth0 parent 1:1 classid 1:3 cbq bandwidth 100Mbit  \
4171   rate 5Mbit weight 0.5Mbit prio 5 allot 1514 cell 8 maxburst 20      \
4172   avpkt 1000                       
4173 # tc class add dev eth0 parent 1:1 classid 1:4 cbq bandwidth 100Mbit  \
4174   rate 3Mbit weight 0.3Mbit prio 5 allot 1514 cell 8 maxburst 20      \
4175   avpkt 1000
4176 </Screen>
4178 </Para>
4180 <Para>
4181 These are our two leaf classes. Note how we scale the weight with the configured
4182 rate. Both classes are not bounded, but they are connected to class 1:1
4183 which is bounded.  So the sum of bandwith of the 2 classes will never be
4184 more than 6mbit. The classids need to be within the same major number as
4185 the parent qdisc, by the way!
4186 </Para>
4188 <Para>
4190 <Screen>
4191 # tc qdisc add dev eth0 parent 1:3 handle 30: sfq
4192 # tc qdisc add dev eth0 parent 1:4 handle 40: sfq
4193 </Screen>
4195 </Para>
4197 <Para>
4198 Both classes have a FIFO qdisc by default.  But we replaced these with an SFQ
4199 queue so each flow of data is treated equally.
4201 <Screen>
4202 # tc filter add dev eth0 parent 1:0 protocol ip prio 1 u32 match ip \
4203   sport 80 0xffff flowid 1:3
4204 # tc filter add dev eth0 parent 1:0 protocol ip prio 1 u32 match ip \
4205   sport 25 0xffff flowid 1:4
4206 </Screen>
4208 </Para>
4210 <Para>
4211 These commands, attached directly to the root, send traffic to the right
4212 qdiscs.
4213 </Para>
4215 <Para>
4216 Note that we use 'tc class add' to CREATE classes within a qdisc, but that
4217 we use 'tc qdisc add' to actually add qdiscs to these classes.
4218 </Para>
4220 <Para>
4221 You may wonder what happens to traffic that is not classified by any of the
4222 two rules. It appears that in this case, data will then be processed within
4223 1:0, and be unlimited. 
4224 </Para>
4226 <Para>
4227 If SMTP+web together try to exceed the set limit of 6mbit/s, bandwidth will
4228 be divided according to the weight parameter, giving 5/8 of traffic to  the
4229 webserver and 3/8 to the mail server.
4230 </Para>
4232 <Para>
4233 With this configuration you can also say that webserver traffic will always
4234 get at minimum 5/8 * 6 mbit = 3.75 mbit.
4235 </Para>
4237 </Sect3>
4239 <Sect3>
4240 <Title>Other CBQ parameters: split &amp; defmap</Title>
4242 <Para>
4243 As said before, a classful qdisc needs to call filters to determine
4244 which class a packet will be enqueued to. 
4245 </Para>
4247 <Para>
4248 Besides calling the filter, CBQ offers other options, defmap &amp; split.
4249 This is pretty complicated to understand, and it is not vital. But as this
4250 is the only known place where defmap &amp; split are properly explained, I'm
4251 doing my best. 
4252 </Para>
4254 <Para>
4255 As you will often want to filter on the Type of Service field only, a special
4256 syntax is provided. Whenever the CBQ needs to figure out where a packet
4257 needs to be enqueued, it checks if this node is a 'split node'. If so, one
4258 of the sub-qdiscs has indicated that it wishes to receive all packets with
4259 a certain configured priority, as might be derived from the TOS field, or
4260 socket options set by applications.
4261 </Para>
4263 <Para>
4264 The packets' priority bits are and-ed with the defmap field to see if a match
4265 exists. In other words, this is a short-hand way of creating a very fast
4266 filter, which only matches certain priorities. A defmap of ff (hex) will
4267 match everything, a map of 0 nothing. A sample configuration may help make
4268 things clearer:
4269 </Para>
4271 <Para>
4273 <Screen>
4274 # tc qdisc add dev eth1 root handle 1: cbq bandwidth 10Mbit allot 1514 \
4275   cell 8 avpkt 1000 mpu 64
4277 # tc class add dev eth1 parent 1:0 classid 1:1 cbq bandwidth 10Mbit    \
4278   rate 10Mbit allot 1514 cell 8 weight 1Mbit prio 8 maxburst 20        \
4279   avpkt 1000
4280 </Screen>
4282 Standard CBQ preamble. I never get used to the sheer amount of numbers
4283 required!
4284 </Para>
4286 <Para>
4287 Defmap refers to TC_PRIO bits, which are defined as follows:
4288 </Para>
4290 <Para>
4292 <Screen>
4293 TC_PRIO..          Num  Corresponds to TOS
4294 -------------------------------------------------
4295 BESTEFFORT         0    Maximize Reliablity        
4296 FILLER             1    Minimize Cost              
4297 BULK               2    Maximize Throughput (0x8)  
4298 INTERACTIVE_BULK   4                               
4299 INTERACTIVE        6    Minimize Delay (0x10)      
4300 CONTROL            7                               
4301 </Screen>
4303 </Para>
4305 <Para>
4306 The TC_PRIO.. number corresponds to bits, counted from the right. See the
4307 pfifo_fast section for more details how TOS bits are converted to
4308 priorities.
4309 </Para>
4311 <Para>
4312 Now the interactive and the bulk classes:
4313 </Para>
4315 <Para>
4317 <Screen>
4318 # tc class add dev eth1 parent 1:1 classid 1:2 cbq bandwidth 10Mbit     \
4319   rate 1Mbit allot 1514 cell 8 weight 100Kbit prio 3 maxburst 20        \
4320   avpkt 1000 split 1:0 defmap c0
4322 # tc class add dev eth1 parent 1:1 classid 1:3 cbq bandwidth 10Mbit     \
4323   rate 8Mbit allot 1514 cell 8 weight 800Kbit prio 7 maxburst 20        \
4324   avpkt 1000 split 1:0 defmap 3f
4325 </Screen>
4327 </Para>
4329 <Para>
4330 The 'split qdisc' is 1:0, which is where the choice will be made. C0 is
4331 binary for 11000000, 3F for 00111111, so these two together will match
4332 everything. The first class matches bits 7 &#38; 6, and thus corresponds 
4333 to 'interactive' and 'control' traffic. The second class matches the rest.
4334 </Para>
4336 <Para>
4337 Node 1:0 now has a table like this:
4339 <Screen>
4340 priority        send to
4341 0               1:3
4342 1               1:3
4343 2               1:3
4344 3               1:3
4345 4               1:3
4346 5               1:3
4347 6               1:2
4348 7               1:2
4349 </Screen>
4351 </Para>
4353 <Para>
4354 For additional fun, you can also pass a 'change mask', which indicates
4355 exactly which priorities you wish to change. You only need to use this if you
4356 are running 'tc class change'. For example, to add best effort traffic to
4357 1:2, we could run this:
4358 </Para>
4360 <Para>
4362 <Screen>
4363 # tc class change dev eth1 classid 1:2 cbq defmap 01/01
4364 </Screen>
4366 </Para>
4368 <Para>
4369 The priority map at 1:0 now looks like this:
4370 </Para>
4372 <Para>
4374 <Screen>
4375 priority        send to
4376 0               1:2
4377 1               1:3
4378 2               1:3
4379 3               1:3
4380 4               1:3
4381 5               1:3
4382 6               1:2
4383 7               1:2
4384 </Screen>
4386 </Para>
4388 <Para>
4389 FIXME: did not test 'tc class change', only looked at the source.
4390 </Para>
4392 </Sect3>
4394 </Sect2>
4396 <Sect2>
4397 <Title>Hierarchical Token Bucket </Title>
4399 <Para>
4400 Martin Devera (&lt;devik&gt;) rightly realised that CBQ is complex and does
4401 not seem optimized for many typical situations. His Hierarchical approach is
4402 well suited for setups where you have a fixed amount of bandwidth which you
4403 want to divide for different purposes, giving each purpose a guaranteed
4404 bandwidth, with the possibility of specifying how much bandwidth can be
4405 borrowed.
4406 </Para>
4408 <Para>
4409 HTB works just like CBQ but does not resort to idle time calculations to
4410 shape. Instead, it is a classful Token Bucket Filter - hence the name. It
4411 has only a few parameters, which are well documented on his 
4412 <ULink
4413 URL="http://luxik.cdi.cz/~devik/qos/htb/"
4414 >site</ULink
4416 </Para>
4418 <Para>
4419 As your HTB configuration gets more complex, your configuration scales
4420 well. With CBQ it is already complex even in simple cases! HTB3 (check
4421 <ulink url="http://luxik.cdi.cz/~devik/qos/htb/">its homepage</ulink> for
4422 details on HTB versions) is now part of the official kernel sources 
4423 (from 2.4.20-pre1 and 2.5.31 onwards). However, maybe you still need to
4424 get a HTB3 patched version of 'tc': HTB kernel and userspace parts must
4425 be the same major version, or 'tc' will not work with HTB.
4427 </Para>
4429 <Para>
4430 If you already have a modern kernel, or are in a position to patch your 
4431 kernel, by all means consider HTB.
4432 </para>
4435 <Sect3>
4436 <Title>Sample configuration</Title>
4438 <Para>
4439 Functionally almost identical to the CBQ sample configuration above:
4440 </Para>
4442 <Para>
4444 <Screen>
4445 # tc qdisc add dev eth0 root handle 1: htb default 30
4447 # tc class add dev eth0 parent 1: classid 1:1 htb rate 6mbit burst 15k
4449 # tc class add dev eth0 parent 1:1 classid 1:10 htb rate 5mbit burst 15k
4450 # tc class add dev eth0 parent 1:1 classid 1:20 htb rate 3mbit ceil 6mbit burst 15k
4451 # tc class add dev eth0 parent 1:1 classid 1:30 htb rate 1kbit ceil 6mbit burst 15k
4452 </Screen>
4454 </Para>
4456 <Para>
4457 The author then recommends SFQ for beneath these classes:
4459 <Screen>
4460 # tc qdisc add dev eth0 parent 1:10 handle 10: sfq perturb 10
4461 # tc qdisc add dev eth0 parent 1:20 handle 20: sfq perturb 10
4462 # tc qdisc add dev eth0 parent 1:30 handle 30: sfq perturb 10
4463 </Screen>
4465 </Para>
4467 <Para>
4468 Add the filters which direct traffic to the right classes:
4470 <Screen>
4471 # U32="tc filter add dev eth0 protocol ip parent 1:0 prio 1 u32"
4472 # $U32 match ip dport 80 0xffff flowid 1:10
4473 # $U32 match ip sport 25 0xffff flowid 1:20
4474 </Screen>
4476 And that's it - no unsightly unexplained numbers, no undocumented
4477 parameters. 
4478 </Para>
4480 <Para>
4481 HTB certainly looks wonderful - if 10: and 20: both have their guaranteed
4482 bandwidth, and more is left to divide, they borrow in a 5:3 ratio, just as
4483 you would expect.
4484 </Para>
4486 <Para>
4487 Unclassified traffic gets routed to 30:, which has little bandwidth of its
4488 own but can borrow everything that is left over. Because we chose SFQ
4489 internally, we get fairness thrown in for free!
4490 </Para>
4492 </Sect3>
4494 </Sect2>
4496 </Sect1>
4498 <Sect1 id="lartc.qdisc.filters">
4499   <Title>Classifying packets with filters</Title>
4501 <Para>
4502 To determine which class shall process a packet, the so-called 'classifier
4503 chain' is called each time a choice needs to be made. This chain consists of
4504 all filters attached to the classful qdisc that needs to decide.
4505 </Para>
4507 <Para>To reiterate the tree, which is not a tree:
4508 </Para>
4510 <Screen width="80">
4511                     root 1:
4512                       |
4513                     _1:1_
4514                    /  |  \
4515                   /   |   \
4516                  /    |    \
4517                10:   11:   12:
4518               /   \       /   \
4519            10:1  10:2   12:1  12:2
4520 </Screen>
4522 <Para>
4523 When enqueueing a packet, at each branch the filter chain is consulted for a
4524 relevant instruction. A typical setup might be to have a filter in 1:1 that
4525 directs a packet to 12: and a filter on 12: that sends the packet to 12:2.
4526 </Para>
4528 <Para>
4529 You might also attach this latter rule to 1:1, but you can make efficiency
4530 gains by having more specific tests lower in the chain.
4531 </Para>
4533 <Para>
4534 You can't filter a packet 'upwards', by the way. Also, with HTB, you should
4535 attach all filters to the root!
4536 </Para>
4538 <Para>
4539 And again - packets are only enqueued downwards! When they are dequeued,
4540 they go up again, where the interface lives. They do NOT fall off the end of
4541 the tree to the network adaptor!
4542 </Para>
4544 <Sect2>
4545 <Title>Some simple filtering examples</Title>
4547 <Para>
4548 As explained in the Classifier chapter, you can match on literally anything,
4549 using a very complicated syntax. To start, we will show how to do the
4550 obvious things, which luckily are quite easy.
4551 </Para>
4553 <Para>
4554 Let's say we have a PRIO qdisc called '10:' which contains three classes, and
4555 we want to assign all traffic from and to port 22 to the highest priority
4556 band, the filters would be:
4557 </Para>
4559 <Para>
4561 <Screen>
4562 # tc filter add dev eth0 protocol ip parent 10: prio 1 u32 match \ 
4563   ip dport 22 0xffff flowid 10:1
4564 # tc filter add dev eth0 protocol ip parent 10: prio 1 u32 match \
4565   ip sport 80 0xffff flowid 10:1
4566 # tc filter add dev eth0 protocol ip parent 10: prio 2 flowid 10:2
4567 </Screen>
4569 </Para>
4571 <Para>
4572 What does this say? It says: attach to eth0, node 10: a  priority 1 u32
4573 filter that matches on IP destination port 22 *exactly* and send it to band
4574 10:1. And it then repeats the same for source port 80. The last command says
4575 that anything unmatched so far should go to band 10:2, the next-highest
4576 priority.
4577 </Para>
4579 <Para>
4580 You need to add 'eth0', or whatever your interface is called, because each
4581 interface has a unique namespace of handles.
4582 </Para>
4584 <Para>
4585 To select on an IP address, use this:
4587 <Screen>
4588 # tc filter add dev eth0 parent 10:0 protocol ip prio 1 u32 \ 
4589   match ip dst 4.3.2.1/32 flowid 10:1
4590 # tc filter add dev eth0 parent 10:0 protocol ip prio 1 u32 \
4591   match ip src 1.2.3.4/32 flowid 10:1
4592 # tc filter add dev eth0 protocol ip parent 10: prio 2      \
4593   flowid 10:2
4594 </Screen>
4596 </Para>
4598 <Para>
4599 This assigns traffic to 4.3.2.1 and traffic from 1.2.3.4 to the highest
4600 priority queue, and the rest to the next-highest one.
4601 </Para>
4603 <Para>
4604 You can concatenate matches, to match on traffic from 1.2.3.4 and from port
4605 80, do this:
4607 <Screen>
4608 # tc filter add dev eth0 parent 10:0 protocol ip prio 1 u32 match ip src 4.3.2.1/32 \
4609   match ip sport 80 0xffff flowid 10:1
4610 </Screen>
4612 </Para>
4614 </Sect2>
4616 <Sect2 id="lartc.filtering.simple">
4617 <Title>All the filtering commands you will normally need</Title>
4619 <Para>
4620 Most shaping commands presented here start with this preamble:
4622 <Screen>
4623 # tc filter add dev eth0 parent 1:0 protocol ip prio 1 u32 ..
4624 </Screen>
4626 These are the so called 'u32' matches, which can match on ANY part of a
4627 packet.
4628 <VariableList>
4630 <VarListEntry>
4631 <Term>On source/destination address</Term>
4632 <ListItem>
4633 <Para>
4634 Source mask 'match ip src 1.2.3.0/24', destination mask 'match ip dst
4635 4.3.2.0/24'. To match a single host, use /32, or omit the mask.
4636 </Para></ListItem>
4637 </VarListEntry>
4638 <VarListEntry>
4639 <Term>On source/destination port, all IP protocols</Term>
4640 <ListItem>
4641 <Para>
4642 Source: 'match ip sport 80 0xffff', destination: 'match ip dport 80 0xffff'
4643 </Para></ListItem>
4644 </VarListEntry>
4645 <VarListEntry>
4646 <Term>On ip protocol (tcp, udp, icmp, gre, ipsec)</Term>
4647 <ListItem>
4648 <Para>
4649 Use the numbers from /etc/protocols, for example, icmp is 1: 'match ip
4650 protocol 1 0xff'. 
4651 </Para></ListItem>
4652 </VarListEntry>
4653 <VarListEntry>
4654 <Term>On fwmark</Term>
4655 <ListItem>
4656 <Para>
4657 You can mark packets with either ipchains or iptables and have that mark
4658 survive routing across interfaces. This is really useful to for example only
4659 shape traffic on eth1 that came in on eth0. Syntax:
4660 <screen>
4661 # tc filter add dev eth1 protocol ip parent 1:0 prio 1 handle 6 fw flowid 1:1
4662 </screen>
4663 Note that this is not a u32 match!
4664 </Para>
4666 <Para>
4667 You can place a mark like this:
4669 <Screen>
4670 # iptables -A PREROUTING -t mangle -i eth0 -j MARK --set-mark 6
4671 </Screen>
4673 The number 6 is arbitrary.
4674 </Para>
4676 <Para>
4677 If you don't want to understand the full tc filter syntax, just use
4678 iptables, and only learn to select on fwmark. You can also have iptables
4679 print basic statistics that will help you debug your rules.
4680 The following command will show you all the rules that mark packages
4681 in the mangle table, also how many packages and bytes have matched.
4683 <Screen>
4684 # iptables -L -t mangle -n -v
4685 </Screen>
4688 </Para></ListItem>
4689 </VarListEntry>
4690 <VarListEntry>
4691 <Term>On the TOS field</Term>
4692 <ListItem>
4693 <Para>
4694 To select interactive, minimum delay traffic:
4696 <Screen>
4697 # tc filter add dev ppp0 parent 1:0 protocol ip prio 10 u32 \
4698       match ip tos 0x10 0xff \
4699      flowid 1:4
4700 </Screen>
4702 Use 0x08 0xff for bulk traffic.
4703 </Para></ListItem>
4704 </VarListEntry>
4705 </VariableList>
4706 </Para>
4708 <Para>
4709 For more filtering commands, see the Advanced Filters chapter.
4710 </Para>
4712 </Sect2>
4714 </Sect1>
4715 <Sect1 id="lartc.imq">
4716 <Title>The Intermediate queueing device (IMQ)</Title>
4718 <Para>
4719 The Intermediate queueing device is not a qdisc but its usage is tightly bound
4720 to qdiscs. Within linux, qdiscs are attached to network devices and everything
4721 that is queued to the device is first queued to the qdisc. From this concept,
4722 two limitations arise:
4723 </Para>
4725 <Orderedlist>
4726 <Listitem>
4727 <Para>
4728 Only egress shaping is possible (an ingress qdisc exists, but its
4729 possibilities are very limited compared to classful qdiscs).
4730 </Para>
4731 </Listitem>
4732 <Listitem>
4733 <Para>
4734 A qdisc can only see traffic of one interface, global limitations can't be
4735 placed.
4736 </Para>
4737 </Listitem>
4738 </Orderedlist>
4740 <Para>
4741 IMQ is there to help solve those two limitations. In short, you can put 
4742 everything you choose in a qdisc. Specially marked packets get intercepted
4743 in netfilter NF_IP_PRE_ROUTING and NF_IP_POST_ROUTING hooks and pass through
4744 the qdisc attached to an imq device. An iptables target is used for marking
4745 the packets.
4746 </Para>
4748 <Para>
4749 This enables you to do ingress shaping as you can just mark packets coming in from somewhere and/or treat interfaces as classes to set global limits.
4750 You can also do lots of other stuff like just putting your http traffic in a
4751 qdisc, put new connection requests in a qdisc, ...
4752 </Para>
4754 <Sect2>
4755 <Title>Sample configuration</Title>
4757 <Para>
4758 The first thing that might come to mind is use ingress shaping to give yourself
4759 a high guaranteed bandwidth. ;)
4760 Configuration is just like with any other interface:
4762 <Screen>
4763 tc qdisc add dev imq0 root handle 1: htb default 20
4765 tc class add dev imq0 parent 1: classid 1:1 htb rate 2mbit burst 15k
4767 tc class add dev imq0 parent 1:1 classid 1:10 htb rate 1mbit
4768 tc class add dev imq0 parent 1:1 classid 1:20 htb rate 1mbit
4770 tc qdisc add dev imq0 parent 1:10 handle 10: pfifo
4771 tc qdisc add dev imq0 parent 1:20 handle 20: sfq
4773 tc filter add dev imq0 parent 10:0 protocol ip prio 1 u32 match \
4774                 ip dst 10.0.0.230/32 flowid 1:10
4775 </Screen>
4777 In this example u32 is used for classification. Other classifiers should work as
4778 expected.
4779 Next traffic has to be selected and marked to be enqueued to imq0.
4781 <Screen>
4782 iptables -t mangle -A PREROUTING -i eth0 -j IMQ --todev 0
4784 ip link set imq0 up
4785 </Screen>
4787 </Para>
4789 <Para>
4790 The IMQ iptables targets is valid in the PREROUTING and POSTROUTING chains of
4791 the mangle table. It's syntax is 
4793 <Screen>
4794 IMQ [ --todev n ]       n : number of imq device
4795 </Screen>
4797 An ip6tables target is also provided.
4798 </Para>
4800 <Para>
4801 Please note traffic is not enqueued when the target is hit but afterwards.
4802 The exact location where traffic enters the imq device depends on the
4803 direction of the traffic (in/out).
4804 These are the predefined netfilter hooks used by iptables:
4806 <Screen>
4807 enum nf_ip_hook_priorities {
4808         NF_IP_PRI_FIRST = INT_MIN,
4809         NF_IP_PRI_CONNTRACK = -200,
4810         NF_IP_PRI_MANGLE = -150,
4811         NF_IP_PRI_NAT_DST = -100,
4812         NF_IP_PRI_FILTER = 0,
4813         NF_IP_PRI_NAT_SRC = 100,
4814         NF_IP_PRI_LAST = INT_MAX,
4816 </Screen>
4818 </Para>
4820 <Para>
4821 For ingress traffic, imq registers itself with NF_IP_PRI_MANGLE + 1 priority
4822 which means packets enter the imq device directly after the mangle PREROUTING
4823 chain has been passed.
4824 </Para>
4826 <Para>
4827 For egress imq uses NF_IP_PRI_LAST which honours the fact that packets dropped
4828 by the filter table won't occupy bandwidth.
4829 </Para>
4831 <Para>
4832 The patches and some more information can be found at the
4833 <ULink
4834 URL="http://luxik.cdi.cz/~patrick/imq/"
4835 >imq site</ULink>.
4836 </Para>
4838 </Sect2>
4840 </Sect1>
4842 </chapter>
4844 <chapter id="lartc.loadshare">
4845 <Title>Load sharing over multiple interfaces</Title>
4847 <Para>
4848 There are several ways of doing this. One of the easiest and straightforward
4849 ways is 'TEQL' - "True" (or "trivial") link equalizer. Like most things
4850 having to do with queueing, load sharing goes both ways. Both ends of a link
4851 may need to participate for full effect.
4852 </Para>
4854 <Para>
4855 Imagine this situation:
4856 </Para>
4858 <Para>
4860 <Screen>
4861                  +-------+   eth1   +-------+
4862                  |       |==========|       |
4863  'network 1' ----|   A   |          |   B   |---- 'network 2'
4864                  |       |==========|       |
4865                  +-------+   eth2   +-------+
4866 </Screen>
4868 </Para>
4870 <Para>
4871 A and B are routers, and for the moment we'll assume both run Linux. If
4872 traffic is going from network 1 to network 2, router A needs to distribute
4873 the packets over both links to B. Router B needs to be configured to accept
4874 this. Same goes the other way around, when packets go from network 2 to
4875 network 1, router B needs to send the packets over both eth1 and eth2.
4876 </Para>
4878 <Para>
4879 The distributing part is done by a 'TEQL' device, like this (it couldn't be
4880 easier):
4881 </Para>
4883 <Para>
4885 <Screen>
4886 # tc qdisc add dev eth1 root teql0
4887 # tc qdisc add dev eth2 root teql0
4888 # ip link set dev teql0 up
4889 </Screen>
4891 </Para>
4893 <Para>
4894 Don't forget the 'ip link set up' command!
4895 </Para>
4897 <Para>
4898 This needs to be done on both hosts. The device teql0 is basically a
4899 roundrobbin distributor over eth1 and eth2, for sending packets. No data
4900 ever comes in over an teql device, that just appears on the 'raw' eth1 and
4901 eth2.
4902 </Para>
4904 <Para>
4905 But now we just have devices, we also need proper routing. One way to do
4906 this is to assign a /31 network to both links, and a /31 to the teql0 device
4907 as well:
4908 </Para>
4910 <Para>
4911 On router A:
4913 <Screen>
4914 # ip addr add dev eth1 10.0.0.0/31
4915 # ip addr add dev eth2 10.0.0.2/31
4916 # ip addr add dev teql0 10.0.0.4/31
4917 </Screen>
4919 </Para>
4921 <Para>
4922 On router B:
4924 <Screen>
4925 # ip addr add dev eth1 10.0.0.1/31
4926 # ip addr add dev eth2 10.0.0.3/31
4927 # ip addr add dev teql0 10.0.0.5/31
4928 </Screen>
4930 </Para>
4932 <Para>
4933 Router A should now be able to ping 10.0.0.1, 10.0.0.3 and 10.0.0.5 over the
4934 2 real links and the 1 equalized device. Router B should be able to ping
4935 10.0.0.0, 10.0.0.2 and 10.0.0.4 over the links.
4936 </Para>
4938 <Para>
4939 If this works, Router A should make 10.0.0.5 its route for reaching network
4940 2, and Router B should make 10.0.0.4 its route for reaching network 1. For
4941 the special case where network 1 is your network at home, and network 2 is
4942 the Internet, Router A should make 10.0.0.5 its default gateway.
4943 </Para>
4945 <Sect1 id="lartc.loadshare.caveats">
4946   <Title>Caveats</Title>
4948 <Para>
4949 Nothing is as easy as it seems. eth1 and eth2 on both router A and B need to
4950 have return path filtering turned off, because they will otherwise drop
4951 packets destined for ip addresses other than their own:
4952 </Para>
4954 <Para>
4956 <Screen>
4957 # echo 0 &#62; /proc/sys/net/ipv4/conf/eth1/rp_filter
4958 # echo 0 &#62; /proc/sys/net/ipv4/conf/eth2/rp_filter
4959 </Screen>
4961 </Para>
4963 <Para>
4964 Then there is the nasty problem of packet reordering. Let's say 6 packets
4965 need to be sent from A to B - eth1 might get 1, 3 and 5. eth2 would then do
4966 2, 4 and 6. In an ideal world, router B would receive this in order, 1, 2,
4967 3, 4, 5, 6. But the possibility is very real that the kernel gets it like
4968 this: 2, 1, 4, 3, 6, 5. The problem is that this confuses TCP/IP. While not
4969 a problem for links carrying many different TCP/IP sessions, you won't be
4970 able to bundle multiple links and get to ftp a single file lots faster,
4971 except when your receiving or sending OS is Linux, which is not easily
4972 shaken by some simple reordering.
4973 </Para>
4975 <Para>
4976 However, for lots of applications, link load balancing is a great idea.
4977 </Para>
4979 </Sect1>
4980 <Sect1 id="lartc.loadshare.other">
4981   <Title>Other possibilities</Title>
4982 <para>
4983 William Stearns has used an advanced tunneling setup to achieve good use of
4984 multiple, unrelated, internet connections together. It can be found on
4985 <ULink
4986 URL="http://www.stearns.org/tunnel/">his tunneling page</ULink>.
4987 </para>
4988 <para>
4989 The HOWTO may feature more about this in the future.
4990 </para>
4991 </Sect1>
4992 </chapter>
4994 <chapter id="lartc.netfilter">
4995 <Title>Netfilter &amp; iproute - marking packets</Title>
4997 <Para>
4998 So far we've seen how iproute works, and netfilter was mentioned a few
4999 times. This would be a good time to browse through <ULink
5000 URL="http://netfilter.samba.org/unreliable-guides/"
5001 >Rusty's Remarkably Unreliable Guides</ULink
5002 >. Netfilter itself
5003 can be found <ULink
5004 URL="http://netfilter.filewatcher.org/"
5005 >here</ULink
5007 </Para>
5009 <Para>
5010 Netfilter allows us to filter packets, or mangle their headers. One special
5011 feature is that we can mark a packet with a number. This is done with the
5012 --set-mark facility. 
5013 </Para>
5015 <Para>
5016 As an example, this command marks all packets destined for port 25, outgoing
5017 mail:
5018 </Para>
5020 <Para>
5022 <Screen>
5023 # iptables -A PREROUTING -i eth0 -t mangle -p tcp --dport 25 \
5024  -j MARK --set-mark 1
5025 </Screen>
5027 </Para>
5029 <Para>
5030 Let's say that we have multiple connections, one that is fast (and
5031 expensive, per megabyte) and one that is slower, but flat fee. We would most
5032 certainly like outgoing mail to go via the cheap route.
5033 </Para>
5035 <Para>
5036 We've already marked the packets with a '1', we now instruct the routing
5037 policy database to act on this:
5038 </Para>
5040 <Para>
5042 <Screen>
5043 # echo 201 mail.out &#62;&#62; /etc/iproute2/rt_tables
5044 # ip rule add fwmark 1 table mail.out
5045 # ip rule ls
5046 0:      from all lookup local 
5047 32764:  from all fwmark        1 lookup mail.out 
5048 32766:  from all lookup main 
5049 32767:  from all lookup default 
5050 </Screen>
5052 </Para>
5054 <Para>
5055 Now we generate a route to the slow but cheap link in the mail.out table:
5057 <Screen>
5058 # /sbin/ip route add default via 195.96.98.253 dev ppp0 table mail.out
5059 </Screen>
5061 </Para>
5063 <Para>
5064 And we are done. Should we want to make exceptions, there are lots of ways
5065 to achieve this. We can modify the netfilter statement to exclude certain
5066 hosts, or we can insert a rule with a lower priority that points to the main
5067 table for our excepted hosts.
5068 </Para>
5070 <Para>
5071 We can also use this feature to honour TOS bits by marking packets with a
5072 different type of service with different numbers, and creating rules to act
5073 on that. This way you can even dedicate, say, an ISDN line to interactive