Typo Fix
[lartc.git] / lartc.db
blobc8005ddc9b61b3dbebf5dc277ad7ce9518919563
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 to 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 4 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 are 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 desireable 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     </sect1>
2410     <sect1 id="lartc.ipsec.interop"><title>IPSEC interoperation with other systems</title>
2411       <para>
2412         FIXME: Write this
2413       </para>
2414       <sect2 id="lartc.ipsec.interop.win32"><title>Windows</title>
2415         <para>
2416         Andreas Jellinghaus &lt;aj@dungeon.inka.de&gt; reports: "win2k: it works. pre_shared key with ip address for authentication (I don't
2417 think windows supports fqdn or userfqdn strings).  Certificates should also work, didn't
2418 try.".
2420         </para>
2421       </sect2>
2422     </sect1>
2424   </chapter>
2426 <chapter id="lartc.multicast">
2427 <Title>Multicast routing</Title>
2429 <Para>
2430 FIXME: Editor Vacancy!
2431 </Para>
2433 <Para>
2434 The Multicast-HOWTO is ancient (relatively-speaking) and may be inaccurate
2435 or misleading in places, for that reason.
2436 </Para>
2438 <Para>
2439 Before you can do any multicast routing, you need to configure the Linux
2440 kernel to support the type of multicast routing you want to do. This, in
2441 turn, requires you to decide what type of multicast routing you expect to
2442 be using. There are essentially four "common" types - DVMRP (the Multicast
2443 version of the RIP unicast protocol), MOSPF (the same, but for OSPF), PIM-SM
2444 ("Protocol Independent Multicasting - Sparse Mode", which assumes that users
2445 of any multicast group are spread out, rather than clumped) and PIM-DM (the
2446 same, but "Dense Mode", which assumes that there will be significant clumps
2447 of users of the same multicast group).
2448 </Para>
2450 <Para>
2451 In the Linux kernel, you will notice that these options don't appear. This is
2452 because the protocol itself is handled by a routing application, such as
2453 Zebra, mrouted, or pimd. However, you still have to have a good idea of which
2454 you're going to use, to select the right options in the kernel.
2455 </Para>
2457 <Para>
2458 For all multicast routing, you will definitely need to enable "multicasting"
2459 and "multicast routing". For DVMRP and MOSPF, this is sufficient. If you are
2460 going to use PIM, you must also enable PIMv1 or PIMv2, depending on whether
2461 the network you are connecting to uses version 1 or 2 of the PIM protocol.
2462 </Para>
2464 <Para>
2465 Once you have all that sorted out, and your new Linux kernel compiled, you
2466 will see that the IP protocols listed, at boot time, now include IGMP. This
2467 is a protocol for managing multicast groups. At the time of writing, Linux
2468 supports IGMP versions 1 and 2 only, although version 3 does exist and has
2469 been documented. This doesn't really affect us that much, as IGMPv3 is still
2470 new enough that the extra capabilities of IGMPv3 aren't going to be that
2471 much use. Because IGMP deals with groups, only the features present in the
2472 simplest version of IGMP over the entire group are going to be used. For the
2473 most part, that will be IGMPv2, although IGMPv1 is sill going to be
2474 encountered.
2475 </Para>
2477 <Para>
2478 So far, so good. We've enabled multicasting. Now, we have to tell the Linux
2479 kernel to actually do something with it, so we can start routing. This means
2480 adding the Multicast virtual network to the router table:
2481 </Para>
2483 <Para>
2484 ip route add 224.0.0.0/4 dev eth0
2485 </Para>
2487 <Para>
2488 (Assuming, of course, that you're multicasting over eth0! Substitute the
2489 device of your choice, for this.)
2490 </Para>
2492 <Para>
2493 Now, tell Linux to forward packets...
2494 </Para>
2496 <Para>
2497 echo 1 &#62; /proc/sys/net/ipv4/ip_forward
2498 </Para>
2500 <Para>
2501 At this point, you may be wondering if this is ever going to do anything. So,
2502 to test our connection, we ping the default group, 224.0.0.1, to see if anyone
2503 is alive. All machines on your LAN with multicasting enabled <Emphasis>should</Emphasis>
2504 respond, but nothing else. You'll notice that none of the machines that
2505 respond have an IP address of 224.0.0.1. What a surprise! :) This is a group
2506 address (a "broadcast" to subscribers), and all members of the group will
2507 respond with their own address, not the group address.
2508 </Para>
2510 <Para>
2511 ping -c 2 224.0.0.1
2512 </Para>
2514 <Para>
2515 At this point, you're ready to do actual multicast routing. Well, assuming
2516 that you have two networks to route between.
2517 </Para>
2519 <Para>
2520 (To Be Continued!)
2521 </Para>
2523 </chapter>
2525 <chapter id="lartc.qdisc">
2526 <Title>Queueing Disciplines for Bandwidth Management</Title>
2528 <Para>
2529 Now, when I discovered this, it <Emphasis>really</Emphasis> blew me away. Linux 2.2/2.4
2530 comes with everything to manage bandwidth in ways comparable to high-end
2531 dedicated bandwidth management systems.
2532 </Para>
2534 <Para>
2535 Linux even goes far beyond what Frame and ATM provide. 
2536 </Para>
2538 <Para>Just to prevent confusion, <command>tc</command> uses the following 
2539 rules for bandwith specification:
2541 <literallayout class='monospaced'>
2542 mbps = 1024 kbps = 1024 * 1024 bps =&#62; byte/s
2543 mbit = 1024 kbit =&#62; kilo bit/s.
2544 mb = 1024 kb = 1024 * 1024 b =&#62; byte
2545 mbit = 1024 kbit =&#62; kilo bit.
2546 </literallayout>
2548 Internally, the number is stored in bps and b.
2549 </Para>
2551 <Para>But when <command>tc</command> prints the rate, it uses following :
2552 </Para>
2554 <literallayout class='monospaced'>
2555 1Mbit = 1024 Kbit = 1024 * 1024 bps =&#62; byte/s
2556 </literallayout>
2558 <Sect1 id="lartc.qdisc.explain">
2559   <Title>Queues and Queueing Disciplines explained</Title>
2561 <Para>
2562 With queueing we determine the way in which data is <Emphasis>SENT</Emphasis>.
2563 It is important to realise that we can only shape data that we transmit.
2564 </Para>
2566 <Para>
2567 With the way the Internet works, we have no direct control of what people
2568 send us. It's a bit like your (physical!) mailbox at home. There is no way
2569 you can influence the world to modify the amount of mail they send you,
2570 short of contacting everybody.
2571 </Para>
2573 <Para>
2574 However, the Internet is mostly based on TCP/IP which has a few features
2575 that help us. TCP/IP has no way of knowing the capacity of the network
2576 between two hosts, so it just starts sending data faster and faster ('slow
2577 start') and when packets start getting lost, because there is no room to
2578 send them, it will slow down. In fact it is a bit smarter than this, but
2579 more about that later.
2580 </Para>
2582 <Para>
2583 This is the equivalent of not reading half of your mail, and hoping that
2584 people will stop sending it to you. With the difference that it works for
2585 the Internet :-)
2586 </Para>
2588 <Para>
2589 If you have a router and wish to prevent certain hosts within your network
2590 from downloading too fast, you need to do your shaping on the *inner* interface
2591 of your router, the one that sends data to your own computers.
2592 </Para>
2594 <Para>
2595 You also have to be sure you are controlling the bottleneck of the link.
2596 If you have a 100Mbit NIC and you have a router that has a 256kbit link,
2597 you have to make sure you are not sending more data than your router can
2598 handle.  Otherwise, it will be the router who is controlling the link and
2599 shaping the available bandwith. We need to 'own the queue' so to speak, and
2600 be the slowest link in the chain. Luckily this is easily possible.
2601 </Para>
2603 </Sect1>
2605 <Sect1 id="lartc.qdisc.classless">
2606   <Title>Simple, classless Queueing Disciplines</Title>
2608 <Para>
2609 As said, with queueing disciplines, we change the way data is sent.
2610 Classless queueing disciplines are those that, by and large accept data and
2611 only reschedule, delay or drop it.
2612 </Para>
2614 <Para>
2615 These can be used to shape traffic for an entire interface, without any
2616 subdivisions. It is vital that you understand this part of queueing before
2617 we go on the the classful qdisc-containing-qdiscs!
2618 </Para>
2620 <Para>
2621 By far the most widely used discipline is the pfifo_fast qdisc - this is the
2622 default. This also explains why these advanced features are so robust. They
2623 are nothing more than 'just another queue'.
2624 </Para>
2626 <Para>
2627 Each of these queues has specific strengths and weaknesses. Not all of them
2628 may be as well tested.
2629 </Para>
2631 <Sect2>
2632 <Title>pfifo_fast</Title>
2634 <Para>
2635 This queue is, as the name says, First In, First Out, which means that no
2636 packet receives special treatment. At least, not quite. This queue has 3 so
2637 called 'bands'. Within each band, FIFO rules apply. However, as long as
2638 there are packets waiting in band 0, band 1 won't be processed. Same goes
2639 for band 1 and band 2.
2640 </Para>
2642 <Para>
2643 The kernel honors the so called Type of Service flag of packets, and takes
2644 care to insert 'minimum delay' packets in band 0. 
2645 </Para>
2647 <Para>
2648 Do not confuse this classless simple qdisc with the classful PRIO one!
2649 Although they behave similarly, pfifo_fast is classless and you cannot add
2650 other qdiscs to it with the tc command.
2651 </Para>
2653 <Sect3>
2654 <Title>Parameters &amp; usage</Title>
2656 <Para>
2657 You can't configure the pfifo_fast qdisc as it is the hardwired default.
2658 This is how it is configured by default:
2659 <VariableList>
2661 <VarListEntry>
2662 <Term>priomap</Term>
2663 <ListItem>
2664 <Para>
2665 Determines how packet priorities, as assigned by the kernel, map to bands.
2666 Mapping occurs based on the TOS octet of the packet, which looks like this:
2667 </Para>
2669 <Para>
2671 <Screen>
2672    0     1     2     3     4     5     6     7
2673 +-----+-----+-----+-----+-----+-----+-----+-----+
2674 |                 |                       |     |
2675 |   PRECEDENCE    |          TOS          | MBZ |
2676 |                 |                       |     |
2677 +-----+-----+-----+-----+-----+-----+-----+-----+
2678 </Screen>
2680 </Para>
2682 <Para>
2683 The four TOS bits (the 'TOS field') are defined as:
2685 <Screen>
2686 Binary Decimcal  Meaning
2687 -----------------------------------------
2688 1000   8         Minimize delay (md)
2689 0100   4         Maximize throughput (mt)
2690 0010   2         Maximize reliability (mr)
2691 0001   1         Minimize monetary cost (mmc)
2692 0000   0         Normal Service
2693 </Screen>
2695 </Para>
2697 <Para>
2698 As there is 1 bit to the right of these four bits, the actual value of the
2699 TOS field is double the value of the TOS bits. Tcpdump -v -v shows you the
2700 value of the entire TOS field, not just the four bits. It is the value you
2701 see in the first column of this table:
2702 </Para>
2704 <Para>
2706 <Screen>
2707 TOS     Bits  Means                    Linux Priority    Band
2708 ------------------------------------------------------------
2709 0x0     0     Normal Service           0 Best Effort     1
2710 0x2     1     Minimize Monetary Cost   1 Filler          2
2711 0x4     2     Maximize Reliability     0 Best Effort     1
2712 0x6     3     mmc+mr                   0 Best Effort     1
2713 0x8     4     Maximize Throughput      2 Bulk            2
2714 0xa     5     mmc+mt                   2 Bulk            2
2715 0xc     6     mr+mt                    2 Bulk            2
2716 0xe     7     mmc+mr+mt                2 Bulk            2
2717 0x10    8     Minimize Delay           6 Interactive     0
2718 0x12    9     mmc+md                   6 Interactive     0
2719 0x14    10    mr+md                    6 Interactive     0
2720 0x16    11    mmc+mr+md                6 Interactive     0
2721 0x18    12    mt+md                    4 Int. Bulk       1
2722 0x1a    13    mmc+mt+md                4 Int. Bulk       1
2723 0x1c    14    mr+mt+md                 4 Int. Bulk       1
2724 0x1e    15    mmc+mr+mt+md             4 Int. Bulk       1
2725 </Screen>
2727 </Para>
2729 <Para>
2730 Lots of numbers. The second column contains the value of the relevant four
2731 TOS bits, followed by their translated meaning. For example, 15 stands for a
2732 packet wanting Minimal Monetary Cost, Maximum Reliability, Maximum
2733 Throughput AND Minimum Delay. I would call this a 'Dutch Packet'.
2734 </Para>
2736 <Para>
2737 The fourth column lists the way the Linux kernel interprets the TOS bits, by
2738 showing to which Priority they are mapped. 
2739 </Para>
2741 <Para>
2742 The last column shows the result of the default priomap. On the command line,
2743 the default priomap looks like this:
2745 <Screen>
2746 1, 2, 2, 2, 1, 2, 0, 0 , 1, 1, 1, 1, 1, 1, 1, 1
2747 </Screen>
2749 </Para>
2751 <Para>
2752 This means that priority 4, for example, gets mapped to band number 1. The
2753 priomap also allows you to list higher priorities (&gt; 7) which do not
2754 correspond to TOS mappings, but which are set by other means.
2755 </Para>
2757 <Para>
2758 This table from RFC 1349 (read it for more details) tells you how
2759 applications might very well set their TOS bits:
2761 <Screen>
2762 TELNET                   1000           (minimize delay)
2764         Control          1000           (minimize delay)
2765         Data             0100           (maximize throughput)
2767 TFTP                     1000           (minimize delay)
2769 SMTP 
2770         Command phase    1000           (minimize delay)
2771         DATA phase       0100           (maximize throughput)
2773 Domain Name Service
2774         UDP Query        1000           (minimize delay)
2775         TCP Query        0000
2776         Zone Transfer    0100           (maximize throughput)
2778 NNTP                     0001           (minimize monetary cost)
2780 ICMP
2781         Errors           0000
2782         Requests         0000 (mostly)
2783         Responses        &#60;same as request&#62; (mostly)
2784 </Screen>
2786 </Para></ListItem>
2787 </VarListEntry>
2788 <VarListEntry>
2789 <Term>txqueuelen</Term>
2790 <ListItem>
2791 <Para>
2792 The length of this queue is gleaned from the interface configuration, which
2793 you can see and set with ifconfig and ip. To set the queue length to 10,
2794 execute: ifconfig eth0 txqueuelen 10
2795 </Para>
2797 <Para>
2798 You can't set this parameter with tc!
2799 </Para></ListItem>
2800 </VarListEntry>
2801 </VariableList>
2802 </Para>
2804 </Sect3>
2806 </Sect2>
2808 <Sect2>
2809 <Title>Token Bucket Filter</Title>
2811 <Para>
2812 The Token Bucket Filter (TBF) is a simple qdisc that only passes packets
2813 arriving at a rate which is not exceeding some administratively set rate, but
2814 with the possibility to allow short bursts in excess of this rate.
2815 </Para>
2817 <Para>
2818 TBF is very precise, network- and processor friendly. It should be your
2819 first choice if you simply want to slow an interface down!
2820 </Para>
2822 <Para>
2823 The TBF implementation consists of a buffer (bucket), constantly filled by
2824 some virtual pieces of information called tokens, at a specific rate (token
2825 rate). The most important parameter of the bucket is its size, that is the
2826 number of tokens it can store.
2827 </Para>
2829 <Para>
2830 Each arriving token collects one incoming data packet from the data queue
2831 and is then deleted from the bucket. Associating this algorithm
2832 with the two flows -- token and data, gives us three possible scenarios:
2833 </Para>
2835 <Para>
2837 <ItemizedList>
2838 <ListItem>
2840 <Para>
2841  The data arrives in TBF at a rate that's <Emphasis>equal</Emphasis> to the rate
2842 of incoming tokens. In this case each incoming packet has its matching token
2843 and passes the queue without delay.
2845 </Para>
2846 </ListItem>
2847 <ListItem>
2849 <Para>
2850  The data arrives in TBF at a rate that's <Emphasis>smaller</Emphasis> than the
2851 token rate. Only a part of the tokens are deleted at output of each data packet
2852 that's sent out the queue, so the tokens accumulate, up to the bucket size.
2853 The unused tokens can then be used to send data a a speed that's exceeding the
2854 standard token rate, in case short data bursts occur.
2856 </Para>
2857 </ListItem>
2858 <ListItem>
2860 <Para>
2861  The data arrives in TBF at a rate <Emphasis>bigger</Emphasis> than the token rate.
2862 This means that the bucket will soon be devoid of tokens, which causes the
2863 TBF to throttle itself for a while. This is called an 'overlimit situation'.
2864 If packets keep coming in, packets will start to get dropped.
2865 </Para>
2866 </ListItem>
2868 </ItemizedList>
2870 </Para>
2872 <Para>
2873 The last scenario is very important, because it allows to
2874 administratively shape the bandwidth available to data that's passing
2875 the filter.
2876 </Para>
2878 <Para>
2879 The accumulation of tokens allows a short burst of overlimit data to be
2880 still passed without loss, but any lasting overload will cause packets to be
2881 constantly delayed, and then dropped.
2882 </Para>
2884 <Para>
2885 Please note that in the actual implementation, tokens correspond to bytes,
2886 not packets.
2887 </Para>
2889 <Sect3>
2890 <Title>Parameters &amp; usage</Title>
2892 <Para>
2893 Even though you will probably not need to change them, tbf has some knobs
2894 available. First the parameters that are always available:
2895 <VariableList>
2897 <VarListEntry>
2898 <Term>limit or latency</Term>
2899 <ListItem>
2900 <Para>
2901 Limit is the number of bytes that can be queued waiting for tokens to become
2902 available. You can also specify this the other way around by setting the
2903 latency parameter, which specifies the maximum amount of time a packet can
2904 sit in the TBF. The latter calculation takes into account the size of the
2905 bucket, the rate and possibly the peakrate (if set).
2906 </Para></ListItem>
2907 </VarListEntry>
2908 <VarListEntry>
2909 <Term>burst/buffer/maxburst</Term>
2910 <ListItem>
2911 <Para>
2912 Size of the bucket, in bytes. This is the maximum amount of bytes that
2913 tokens can be available for instantaneously. In general, larger shaping
2914 rates require a larger buffer. For 10mbit/s on Intel, you need at least
2915 10kbyte buffer if you want to reach your configured rate!
2916 </Para>
2918 <Para>
2919 If your buffer is too small, packets may be dropped because more tokens
2920 arrive per timer tick than fit in your bucket.
2921 </Para></ListItem>
2922 </VarListEntry>
2923 <VarListEntry>
2924 <Term>mpu</Term>
2925 <ListItem>
2926 <Para>
2927 A zero-sized packet does not use zero bandwidth. For ethernet, no packet
2928 uses less than 64 bytes. The Minimum Packet Unit determines the minimal
2929 token usage for a packet.
2930 </Para></ListItem>
2931 </VarListEntry>
2932 <VarListEntry>
2933 <Term>rate</Term>
2934 <ListItem>
2935 <Para>
2936 The speedknob. See remarks above about limits!
2937 </Para></ListItem>
2938 </VarListEntry>
2939 </VariableList>
2940 </Para>
2942 <Para>
2943 If the bucket contains tokens and is allowed to empty, by default it does so
2944 at infinite speed. If this is unacceptable, use the following parameters:
2945 </Para>
2947 <Para>
2948 <VariableList>
2950 <VarListEntry>
2951 <Term>peakrate</Term>
2952 <ListItem>
2953 <Para>
2954 If tokens are available, and packets arrive, they are sent out immediately
2955 by default, at 'lightspeed' so to speak. That may not be what you want,
2956 especially if you have a large bucket. 
2957 </Para>
2959 <Para>
2960 The peakrate can be used to specify how quickly the bucket is allowed to be
2961 depleted. If doing everything by the book, this is achieved by releasing a
2962 packet, and then wait just long enough, and release the next. We calculated
2963 our waits so we send just at peakrate.
2964 </Para>
2966 <Para>
2967 However, due to de default 10ms timer resolution of Unix, with 10.000 bits
2968 average packets, we are limited to 1mbit/s of peakrate!
2969 </Para></ListItem>
2970 </VarListEntry>
2971 <VarListEntry>
2972 <Term>mtu/minburst</Term>
2973 <ListItem>
2974 <Para>
2975 The 1mbit/s peakrate is not very useful if your regular rate is more than
2976 that. A higher peakrate is possible by sending out more packets per
2977 timertick, which effectively means that we create a second bucket!
2978 </Para>
2980 <Para>
2981 This second bucket defaults to a single packet, which is not a bucket at
2982 all.
2983 </Para>
2985 <Para>
2986 To calculate the maximum possible peakrate, multiply the configured mtu by
2987 100 (or more correctly, HZ, which is 100 on Intel, 1024 on Alpha).
2988 </Para></ListItem>
2989 </VarListEntry>
2990 </VariableList>
2991 </Para>
2993 </Sect3>
2995 <Sect3>
2996 <Title>Sample configuration</Title>
2998 <Para>
2999 A simple but *very* useful configuration is this:
3001 <Screen>
3002 # tc qdisc add dev ppp0 root tbf rate 220kbit latency 50ms burst 1540
3003 </Screen>
3005 </Para>
3007 <Para>
3008 Ok, why is this useful? If you have a networking device with a large queue,
3009 like a DSL modem or a cable modem, and you talk to it over a fast device,
3010 like over an ethernet interface, you will find that uploading absolutely
3011 destroys interactivity.
3012 </Para>
3014 <Para>
3015 This is because uploading will fill the queue in the modem, which is
3016 probably *huge* because this helps actually achieving good data throughput
3017 uploading. But this is not what you want, you want to have the queue not too
3018 big so interactivity remains and you can still do other stuff while sending
3019 data.
3020 </Para>
3022 <Para>
3023 The line above slows down sending to a rate that does not lead to a queue in
3024 the modem - the queue will be in Linux, where we can control it to a limited
3025 size.
3026 </Para>
3028 <Para>
3029 Change 220kbit to your uplink's *actual* speed, minus a few percent. If you
3030 have a really fast modem, raise 'burst' a bit. 
3031 </Para>
3033 </Sect3>
3035 </Sect2>
3037 <Sect2 id="lartc.sfq">
3038 <Title>Stochastic Fairness Queueing</Title>
3040 <Para>
3041 Stochastic Fairness Queueing (SFQ) is a simple implementation of the fair
3042 queueing algorithms family. It's less accurate than others, but it also
3043 requires less calculations while being almost perfectly fair.
3044 </Para>
3046 <Para>
3047 The key word in SFQ is conversation (or flow), which mostly corresponds to a
3048 TCP session or a UDP stream. Traffic is divided into a pretty large number
3049 of FIFO queues, one for each conversation. Traffic is then sent in a round
3050 robin fashion, giving each session the chance to send data in turn.
3051 </Para>
3053 <Para>
3054 This leads to very fair behaviour and disallows any single conversation from
3055 drowning out the rest. SFQ is called 'Stochastic' because it doesn't really
3056 allocate a queue for each session, it has an algorithm which divides traffic
3057 over a limited number of queues using a hashing algorithm. 
3058 </Para>
3060 <Para>
3061 Because of the hash, multiple sessions might end up in the same bucket, which
3062 would halve each session's chance of sending a packet, thus halving the
3063 effective speed available. To prevent this situation from becoming
3064 noticeable, SFQ changes its hashing algorithm quite often so that any two
3065 colliding sessions will only do so for a small number of seconds.
3066 </Para>
3068 <Para>
3069 It is important to note that SFQ is only useful in case your actual outgoing
3070 interface is really full! If it isn't then there will be no queue on your
3071 linux machine and hence no effect. Later on we will describe how to combine
3072 SFQ with other qdiscs to get a best-of-both worlds situation.
3073 </Para>
3075 <Para>
3076 Specifically, setting SFQ on the ethernet interface heading to your
3077 cable modem or DSL router is pointless without further shaping!
3078 </Para>
3080 <Sect3>
3081 <Title>Parameters &amp; usage</Title>
3083 <Para>
3084 The SFQ is pretty much self tuning:
3085 <VariableList>
3087 <VarListEntry>
3088 <Term>perturb</Term>
3089 <ListItem>
3090 <Para>
3091 Reconfigure hashing once this many seconds. If unset, hash will never be
3092 reconfigured. Not recommended. 10 seconds is probably a good value.
3093 </Para></ListItem>
3094 </VarListEntry>
3095 <VarListEntry>
3096 <Term>quantum</Term>
3097 <ListItem>
3098 <Para>
3099 Amount of bytes a stream is allowed to dequeue before the next queue gets a
3100 turn. Defaults to 1 maximum sized packet (MTU-sized). Do not set below the
3101 MTU!
3102 </Para></ListItem>
3103 </VarListEntry>
3104 </VariableList>
3105 </Para>
3107 </Sect3>
3109 <Sect3>
3110 <Title>Sample configuration</Title>
3112 <Para>
3113 If you have a device which has identical link speed and actual available
3114 rate, like a phone modem, this configuration will help promote fairness:
3116 <Screen>
3117 # tc qdisc add dev ppp0 root sfq perturb 10
3118 # tc -s -d qdisc ls
3119 qdisc sfq 800c: dev ppp0 quantum 1514b limit 128p flows 128/1024 perturb 10sec 
3120  Sent 4812 bytes 62 pkts (dropped 0, overlimits 0) 
3121 </Screen>
3123 </Para>
3125 <Para>
3126 The number 800c: is the automatically assigned handle number, limit means
3127 that 128 packets can wait in this queue. There are 1024 hashbuckets
3128 available for accounting, of which 128 can be active at a time (no more
3129 packets fit in the queue!) Once every 10 seconds, the hashes are
3130 reconfigured.
3131 </Para>
3133 </Sect3>
3135 </Sect2>
3137 </Sect1>
3139 <Sect1 id="lartc.qdisc.advice">
3140   <Title>Advice for when to use which queue</Title>
3142 <Para>
3143 Summarizing, these are the simple queues that actually manage traffic by
3144 reordering, slowing or dropping packets.
3145 </Para>
3147 <Para>
3148 The following tips may help in choosing which queue to use. It mentions some
3149 qdiscs described in the
3150 <citetitle><xref linkend="lartc.adv-qdisc"></citetitle> chapter.
3151 </Para>
3153 <ItemizedList>
3154 <ListItem>
3155 <Para>
3156 To purely slow down outgoing traffic, use the Token Bucket Filter. Works up
3157 to huge bandwidths, if you scale the bucket.
3158 </Para>
3159 </ListItem>
3160 <ListItem>
3162 <Para>
3163 If your link is truly full and you want to make sure that no single session
3164 can dominate your outgoing bandwidth, use Stochastical Fairness Queueing.
3165 </Para>
3166 </ListItem>
3167 <ListItem>
3169 <Para>
3170 If you have a big backbone and know what you are doing, consider Random
3171 Early Drop (see Advanced chapter).
3172 </Para>
3173 </ListItem>
3174 <ListItem>
3176 <Para>
3177 To 'shape' incoming traffic which you are not forwarding, use the Ingress
3178 Policer. Incoming shaping is called 'policing', by the way, not 'shaping'.  
3179 </Para>
3180 </ListItem>
3181 <ListItem>
3183 <Para>
3184 If you *are* forwarding it, use a TBF on the interface you are forwarding
3185 the data to. Unless you want to shape traffic that may go out over several
3186 interfaces, in which case the only common factor is the incoming interface.
3187 In that case use the Ingress Policer.
3188 </Para>
3189 </ListItem>
3190 <ListItem>
3192 <Para>
3193 If you don't want to shape, but only want to see if your interface is so
3194 loaded that it has to queue, use the pfifo queue (not pfifo_fast). It lacks
3195 internal bands but does account the size of its backlog.
3196 </Para>
3197 </ListItem>
3198 <ListItem>
3199 <Para>
3200 Finally - you can also do <quote>social shaping</quote>.
3201 You may not always be able to use technology to achieve what you want.
3202 Users experience technical constraints as hostile.
3203 A kind word may also help with getting your bandwidth to be divided right!
3204 </Para>
3205 </ListItem>
3206 </ItemizedList>
3208 </Sect1>
3210 <Sect1 id="lartc.qdisc.terminology">
3211   <Title>Terminology</Title>
3213 <Para>
3214 To properly understand more complicated configurations it is necessary to
3215 explain a few concepts first. Because of the complexity and the relative
3216 youth of the subject, a lot of different words are used when people in fact
3217 mean the same thing.
3218 </Para>
3220 <Para>
3221 The following is loosely based on 
3222 <filename>draft-ietf-diffserv-model-06.txt</filename>,
3223 <citetitle>An Informal Management Model for Diffserv Routers</citetitle>.
3224 It can currently be found at 
3225 <ulink url="http://www.ietf.org/internet-drafts/draft-ietf-diffserv-model-06.txt">
3226   http://www.ietf.org/internet-drafts/draft-ietf-diffserv-model-06.txt
3227 </ulink>.
3228 </Para>
3230 <Para>
3231 Read it for the strict definitions of the terms used.
3232 <VariableList>
3234 <VarListEntry>
3235 <Term>Queueing Discipline (qdisc)</Term>
3236 <ListItem>
3237 <Para>
3238 An algorithm that manages the queue of a device, either incoming (ingress)
3239 or outgoing (egress).
3240 </Para></ListItem>
3241 </VarListEntry>
3242 <VarListEntry>
3243 <Term>root qdisc</Term>
3244 <ListItem>
3245 <Para>
3246 The root qdisc is the qdisc attached to the device.
3247 </Para></ListItem>
3248 </VarListEntry>
3249 <VarListEntry>
3250 <Term>Classless qdisc</Term>
3251 <ListItem>
3252 <Para>
3253 A qdisc with no configurable internal subdivisions. 
3254 </Para></ListItem>
3255 </VarListEntry>
3256 <VarListEntry>
3257 <Term>Classful qdisc</Term>
3258 <ListItem>
3259 <Para>
3260 A classful qdisc contains multiple classes. Some of these classes contains a
3261 further qdisc, which may again be classful, but need not be. According to
3262 the strict definition, pfifo_fast *is* classful, because it contains three
3263 bands which are, in fact, classes. However, from the user's configuration
3264 perspective, it is classless as the classes can't be touched with the tc
3265 tool. 
3266 </Para></ListItem>
3267 </VarListEntry>
3268 <VarListEntry>
3269 <Term>Classes</Term>
3270 <ListItem>
3271 <Para>
3272 A classful qdisc may have many classes, which each are internal to the
3273 qdisc.  A class, in turn, may have several classes added to it.  So a class
3274 can have a qdisc as parent or an other class.
3276 A leaf class is a class with no child classes.  This class has 1 qdisc attached
3277 to it.  This qdisc is responsible to send the data from that class.  When
3278 you create a class, a fifo qdisc is attached to it.  When you add a child class,
3279 this qdisc is removed.
3280 For a leaf class, this fifo qdisc can be replaced with
3281 an other more suitable qdisc.  You can even replace this fifo qdisc with a
3282 classful qdisc so you can add extra classes.
3283 </Para></ListItem>
3284 </VarListEntry>
3285 <VarListEntry>
3286 <Term>Classifier</Term>
3287 <ListItem>
3288 <Para>
3289 Each classful qdisc needs to determine to which class it needs to send a
3290 packet. This is done using the classifier.
3291 </Para></ListItem>
3292 </VarListEntry>
3293 <VarListEntry>
3294 <Term>Filter</Term>
3295 <ListItem>
3296 <Para>
3297 Classification can be performed using filters. A filter contains a number of
3298 conditions which if matched, make the filter match.
3299 </Para></ListItem>
3300 </VarListEntry>
3301 <VarListEntry>
3302 <Term>Scheduling</Term>
3303 <ListItem>
3304 <Para>
3305 A qdisc may, with the help of a classifier, decide that some packets need to
3306 go out earlier than others. This process is called Scheduling, and is
3307 performed for example by the pfifo_fast qdisc mentioned earlier. Scheduling
3308 is also called 'reordering', but this is confusing.
3309 </Para></ListItem>
3310 </VarListEntry>
3311 <VarListEntry>
3312 <Term>Shaping</Term>
3313 <ListItem>
3314 <Para>
3315 The process of delaying packets before they go out to make traffic confirm
3316 to a configured maximum rate. Shaping is performed on egress. Colloquially, 
3317 dropping packets to slow traffic down is also often called Shaping.
3318 </Para></ListItem>
3319 </VarListEntry>
3320 <VarListEntry>
3321 <Term>Policing</Term>
3322 <ListItem>
3323 <Para>
3324 Delaying or dropping packets in order to make traffic stay below a
3325 configured bandwidth. In Linux, policing can only drop a packet and not
3326 delay it - there is no 'ingress queue'.
3327 </Para></ListItem>
3328 </VarListEntry>
3329 <VarListEntry>
3330 <Term>Work-Conserving</Term>
3331 <ListItem>
3332 <Para>
3333 A work-conserving qdisc always delivers a packet if one is available. In
3334 other words, it never delays a packet if the network adaptor is ready to
3335 send one (in the case of an egress qdisc).
3336 </Para></ListItem>
3337 </VarListEntry>
3338 <VarListEntry>
3339 <Term>non-Work-Conserving</Term>
3340 <ListItem>
3341 <Para>
3342 Some queues, like for example the Token Bucket Filter, may need to hold on
3343 to a packet for a certain time in order to limit the bandwidth. This means
3344 that they sometimes refuse to give up a packet, even though they have one
3345 available.
3346 </Para></ListItem>
3347 </VarListEntry>
3348 </VariableList>
3349 </Para>
3351 <Para>
3352 Now that we have our terminology straight, let's see where all these things
3353 are.
3354 </Para>
3356 <Para>
3358 <Screen width="80">
3359                 Userspace programs
3360                      ^
3361                      |
3362      +---------------+-----------------------------------------+
3363      |               Y                                         |
3364      |    -------&#62; IP Stack                                    |
3365      |   |              |                                      |
3366      |   |              Y                                      |
3367      |   |              Y                                      |
3368      |   ^              |                                      |
3369      |   |  / ----------&#62; Forwarding -&#62;                        |
3370      |   ^ /                           |                       |
3371      |   |/                            Y                       |
3372      |   |                             |                       |
3373      |   ^                             Y          /-qdisc1-\   |
3374      |   |                            Egress     /--qdisc2--\  |
3375   ---&#62;-&#62;Ingress                       Classifier ---qdisc3---- | -&#62;
3376      |   Qdisc                                   \__qdisc4__/  |
3377      |                                            \-qdiscN_/   |
3378      |                                                         |
3379      +----------------------------------------------------------+
3380 </Screen>
3382 Thanks to Jamal Hadi Salim for this ASCII representation.
3383 </Para>
3385 <Para>
3386 The big block represents the kernel. The leftmost arrow represents traffic
3387 entering your machine from the network. It is then fed to the Ingress
3388 Qdisc which may apply Filters to a packet, and decide to drop it. This
3389 is called 'Policing'.
3390 </Para>
3392 <Para>
3393 This happens at a very early stage, before it has seen a lot of the kernel.
3394 It is therefore a very good place to drop traffic very early, without
3395 consuming a lot of CPU power.
3396 </Para>
3398 <Para>
3399 If the packet is allowed to continue, it may be destined for a local
3400 application, in which case it enters the IP stack in order to be processed,
3401 and handed over to a userspace program. The packet may also be forwarded
3402 without entering an application, in which case it is destined for egress.
3403 Userspace programs may also deliver data, which is then examined and
3404 forwarded to the Egress Classifier.
3405 </Para>
3407 <Para>
3408 There it is investigated and enqueued to any of a number of qdiscs. In the
3409 unconfigured default case, there is only one egress qdisc installed, the
3410 pfifo_fast, which always receives the packet. This is called 'enqueueing'.
3411 </Para>
3413 <Para>
3414 The packet now sits in the qdisc, waiting for the kernel to ask for
3415 it for transmission over the network interface. This is called 'dequeueing'.
3416 </Para>
3418 <Para>
3419 This picture also holds in case there is only one network adaptor - the
3420 arrows entering and leaving the kernel should not be taken too literally.
3421 Each network adaptor has both ingress and egress hooks.
3422 </Para>
3424 </Sect1>
3426 <Sect1 id="lartc.qdisc.classful">
3427   <Title>Classful Queueing Disciplines</Title>
3429 <Para>
3430 Classful qdiscs are very useful if you have different kinds of traffic which
3431 should have differing treatment. One of the classful qdiscs is called 'CBQ',
3432 'Class Based Queueing' and it is so widely mentioned that people identify
3433 queueing with classes solely with CBQ, but this is not the case.
3434 </Para>
3436 <Para>
3437 CBQ is merely the oldest kid on the block - and also the most complex one.
3438 It may not always do what you want.  This may come as something of a shock
3439 to many who fell for the 'sendmail effect', which teaches us that any
3440 complex technology which doesn't come with documentation must be the best
3441 available.
3442 </Para>
3444 <Para>
3445 More about CBQ and its alternatives shortly.
3446 </Para>
3448 <Sect2>
3449 <Title>Flow within classful qdiscs &amp; classes</Title>
3451 <Para>
3452 When traffic enters a classful qdisc, it needs to be sent to any of the
3453 classes within - it needs to be 'classified'. To determine what to do with a
3454 packet, the so called 'filters' are consulted. It is important to know that
3455 the filters are called from within a qdisc, and not the other way around!
3456 </Para>
3458 <Para>
3459 The filters attached to that qdisc then return with a decision, and the
3460 qdisc uses this to enqueue the packet into one of the classes. Each subclass
3461 may try other filters to see if further instructions apply. If not, the
3462 class enqueues the packet to the qdisc it contains.
3463 </Para>
3465 <Para>
3466 Besides containing other qdiscs, most classful qdiscs also perform shaping.
3467 This is useful to perform both packet scheduling (with SFQ, for example) and
3468 rate control. You need this in cases where you have a high speed
3469 interface (for example, ethernet) to a slower device (a cable modem).
3470 </Para>
3472 <Para>
3473 If you were only to run SFQ, nothing would happen, as packets enter &amp;
3474 leave your router without delay: the output interface is far faster than
3475 your actual link speed. There is no queue to schedule then.
3476 </Para>
3478 </Sect2>
3480 <Sect2>
3481 <Title>The qdisc family: roots, handles, siblings and parents</Title>
3483 <Para>
3484 Each interface has one egress 'root qdisc', by default the earlier mentioned
3485 classless pfifo_fast queueing discipline. Each qdisc and class is assigned a
3486 handle, which can be used by later configuration statements to refer to that
3487 qdisc. Besides an egress qdisc, an interface may also have an ingress qdisc ,
3488 which polices traffic coming in.
3489 </Para>
3491 <Para>
3492 The handles of these qdiscs consist of two parts, a major number and a minor
3493 number : &lt;major&gt;:&lt;minor&gt;. It is customary to name the root qdisc '1:', which
3494 is equal to '1:0'.  The minor number of a qdisc is always 0. 
3495 </Para>
3497 <Para>
3498 Classes need to have the same major number as their parent.  This major number
3499 must be unique within a egress or ingress setup.  The minor number must be
3500 unique within a qdisc and his classes.
3501 </Para>
3503 <Sect3>
3504 <Title>How filters are used to classify traffic </Title>
3506 <Para>
3507 Recapping, a typical hierarchy might look like this:
3509 <Screen>
3510                      1:   root qdisc
3511                       |
3512                      1:1    child class
3513                    /  |  \
3514                   /   |   \
3515                  /    |    \
3516                  /    |    \
3517               1:10  1:11  1:12   child classes
3518                |      |     | 
3519                |     11:    |    leaf class
3520                |            | 
3521                10:         12:   qdisc
3522               /   \       /   \
3523            10:1  10:2   12:1  12:2   leaf classes
3524 </Screen>
3526 </Para>
3528 <Para>
3529 But don't let this tree fool you! You should *not* imagine the kernel to be
3530 at the apex of the tree and the network below, that is just not the case.
3531 Packets get enqueued and dequeued at the root qdisc, which is the only thing
3532 the kernel talks to. 
3533 </Para>
3535 <Para>
3536 A packet might get classified in a chain like this:
3537 </Para>
3539 <Para>
3540 1: -&#62; 1:1 -&#62; 1:12 -&#62; 12: -&#62; 12:2
3541 </Para>
3543 <Para>
3544 The packet now resides in a queue in a qdisc attached to class 12:2. In this
3545 example, a filter was attached to each 'node' in the tree, each choosing a
3546 branch to take next. This can make sense. However, this is also possible:
3547 </Para>
3549 <Para>
3550 1: -&#62; 12:2
3551 </Para>
3553 <Para>
3554 In this case, a filter attached to the root decided to send the packet
3555 directly to 12:2.
3556 </Para>
3558 </Sect3>
3560 <Sect3>
3561 <Title>How packets are dequeued to the hardware</Title>
3563 <Para>
3564 When the kernel decides that it needs to extract packets to send to the
3565 interface, the root qdisc 1: gets a dequeue request, which is passed to
3566 1:1, which is in turn passed to 10:, 11: and 12:, which each query their
3567 siblings, and try to dequeue() from them. In this case, the kernel needs to
3568 walk the entire tree, because only 12:2 contains a packet. 
3569 </Para>
3571 <Para>
3572 In short, nested classes ONLY talk to their parent qdiscs, never to an
3573 interface. Only the root qdisc gets dequeued by the kernel!
3574 </Para>
3576 <Para>
3577 The upshot of this is that classes never get dequeued faster than their
3578 parents allow. And this is exactly what we want: this way we can have SFQ in
3579 an inner class, which doesn't do any shaping, only scheduling, and have a
3580 shaping outer qdisc, which does the shaping.
3581 </Para>
3583 </Sect3>
3585 </Sect2>
3587 <Sect2>
3588 <Title>The PRIO qdisc</Title>
3590 <Para>
3591 The PRIO qdisc doesn't actually shape, it only subdivides traffic based on
3592 how you configured your filters. You can consider the PRIO qdisc a kind
3593 of pfifo_fast on steroids, whereby each band is a separate class instead of
3594 a simple FIFO.
3595 </Para>
3597 <Para>
3598 When a packet is enqueued to the PRIO qdisc, a class is chosen based on the
3599 filter commands you gave. By default, three classes are created. These
3600 classes by default contain pure FIFO qdiscs with no internal
3601 structure, but you can replace these by any qdisc you have available.
3602 </Para>
3604 <Para>
3605 Whenever a packet needs to be dequeued, class :1 is tried first. Higher
3606 classes are only used if lower bands all did not give up a packet.
3607 </Para>
3609 <Para>
3610 This qdisc is very useful in case you want to prioritize certain kinds of
3611 traffic without using only TOS-flags but using all the power of the tc
3612 filters. You can also add an other qdisc to the 3 predefined classes,
3613 whereas pfifo_fast is limited to simple fifo qdiscs.
3614 </Para>
3616 <Para>
3617 Because it doesn't actually shape, the same warning as for SFQ holds: either
3618 use it only if your physical link is really full or wrap it inside a
3619 classful qdisc that does shape. The last holds for almost all cable modems
3620 and DSL devices.
3621 </Para>
3623 <Para>
3624 In formal words, the PRIO qdisc is a Work-Conserving scheduler.
3625 </Para>
3627 <Sect3>
3628 <Title>PRIO parameters &amp; usage</Title>
3630 <Para>
3631 The following parameters are recognized by tc:
3632 <VariableList>
3634 <VarListEntry>
3635 <Term>bands</Term>
3636 <ListItem>
3637 <Para>
3638 Number of bands to create. Each band is in fact a class. If you change this
3639 number, you must also change:
3640 </Para></ListItem>
3641 </VarListEntry>
3642 <VarListEntry>
3643 <Term>priomap</Term>
3644 <ListItem>
3645 <Para>
3646 If you do not provide tc filters to classify traffic, the PRIO qdisc looks
3647 at the TC_PRIO priority to decide how to enqueue traffic. 
3648 </Para>
3650 <Para>
3651 This works just like with the pfifo_fast qdisc mentioned earlier, see there
3652 for lots of detail.
3653 </Para></ListItem>
3654 </VarListEntry>
3655 </VariableList>
3656 The bands are classes, and are called major:1 to major:3 by default, so if
3657 your PRIO qdisc is called 12:, tc filter traffic to 12:1 to grant it more
3658 priority.
3659 </Para>
3661 <Para>
3662 Reiterating, band 0 goes to minor number 1! Band 1 to minor number 2, etc.
3663 </Para>
3665 </Sect3>
3667 <Sect3>
3668 <Title>Sample configuration</Title>
3670 <Para>
3671 We will create this tree:
3673 <Screen>
3674           1:   root qdisc
3675          / | \ 
3676        /   |   \
3677        /   |   \
3678      1:1  1:2  1:3    classes
3679       |    |    |
3680      10:  20:  30:    qdiscs    qdiscs
3681      sfq  tbf  sfq
3682 band  0    1    2
3683 </Screen>
3685 </Para>
3687 <Para>
3688 Bulk traffic will go to 30:, interactive traffic to 20: or 10:.
3689 </Para>
3691 <Para>
3692 Command lines:
3694 <Screen>
3695 # tc qdisc add dev eth0 root handle 1: prio 
3696 ## This *instantly* creates classes 1:1, 1:2, 1:3
3697   
3698 # tc qdisc add dev eth0 parent 1:1 handle 10: sfq
3699 # tc qdisc add dev eth0 parent 1:2 handle 20: tbf rate 20kbit buffer 1600 limit 3000
3700 # tc qdisc add dev eth0 parent 1:3 handle 30: sfq                                
3701 </Screen>
3703 </Para>
3705 <Para>
3706 Now let's see what we created:
3708 <Screen>
3709 # tc -s qdisc ls dev eth0 
3710 qdisc sfq 30: quantum 1514b 
3711  Sent 0 bytes 0 pkts (dropped 0, overlimits 0) 
3713  qdisc tbf 20: rate 20Kbit burst 1599b lat 667.6ms 
3714  Sent 0 bytes 0 pkts (dropped 0, overlimits 0) 
3716  qdisc sfq 10: quantum 1514b 
3717  Sent 132 bytes 2 pkts (dropped 0, overlimits 0) 
3719  qdisc prio 1: bands 3 priomap  1 2 2 2 1 2 0 0 1 1 1 1 1 1 1 1
3720  Sent 174 bytes 3 pkts (dropped 0, overlimits 0) 
3721 </Screen>
3723 As you can see, band 0 has already had some traffic, and one packet was sent
3724 while running this command!
3725 </Para>
3727 <Para>
3728 We now do some bulk data transfer with a tool that properly sets TOS flags,
3729 and take another look:
3731 <Screen>
3732 # scp tc ahu@10.0.0.11:./
3733 ahu@10.0.0.11's password: 
3734 tc                   100% |*****************************|   353 KB    00:00    
3735 # tc -s qdisc ls dev eth0
3736 qdisc sfq 30: quantum 1514b 
3737  Sent 384228 bytes 274 pkts (dropped 0, overlimits 0) 
3739  qdisc tbf 20: rate 20Kbit burst 1599b lat 667.6ms 
3740  Sent 2640 bytes 20 pkts (dropped 0, overlimits 0) 
3742  qdisc sfq 10: quantum 1514b 
3743  Sent 2230 bytes 31 pkts (dropped 0, overlimits 0) 
3745  qdisc prio 1: bands 3 priomap  1 2 2 2 1 2 0 0 1 1 1 1 1 1 1 1
3746  Sent 389140 bytes 326 pkts (dropped 0, overlimits 0) 
3747 </Screen>
3749 As you can see, all traffic went to handle 30:, which is the lowest priority
3750 band, just as intended. Now to verify that interactive traffic goes to
3751 higher bands, we create some interactive traffic:
3752 </Para>
3754 <Para>
3756 <Screen>
3757 # tc -s qdisc ls dev eth0
3758 qdisc sfq 30: quantum 1514b 
3759  Sent 384228 bytes 274 pkts (dropped 0, overlimits 0) 
3761  qdisc tbf 20: rate 20Kbit burst 1599b lat 667.6ms 
3762  Sent 2640 bytes 20 pkts (dropped 0, overlimits 0) 
3764  qdisc sfq 10: quantum 1514b 
3765  Sent 14926 bytes 193 pkts (dropped 0, overlimits 0) 
3767  qdisc prio 1: bands 3 priomap  1 2 2 2 1 2 0 0 1 1 1 1 1 1 1 1
3768  Sent 401836 bytes 488 pkts (dropped 0, overlimits 0) 
3769 </Screen>
3771 </Para>
3773 <Para>
3774 It worked - all additional traffic has gone to 10:, which is our highest
3775 priority qdisc. No traffic was sent to the lowest priority, which previously
3776 received our entire scp.
3777 </Para>
3779 </Sect3>
3781 </Sect2>
3783 <Sect2>
3784 <Title>The famous CBQ qdisc</Title>
3786 <Para>
3787 As said before, CBQ is the most complex qdisc available, the most hyped, the
3788 least understood, and probably the trickiest one to get right. This is not
3789 because the authors are evil or incompetent, far from it, it's just that the
3790 CBQ algorithm isn't all that precise and doesn't really match the way Linux
3791 works.
3792 </Para>
3794 <Para>
3795 Besides being classful, CBQ is also a shaper and it is in that aspect that
3796 it really doesn't work very well. It should work like this. If you try to
3797 shape a 10mbit/s connection to 1mbit/s, the link should be idle 90% of the
3798 time. If it isn't, we need to throttle so that it IS idle 90% of the time.
3799 </Para>
3801 <Para>
3802 This is pretty hard to measure, so CBQ  instead derives the idle time from
3803 the number of microseconds that elapse between requests from the hardware
3804 layer for more data. Combined, this can be used to approximate how full or
3805 empty the link is.
3806 </Para>
3808 <Para>
3809 This is rather circumspect and doesn't always arrive at proper results. For
3810 example, what if the actual link speed of an interface that is not really
3811 able to transmit the full 100mbit/s of data, perhaps because of a badly
3812 implemented driver? A PCMCIA network card will also never achieve 100mbit/s
3813 because of the way the bus is designed - again, how do we calculate the idle
3814 time?
3815 </Para>
3817 <Para>
3818 It gets even worse if we consider not-quite-real network devices like PPP
3819 over Ethernet or PPTP over TCP/IP. The effective bandwidth in that case is
3820 probably determined by the efficiency of pipes to userspace - which is huge.
3821 </Para>
3823 <Para>
3824 People who have done measurements discover that CBQ is not always very
3825 accurate and sometimes completely misses the mark.
3826 </Para>
3828 <Para>
3829 In many circumstances however it works well. With the documentation provided
3830 here, you should be able to configure it to work well in most cases.
3831 </Para>
3833 <Sect3>
3834 <Title>CBQ shaping in detail</Title>
3836 <Para>
3837 As said before, CBQ works by making sure that the link is idle just long
3838 enough to bring down the real bandwidth to the configured rate. To do so, it
3839 calculates the time that should pass between average packets. 
3840 </Para>
3842 <Para>
3843 During operations, the effective idletime is measured using an exponential
3844 weighted moving average (EWMA), which considers recent packets to be
3845 exponentially more important than past ones. The UNIX loadaverage is
3846 calculated in the same way.
3847 </Para>
3849 <Para>
3850 The calculated idle time is subtracted from the EWMA measured one, the
3851 resulting number is called 'avgidle'. A perfectly loaded link has an avgidle
3852 of zero: packets arrive exactly once every calculated interval.  
3853 </Para>
3855 <Para>
3856 An overloaded link has a negative avgidle and if it gets too negative, CBQ
3857 shuts down for a while and is then 'overlimit'.
3858 </Para>
3860 <Para>
3861 Conversely, an idle link might amass a huge avgidle, which would then allow
3862 infinite bandwidths after a few hours of silence. To prevent this, avgidle is
3863 capped at maxidle.
3864 </Para>
3866 <Para>
3867 If overlimit, in theory, the CBQ could throttle itself for exactly the
3868 amount of time that was calculated to pass between packets, and then pass
3869 one packet, and throttle again. But see the 'minburst' parameter below.
3870 </Para>
3872 <Para>
3873 These are parameters you can specify in order to configure shaping:
3874 <VariableList>
3876 <VarListEntry>
3877 <Term>avpkt</Term>
3878 <ListItem>
3879 <Para>
3880 Average size of a packet, measured in bytes. Needed for calculating maxidle,
3881 which is derived from maxburst, which is specified in packets.
3882 </Para></ListItem>
3883 </VarListEntry>
3884 <VarListEntry>
3885 <Term>bandwidth</Term>
3886 <ListItem>
3887 <Para>
3888 The physical bandwidth of your device, needed for idle time
3889 calculations.
3890 </Para></ListItem>
3891 </VarListEntry>
3892 <VarListEntry>
3893 <Term>cell</Term>
3894 <ListItem>
3895 <Para>
3896 The time a packet takes to be transmitted over a device may grow in steps,
3897 based on the packet size. An 800 and an 806 size packet may take just as long
3898 to send, for example - this sets the granularity. Most often set to '8'.
3899 Must be an integral power of two.
3900 </Para></ListItem>
3901 </VarListEntry>
3902 <VarListEntry>
3903 <Term>maxburst</Term>
3904 <ListItem>
3905 <Para>
3906 This number of packets is used to calculate maxidle so that when avgidle is
3907 at maxidle, this number of average packets can be burst before avgidle drops
3908 to 0. Set it higher to be more tolerant of bursts. You can't set maxidle
3909 directly, only via this parameter.
3910 </Para></ListItem>
3911 </VarListEntry>
3912 <VarListEntry>
3913 <Term>minburst</Term>
3914 <ListItem>
3915 <Para>
3916 As mentioned before, CBQ needs to throttle in case of overlimit. The ideal
3917 solution is to do so for exactly the calculated idle time, and pass 1
3918 packet. However, Unix kernels generally have a hard time scheduling events
3919 shorter than 10ms, so it is better to throttle for a longer period, and then
3920 pass minburst packets in one go, and then sleep minburst times longer.
3921 </Para>
3923 <Para>
3924 The time to wait is called the offtime. Higher values of minburst lead to
3925 more accurate shaping in the long term, but to bigger bursts at millisecond
3926 timescales.
3927 </Para></ListItem>
3928 </VarListEntry>
3929 <VarListEntry>
3930 <Term>minidle</Term>
3931 <ListItem>
3932 <Para>
3933 If avgidle is below 0, we are overlimits and need to wait until avgidle will
3934 be big enough to send one packet. To prevent a sudden burst from shutting
3935 down the link for a prolonged period of time, avgidle is reset to minidle if
3936 it gets too low.
3937 </Para>
3939 <Para>
3940 Minidle is specified in negative microseconds, so 10 means that avgidle is
3941 capped at -10us.
3942 </Para></ListItem>
3943 </VarListEntry>
3944 <VarListEntry>
3945 <Term>mpu</Term>
3946 <ListItem>
3947 <Para>
3948 Minimum packet size - needed because even a zero size packet is padded
3949 to 64 bytes on ethernet, and so takes a certain time to transmit. CBQ needs
3950 to know this to accurately calculate the idle time.
3951 </Para></ListItem>
3952 </VarListEntry>
3953 <VarListEntry>
3954 <Term>rate</Term>
3955 <ListItem>
3956 <Para>
3957 Desired rate of traffic leaving this qdisc - this is the 'speed knob'!
3958 </Para></ListItem>
3959 </VarListEntry>
3960 </VariableList>
3961 </Para>
3963 <Para>
3964 Internally, CBQ has a lot of fine tuning. For example, classes which are
3965 known not to have data enqueued to them aren't queried. Overlimit classes
3966 are penalized by lowering their effective priority. All very smart &amp;
3967 complicated.
3968 </Para>
3970 </Sect3>
3972 <Sect3>
3973 <Title>CBQ classful behaviour</Title>
3975 <Para>
3976 Besides shaping, using the aforementioned idletime approximations, CBQ also
3977 acts like the PRIO queue in the sense that classes can have differing
3978 priorities and that lower priority numbers will be polled before the higher
3979 priority ones.
3980 </Para>
3982 <Para>
3983 Each time a packet is requested by the hardware layer to be sent out to the
3984 network, a weighted round robin process ('WRR') starts, beginning with the
3985 lower-numbered priority classes.
3986 </Para>
3988 <Para>
3989 These are then grouped and queried if they have data available. If so, it is
3990 returned. After a class has been allowed to dequeue a number of bytes, the
3991 next class within that priority is tried.
3992 </Para>
3994 <Para>
3995 The following parameters control the WRR process:
3996 <VariableList>
3998 <VarListEntry>
3999 <Term>allot</Term>
4000 <ListItem>
4001 <Para>
4002 When the outer CBQ is asked for a packet to send out on the interface, it
4003 will try all inner qdiscs (in the classes) in turn, in order of 
4004 the 'priority' parameter. Each time a class gets its turn, it can only send out
4005 a limited amount of data. 'Allot' is the base unit of this amount. See 
4006 the 'weight' parameter for more information.
4007 </Para></ListItem>
4008 </VarListEntry>
4009 <VarListEntry>
4010 <Term>prio</Term>
4011 <ListItem>
4012 <Para>
4013 The CBQ can also act like the PRIO device. Inner classes with higher priority
4014 are tried first and as long as they have traffic, other classes are not
4015 polled for traffic.
4016 </Para></ListItem>
4017 </VarListEntry>
4018 <VarListEntry>
4019 <Term>weight</Term>
4020 <ListItem>
4021 <Para>
4022 Weight helps in the Weighted Round Robin process. Each class gets a chance
4023 to send in turn. If you have classes with significantly more bandwidth than
4024 other classes, it makes sense to allow them to send more data in one round
4025 than the others.
4026 </Para>
4028 <Para>
4029 A CBQ adds up all weights under a class, and normalizes them, so you can use
4030 arbitrary numbers: only the ratios are important. People have been 
4031 using 'rate/10' as a rule of thumb and it appears to work well. The renormalized
4032 weight is multiplied by the 'allot' parameter to determine how much data can
4033 be sent in one round. 
4034 </Para></ListItem>
4035 </VarListEntry>
4036 </VariableList>
4037 </Para>
4039 <Para>
4040 Please note that all classes within an CBQ hierarchy need to share the same
4041 major number!
4042 </Para>
4044 </Sect3>
4046 <Sect3>
4047 <Title>CBQ parameters that determine link sharing &amp; borrowing</Title>
4049 <Para>
4050 Besides purely limiting certain kinds of traffic, it is also possible to
4051 specify which classes can borrow capacity from other classes or, conversely,
4052 lend out bandwidth.
4053 </Para>
4055 <Para>
4056 <VariableList>
4058 <VarListEntry>
4059 <Term>Isolated/sharing</Term>
4060 <ListItem>
4061 <Para>
4062 A class that is configured with 'isolated' will not lend out bandwidth to
4063 sibling classes. Use this if you have competing or mutually-unfriendly
4064 agencies on your link who do want to give each other freebies.
4065 </Para>
4067 <Para>
4068 The control program tc also knows about 'sharing', which is the reverse 
4069 of 'isolated'.
4070 </Para></ListItem>
4071 </VarListEntry>
4072 <VarListEntry>
4073 <Term>bounded/borrow</Term>
4074 <ListItem>
4075 <Para>
4076 A class can also be 'bounded', which means that it will not try to borrow
4077 bandwidth from sibling classes. tc also knows about 'borrow', which is the
4078 reverse of 'bounded'.
4079 </Para></ListItem>
4080 </VarListEntry>
4081 </VariableList>
4082 A typical situation might be where you have two agencies on your link which
4083 are both 'isolated' and 'bounded', which means that they are really limited
4084 to their assigned rate, and also won't allow each other to borrow.
4085 </Para>
4087 <Para>
4088 Within such an agency class, there might be other classes which are allowed
4089 to swap bandwidth.
4090 </Para>
4092 </Sect3>
4094 <Sect3>
4095 <Title>Sample configuration</Title>
4096 <Screen>
4098                1:           root qdisc
4099                |
4100               1:1           child class
4101              /   \
4102             /     \
4103           1:3     1:4       leaf classes
4104            |       |
4105           30:     40:       qdiscs
4106          (sfq)   (sfq)
4107 </Screen>
4109 <Para>
4110 This configuration limits webserver traffic to 5mbit and SMTP traffic to 3
4111 mbit. Together, they may not get more than 6mbit. We have a 100mbit NIC and
4112 the classes may borrow bandwidth from each other.
4114 <Screen>
4115 # tc qdisc add dev eth0 root handle 1:0 cbq bandwidth 100Mbit         \
4116   avpkt 1000 cell 8
4117 # tc class add dev eth0 parent 1:0 classid 1:1 cbq bandwidth 100Mbit  \
4118   rate 6Mbit weight 0.6Mbit prio 8 allot 1514 cell 8 maxburst 20      \
4119   avpkt 1000 bounded
4120 </Screen>
4122 This part installs the root and the customary 1:1 class. The 1:1 class is
4123 bounded, so the total bandwidth can't exceed 6mbit.
4124 </Para>
4126 <Para>
4127 As said before, CBQ requires a *lot* of knobs. All parameters are explained
4128 above, however. The corresponding HTB configuration is lots simpler.
4129 </Para>
4131 <Para>
4133 <Screen>
4134 # tc class add dev eth0 parent 1:1 classid 1:3 cbq bandwidth 100Mbit  \
4135   rate 5Mbit weight 0.5Mbit prio 5 allot 1514 cell 8 maxburst 20      \
4136   avpkt 1000                       
4137 # tc class add dev eth0 parent 1:1 classid 1:4 cbq bandwidth 100Mbit  \
4138   rate 3Mbit weight 0.3Mbit prio 5 allot 1514 cell 8 maxburst 20      \
4139   avpkt 1000
4140 </Screen>
4142 </Para>
4144 <Para>
4145 These are our two leaf classes. Note how we scale the weight with the configured
4146 rate. Both classes are not bounded, but they are connected to class 1:1
4147 which is bounded.  So the sum of bandwith of the 2 classes will never be
4148 more than 6mbit. The classids need to be within the same major number as
4149 the parent qdisc, by the way!
4150 </Para>
4152 <Para>
4154 <Screen>
4155 # tc qdisc add dev eth0 parent 1:3 handle 30: sfq
4156 # tc qdisc add dev eth0 parent 1:4 handle 40: sfq
4157 </Screen>
4159 </Para>
4161 <Para>
4162 Both classes have a FIFO qdisc by default.  But we replaced these with an SFQ
4163 queue so each flow of data is treated equally.
4165 <Screen>
4166 # tc filter add dev eth0 parent 1:0 protocol ip prio 1 u32 match ip \
4167   sport 80 0xffff flowid 1:3
4168 # tc filter add dev eth0 parent 1:0 protocol ip prio 1 u32 match ip \
4169   sport 25 0xffff flowid 1:4
4170 </Screen>
4172 </Para>
4174 <Para>
4175 These commands, attached directly to the root, send traffic to the right
4176 qdiscs.
4177 </Para>
4179 <Para>
4180 Note that we use 'tc class add' to CREATE classes within a qdisc, but that
4181 we use 'tc qdisc add' to actually add qdiscs to these classes.
4182 </Para>
4184 <Para>
4185 You may wonder what happens to traffic that is not classified by any of the
4186 two rules. It appears that in this case, data will then be processed within
4187 1:0, and be unlimited. 
4188 </Para>
4190 <Para>
4191 If SMTP+web together try to exceed the set limit of 6mbit/s, bandwidth will
4192 be divided according to the weight parameter, giving 5/8 of traffic to  the
4193 webserver and 3/8 to the mail server.
4194 </Para>
4196 <Para>
4197 With this configuration you can also say that webserver traffic will always
4198 get at minimum 5/8 * 6 mbit = 3.75 mbit.
4199 </Para>
4201 </Sect3>
4203 <Sect3>
4204 <Title>Other CBQ parameters: split &amp; defmap</Title>
4206 <Para>
4207 As said before, a classful qdisc needs to call filters to determine
4208 which class a packet will be enqueued to. 
4209 </Para>
4211 <Para>
4212 Besides calling the filter, CBQ offers other options, defmap &amp; split.
4213 This is pretty complicated to understand, and it is not vital. But as this
4214 is the only known place where defmap &amp; split are properly explained, I'm
4215 doing my best. 
4216 </Para>
4218 <Para>
4219 As you will often want to filter on the Type of Service field only, a special
4220 syntax is provided. Whenever the CBQ needs to figure out where a packet
4221 needs to be enqueued, it checks if this node is a 'split node'. If so, one
4222 of the sub-qdiscs has indicated that it wishes to receive all packets with
4223 a certain configured priority, as might be derived from the TOS field, or
4224 socket options set by applications.
4225 </Para>
4227 <Para>
4228 The packets' priority bits are and-ed with the defmap field to see if a match
4229 exists. In other words, this is a short-hand way of creating a very fast
4230 filter, which only matches certain priorities. A defmap of ff (hex) will
4231 match everything, a map of 0 nothing. A sample configuration may help make
4232 things clearer:
4233 </Para>
4235 <Para>
4237 <Screen>
4238 # tc qdisc add dev eth1 root handle 1: cbq bandwidth 10Mbit allot 1514 \
4239   cell 8 avpkt 1000 mpu 64
4241 # tc class add dev eth1 parent 1:0 classid 1:1 cbq bandwidth 10Mbit    \
4242   rate 10Mbit allot 1514 cell 8 weight 1Mbit prio 8 maxburst 20        \
4243   avpkt 1000
4244 </Screen>
4246 Standard CBQ preamble. I never get used to the sheer amount of numbers
4247 required!
4248 </Para>
4250 <Para>
4251 Defmap refers to TC_PRIO bits, which are defined as follows:
4252 </Para>
4254 <Para>
4256 <Screen>
4257 TC_PRIO..          Num  Corresponds to TOS
4258 -------------------------------------------------
4259 BESTEFFORT         0    Maximize Reliablity        
4260 FILLER             1    Minimize Cost              
4261 BULK               2    Maximize Throughput (0x8)  
4262 INTERACTIVE_BULK   4                               
4263 INTERACTIVE        6    Minimize Delay (0x10)      
4264 CONTROL            7                               
4265 </Screen>
4267 </Para>
4269 <Para>
4270 The TC_PRIO.. number corresponds to bits, counted from the right. See the
4271 pfifo_fast section for more details how TOS bits are converted to
4272 priorities.
4273 </Para>
4275 <Para>
4276 Now the interactive and the bulk classes:
4277 </Para>
4279 <Para>
4281 <Screen>
4282 # tc class add dev eth1 parent 1:1 classid 1:2 cbq bandwidth 10Mbit     \
4283   rate 1Mbit allot 1514 cell 8 weight 100Kbit prio 3 maxburst 20        \
4284   avpkt 1000 split 1:0 defmap c0
4286 # tc class add dev eth1 parent 1:1 classid 1:3 cbq bandwidth 10Mbit     \
4287   rate 8Mbit allot 1514 cell 8 weight 800Kbit prio 7 maxburst 20        \
4288   avpkt 1000 split 1:0 defmap 3f
4289 </Screen>
4291 </Para>
4293 <Para>
4294 The 'split qdisc' is 1:0, which is where the choice will be made. C0 is
4295 binary for 11000000, 3F for 00111111, so these two together will match
4296 everything. The first class matches bits 7 &#38; 6, and thus corresponds 
4297 to 'interactive' and 'control' traffic. The second class matches the rest.
4298 </Para>
4300 <Para>
4301 Node 1:0 now has a table like this:
4303 <Screen>
4304 priority        send to
4305 0               1:3
4306 1               1:3
4307 2               1:3
4308 3               1:3
4309 4               1:3
4310 5               1:3
4311 6               1:2
4312 7               1:2
4313 </Screen>
4315 </Para>
4317 <Para>
4318 For additional fun, you can also pass a 'change mask', which indicates
4319 exactly which priorities you wish to change. You only need to use this if you
4320 are running 'tc class change'. For example, to add best effort traffic to
4321 1:2, we could run this:
4322 </Para>
4324 <Para>
4326 <Screen>
4327 # tc class change dev eth1 classid 1:2 cbq defmap 01/01
4328 </Screen>
4330 </Para>
4332 <Para>
4333 The priority map over at 1:0 now looks like this:
4334 </Para>
4336 <Para>
4338 <Screen>
4339 priority        send to
4340 0               1:2
4341 1               1:3
4342 2               1:3
4343 3               1:3
4344 4               1:3
4345 5               1:3
4346 6               1:2
4347 7               1:2
4348 </Screen>
4350 </Para>
4352 <Para>
4353 FIXME: did not test 'tc class change', only looked at the source.
4354 </Para>
4356 </Sect3>
4358 </Sect2>
4360 <Sect2>
4361 <Title>Hierarchical Token Bucket </Title>
4363 <Para>
4364 Martin Devera (&lt;devik&gt;) rightly realised that CBQ is complex and does
4365 not seem optimized for many typical situations. His Hierarchical approach is
4366 well suited for setups where you have a fixed amount of bandwidth which you
4367 want to divide for different purposes, giving each purpose a guaranteed
4368 bandwidth, with the possibility of specifying how much bandwidth can be
4369 borrowed.
4370 </Para>
4372 <Para>
4373 HTB works just like CBQ but does not resort to idle time calculations to
4374 shape. Instead, it is a classful Token Bucket Filter - hence the name. It
4375 has only a few parameters, which are well documented on his 
4376 <ULink
4377 URL="http://luxik.cdi.cz/~devik/qos/htb/"
4378 >site</ULink
4380 </Para>
4382 <Para>
4383 As your HTB configuration gets more complex, your configuration scales
4384 well. With CBQ it is already complex even in simple cases! HTB3 (check
4385 <ulink url="http://luxik.cdi.cz/~devik/qos/htb/">its homepage</ulink> for
4386 details on HTB versions) is now part of the official kernel sources 
4387 (from 2.4.20-pre1 and 2.5.31 onwards). However, maybe you still need to
4388 get a HTB3 patched version of 'tc': HTB kernel and userspace parts must
4389 be the same major version, or 'tc' will not work with HTB.
4391 </Para>
4393 <Para>
4394 If you already have a modern kernel, or are in a position to patch your 
4395 kernel, by all means consider HTB.
4396 </para>
4399 <Sect3>
4400 <Title>Sample configuration</Title>
4402 <Para>
4403 Functionally almost identical to the CBQ sample configuration above:
4404 </Para>
4406 <Para>
4408 <Screen>
4409 # tc qdisc add dev eth0 root handle 1: htb default 30
4411 # tc class add dev eth0 parent 1: classid 1:1 htb rate 6mbit burst 15k
4413 # tc class add dev eth0 parent 1:1 classid 1:10 htb rate 5mbit burst 15k
4414 # tc class add dev eth0 parent 1:1 classid 1:20 htb rate 3mbit ceil 6mbit burst 15k
4415 # tc class add dev eth0 parent 1:1 classid 1:30 htb rate 1kbit ceil 6mbit burst 15k
4416 </Screen>
4418 </Para>
4420 <Para>
4421 The author then recommends SFQ for beneath these classes:
4423 <Screen>
4424 # tc qdisc add dev eth0 parent 1:10 handle 10: sfq perturb 10
4425 # tc qdisc add dev eth0 parent 1:20 handle 20: sfq perturb 10
4426 # tc qdisc add dev eth0 parent 1:30 handle 30: sfq perturb 10
4427 </Screen>
4429 </Para>
4431 <Para>
4432 Add the filters which direct traffic to the right classes:
4434 <Screen>
4435 # U32="tc filter add dev eth0 protocol ip parent 1:0 prio 1 u32"
4436 # $U32 match ip dport 80 0xffff flowid 1:10
4437 # $U32 match ip sport 25 0xffff flowid 1:20
4438 </Screen>
4440 And that's it - no unsightly unexplained numbers, no undocumented
4441 parameters. 
4442 </Para>
4444 <Para>
4445 HTB certainly looks wonderful - if 10: and 20: both have their guaranteed
4446 bandwidth, and more is left to divide, they borrow in a 5:3 ratio, just as
4447 you would expect.
4448 </Para>
4450 <Para>
4451 Unclassified traffic gets routed to 30:, which has little bandwidth of its
4452 own but can borrow everything that is left over. Because we chose SFQ
4453 internally, we get fairness thrown in for free!
4454 </Para>
4456 </Sect3>
4458 </Sect2>
4460 </Sect1>
4462 <Sect1 id="lartc.qdisc.filters">
4463   <Title>Classifying packets with filters</Title>
4465 <Para>
4466 To determine which class shall process a packet, the so-called 'classifier
4467 chain' is called each time a choice needs to be made. This chain consists of
4468 all filters attached to the classful qdisc that needs to decide.
4469 </Para>
4471 <Para>To reiterate the tree, which is not a tree:
4472 </Para>
4474 <Screen width="80">
4475                     root 1:
4476                       |
4477                     _1:1_
4478                    /  |  \
4479                   /   |   \
4480                  /    |    \
4481                10:   11:   12:
4482               /   \       /   \
4483            10:1  10:2   12:1  12:2
4484 </Screen>
4486 <Para>
4487 When enqueueing a packet, at each branch the filter chain is consulted for a
4488 relevant instruction. A typical setup might be to have a filter in 1:1 that
4489 directs a packet to 12: and a filter on 12: that sends the packet to 12:2.
4490 </Para>
4492 <Para>
4493 You might also attach this latter rule to 1:1, but you can make efficiency
4494 gains by having more specific tests lower in the chain.
4495 </Para>
4497 <Para>
4498 You can't filter a packet 'upwards', by the way. Also, with HTB, you should
4499 attach all filters to the root!
4500 </Para>
4502 <Para>
4503 And again - packets are only enqueued downwards! When they are dequeued,
4504 they go up again, where the interface lives. They do NOT fall off the end of
4505 the tree to the network adaptor!
4506 </Para>
4508 <Sect2>
4509 <Title>Some simple filtering examples</Title>
4511 <Para>
4512 As explained in the Classifier chapter, you can match on literally anything,
4513 using a very complicated syntax. To start, we will show how to do the
4514 obvious things, which luckily are quite easy.
4515 </Para>
4517 <Para>
4518 Let's say we have a PRIO qdisc called '10:' which contains three classes, and
4519 we want to assign all traffic from and to port 22 to the highest priority
4520 band, the filters would be:
4521 </Para>
4523 <Para>
4525 <Screen>
4526 # tc filter add dev eth0 protocol ip parent 10: prio 1 u32 match \ 
4527   ip dport 22 0xffff flowid 10:1
4528 # tc filter add dev eth0 protocol ip parent 10: prio 1 u32 match \
4529   ip sport 80 0xffff flowid 10:1
4530 # tc filter add dev eth0 protocol ip parent 10: prio 2 flowid 10:2
4531 </Screen>
4533 </Para>
4535 <Para>
4536 What does this say? It says: attach to eth0, node 10: a  priority 1 u32
4537 filter that matches on IP destination port 22 *exactly* and send it to band
4538 10:1. And it then repeats the same for source port 80. The last command says
4539 that anything unmatched so far should go to band 10:2, the next-highest
4540 priority.
4541 </Para>
4543 <Para>
4544 You need to add 'eth0', or whatever your interface is called, because each
4545 interface has a unique namespace of handles.
4546 </Para>
4548 <Para>
4549 To select on an IP address, use this:
4551 <Screen>
4552 # tc filter add dev eth0 parent 10:0 protocol ip prio 1 u32 \ 
4553   match ip dst 4.3.2.1/32 flowid 10:1
4554 # tc filter add dev eth0 parent 10:0 protocol ip prio 1 u32 \
4555   match ip src 1.2.3.4/32 flowid 10:1
4556 # tc filter add dev eth0 protocol ip parent 10: prio 2      \
4557   flowid 10:2
4558 </Screen>
4560 </Para>
4562 <Para>
4563 This assigns traffic to 4.3.2.1 and traffic from 1.2.3.4 to the highest
4564 priority queue, and the rest to the next-highest one.
4565 </Para>
4567 <Para>
4568 You can concatenate matches, to match on traffic from 1.2.3.4 and from port
4569 80, do this:
4571 <Screen>
4572 # tc filter add dev eth0 parent 10:0 protocol ip prio 1 u32 match ip src 4.3.2.1/32
4573   match ip sport 80 0xffff flowid 10:1
4574 </Screen>
4576 </Para>
4578 </Sect2>
4580 <Sect2 id="lartc.filtering.simple">
4581 <Title>All the filtering commands you will normally need</Title>
4583 <Para>
4584 Most shaping commands presented here start with this preamble:
4586 <Screen>
4587 # tc filter add dev eth0 parent 1:0 protocol ip prio 1 u32 ..
4588 </Screen>
4590 These are the so called 'u32' matches, which can match on ANY part of a
4591 packet.
4592 <VariableList>
4594 <VarListEntry>
4595 <Term>On source/destination address</Term>
4596 <ListItem>
4597 <Para>
4598 Source mask 'match ip src 1.2.3.0/24', destination mask 'match ip dst
4599 4.3.2.0/24'. To match a single host, use /32, or omit the mask.
4600 </Para></ListItem>
4601 </VarListEntry>
4602 <VarListEntry>
4603 <Term>On source/destination port, all IP protocols</Term>
4604 <ListItem>
4605 <Para>
4606 Source: 'match ip sport 80 0xffff', 'match ip dport 0xffff'
4607 </Para></ListItem>
4608 </VarListEntry>
4609 <VarListEntry>
4610 <Term>On ip protocol (tcp, udp, icmp, gre, ipsec)</Term>
4611 <ListItem>
4612 <Para>
4613 Use the numbers from /etc/protocols, for example, icmp is 1: 'match ip
4614 protocol 1 0xff'. 
4615 </Para></ListItem>
4616 </VarListEntry>
4617 <VarListEntry>
4618 <Term>On fwmark</Term>
4619 <ListItem>
4620 <Para>
4621 You can mark packets with either ipchains or iptables and have that mark
4622 survive routing across interfaces. This is really useful to for example only
4623 shape traffic on eth1 that came in on eth0. Syntax:
4624 <screen>
4625 # tc filter add dev eth1 protocol ip parent 1:0 prio 1 handle 6 fw flowid 1:1
4626 </screen>
4627 Note that this is not a u32 match!
4628 </Para>
4630 <Para>
4631 You can place a mark like this:
4633 <Screen>
4634 # iptables -A PREROUTING -t mangle -i eth0 -j MARK --set-mark 6
4635 </Screen>
4637 The number 6 is arbitrary.
4638 </Para>
4640 <Para>
4641 If you don't want to understand the full tc filter syntax, just use
4642 iptables, and only learn to select on fwmark.
4643 </Para></ListItem>
4644 </VarListEntry>
4645 <VarListEntry>
4646 <Term>On the TOS field</Term>
4647 <ListItem>
4648 <Para>
4649 To select interactive, minimum delay traffic:
4651 <Screen>
4652 # tc filter add dev ppp0 parent 1:0 protocol ip prio 10 u32 \
4653       match ip tos 0x10 0xff \
4654      flowid 1:4
4655 </Screen>
4657 Use 0x08 0xff for bulk traffic.
4658 </Para></ListItem>
4659 </VarListEntry>
4660 </VariableList>
4661 </Para>
4663 <Para>
4664 For more filtering commands, see the Advanced Filters chapter.
4665 </Para>
4667 </Sect2>
4669 </Sect1>
4670 <Sect1 id="lartc.imq">
4671 <Title>The Intermediate queueing device (IMQ)</Title>
4673 <Para>
4674 The Intermediate queueing device is not a qdisc but its usage is tightly bound
4675 to qdiscs. Within linux, qdiscs are attached to network devices and everything
4676 that is queued to the device is first queued to the qdisc. From this concept,
4677 two limitations arise:
4678 </Para>
4680 <Para>
4681 1. Only egress shaping is possible (an ingress qdisc exists, but its
4682 possibilities are very limited compared to classful qdiscs).
4683 </Para>
4685 <Para>
4686 2. A qdisc can only see traffic of one interface, global limitations can't be
4687 placed.
4688 </Para>
4690 <Para>
4691 IMQ is there to help solve those two limitations. In short, you can put 
4692 everything you choose in a qdisc. Specially marked packets get intercepted
4693 in netfilter NF_IP_PRE_ROUTING and NF_IP_POST_ROUTING hooks and pass through
4694 the qdisc attached to an imq device. An iptables target is used for marking
4695 the packets.
4696 </Para>
4698 <Para>
4699 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.
4700 You can also do lots of other stuff like just putting your http traffic in a
4701 qdisc, put new connection requests in a qdisc, ...
4702 </Para>
4704 <Sect2>
4705 <Title>Sample configuration</Title>
4707 <Para>
4708 The first thing that might come to mind is use ingress shaping to give yourself
4709 a high guaranteed bandwidth. ;)
4710 Configuration is just like with any other interface:
4712 <Screen>
4713 tc qdisc add dev imq0 root handle 1: htb default 20
4715 tc class add dev imq0 parent 1: classid 1:1 htb rate 2mbit burst 15k
4717 tc class add dev imq0 parent 1:1 classid 1:10 htb rate 1mbit
4718 tc class add dev imq0 parent 1:1 classid 1:20 htb rate 1mbit
4720 tc qdisc add dev imq0 parent 1:10 handle 10: pfifo
4721 tc qdisc add dev imq0 parent 1:20 handle 20: sfq
4723 tc filter add dev imq0 parent 10:0 protocol ip prio 1 u32 match \
4724                 ip dst 10.0.0.230/32 flowid 1:10
4725 </Screen>
4727 In this example u32 is used for classification. Other classifiers should work as
4728 expected.
4729 Next traffic has to be selected and marked to be enqueued to imq0.
4731 <Screen>
4732 iptables -t mangle -A PREROUTING -i eth0 -j IMQ --todev 0
4734 ip link set imq0 up
4735 </Screen>
4737 </Para>
4739 <Para>
4740 The IMQ iptables targets is valid in the PREROUTING and POSTROUTING chains of
4741 the mangle table. It's syntax is 
4743 <Screen>
4744 IMQ [ --todev n ]       n : number of imq device
4745 </Screen>
4747 An ip6tables target is also provided.
4748 </Para>
4750 <Para>
4751 Please note traffic is not enqueued when the target is hit but afterwards.
4752 The exact location where traffic enters the imq device depends on the
4753 direction of the traffic (in/out).
4754 These are the predefined netfilter hooks used by iptables:
4756 <Screen>
4757 enum nf_ip_hook_priorities {
4758         NF_IP_PRI_FIRST = INT_MIN,
4759         NF_IP_PRI_CONNTRACK = -200,
4760         NF_IP_PRI_MANGLE = -150,
4761         NF_IP_PRI_NAT_DST = -100,
4762         NF_IP_PRI_FILTER = 0,
4763         NF_IP_PRI_NAT_SRC = 100,
4764         NF_IP_PRI_LAST = INT_MAX,
4766 </Screen>
4768 </Para>
4770 <Para>
4771 For ingress traffic, imq registers itself with NF_IP_PRI_MANGLE + 1 priority
4772 which means packets enter the imq device directly after the mangle PREROUTING
4773 chain has been passed.
4774 </Para>
4776 <Para>
4777 For egress imq uses NF_IP_PRI_LAST which honours the fact that packets dropped
4778 by the filter table won't occupy bandwidth.
4779 </Para>
4781 <Para>
4782 The patches and some more information can be found at the
4783 <ULink
4784 URL="http://luxik.cdi.cz/~patrick/imq/"
4785 >imq site</ULink>.
4786 </Para>
4788 </Sect2>
4790 </Sect1>
4792 </chapter>
4794 <chapter id="lartc.loadshare">
4795 <Title>Load sharing over multiple interfaces</Title>
4797 <Para>
4798 There are several ways of doing this. One of the easiest and straightforward
4799 ways is 'TEQL' - "True" (or "trivial") link equalizer. Like most things
4800 having to do with queueing, load sharing goes both ways. Both ends of a link
4801 may need to participate for full effect.
4802 </Para>
4804 <Para>
4805 Imagine this situation:
4806 </Para>
4808 <Para>
4810 <Screen>
4811                  +-------+   eth1   +-------+
4812                  |       |==========|       |
4813  'network 1' ----|   A   |          |   B   |---- 'network 2'
4814                  |       |==========|       |
4815                  +-------+   eth2   +-------+
4816 </Screen>
4818 </Para>
4820 <Para>
4821 A and B are routers, and for the moment we'll assume both run Linux. If
4822 traffic is going from network 1 to network 2, router A needs to distribute
4823 the packets over both links to B. Router B needs to be configured to accept
4824 this. Same goes the other way around, when packets go from network 2 to
4825 network 1, router B needs to send the packets over both eth1 and eth2.
4826 </Para>
4828 <Para>
4829 The distributing part is done by a 'TEQL' device, like this (it couldn't be
4830 easier):
4831 </Para>
4833 <Para>
4835 <Screen>
4836 # tc qdisc add dev eth1 root teql0
4837 # tc qdisc add dev eth2 root teql0
4838 # ip link set dev teql0 up
4839 </Screen>
4841 </Para>
4843 <Para>
4844 Don't forget the 'ip link set up' command!
4845 </Para>
4847 <Para>
4848 This needs to be done on both hosts. The device teql0 is basically a
4849 roundrobbin distributor over eth1 and eth2, for sending packets. No data
4850 ever comes in over an teql device, that just appears on the 'raw' eth1 and
4851 eth2.
4852 </Para>
4854 <Para>
4855 But now we just have devices, we also need proper routing. One way to do
4856 this is to assign a /31 network to both links, and a /31 to the teql0 device
4857 as well:
4858 </Para>
4860 <Para>
4861 On router A:
4863 <Screen>
4864 # ip addr add dev eth1 10.0.0.0/31
4865 # ip addr add dev eth2 10.0.0.2/31
4866 # ip addr add dev teql0 10.0.0.4/31
4867 </Screen>
4869 </Para>
4871 <Para>
4872 On router B:
4874 <Screen>
4875 # ip addr add dev eth1 10.0.0.1/31
4876 # ip addr add dev eth2 10.0.0.3/31
4877 # ip addr add dev teql0 10.0.0.5/31
4878 </Screen>
4880 </Para>
4882 <Para>
4883 Router A should now be able to ping 10.0.0.1, 10.0.0.3 and 10.0.0.5 over the
4884 2 real links and the 1 equalized device. Router B should be able to ping
4885 10.0.0.0, 10.0.0.2 and 10.0.0.4 over the links.
4886 </Para>
4888 <Para>
4889 If this works, Router A should make 10.0.0.5 its route for reaching network
4890 2, and Router B should make 10.0.0.4 its route for reaching network 1. For
4891 the special case where network 1 is your network at home, and network 2 is
4892 the Internet, Router A should make 10.0.0.5 its default gateway.
4893 </Para>
4895 <Sect1 id="lartc.loadshare.caveats">
4896   <Title>Caveats</Title>
4898 <Para>
4899 Nothing is as easy as it seems. eth1 and eth2 on both router A and B need to
4900 have return path filtering turned off, because they will otherwise drop
4901 packets destined for ip addresses other than their own:
4902 </Para>
4904 <Para>
4906 <Screen>
4907 # echo 0 &#62; /proc/sys/net/ipv4/conf/eth1/rp_filter
4908 # echo 0 &#62; /proc/sys/net/ipv4/conf/eth2/rp_filter
4909 </Screen>
4911 </Para>
4913 <Para>
4914 Then there is the nasty problem of packet reordering. Let's say 6 packets
4915 need to be sent from A to B - eth1 might get 1, 3 and 5. eth2 would then do
4916 2, 4 and 6. In an ideal world, router B would receive this in order, 1, 2,
4917 3, 4, 5, 6. But the possibility is very real that the kernel gets it like
4918 this: 2, 1, 4, 3, 6, 5. The problem is that this confuses TCP/IP. While not
4919 a problem for links carrying many different TCP/IP sessions, you won't be
4920 able to to a bundle multiple links and get to ftp a single file lots faster,
4921 except when your receiving or sending OS is Linux, which is not easily
4922 shaken by some simple reordering.
4923 </Para>
4925 <Para>
4926 However, for lots of applications, link load balancing is a great idea.
4927 </Para>
4929 </Sect1>
4930 <Sect1 id="lartc.loadshare.other">
4931   <Title>Other possibilities</Title>
4932 <para>
4933 William Stearns has used an advanced tunneling setup to achieve good use of
4934 multiple, unrelated, internet connections together. It can be found on
4935 <ULink
4936 URL="http://www.stearns.org/tunnel/">his tunneling page</ULink>.
4937 </para>
4938 <para>
4939 The HOWTO may feature more about this in the future.
4940 </para>
4941 </Sect1>
4942 </chapter>
4944 <chapter id="lartc.netfilter">
4945 <Title>Netfilter &amp; iproute - marking packets</Title>
4947 <Para>
4948 So far we've seen how iproute works, and netfilter was mentioned a few
4949 times. This would be a good time to browse through <ULink
4950 URL="http://netfilter.samba.org/unreliable-guides/"
4951 >Rusty's Remarkably Unreliable Guides</ULink
4952 >. Netfilter itself
4953 can be found <ULink
4954 URL="http://netfilter.filewatcher.org/"
4955 >here</ULink
4957 </Para>
4959 <Para>
4960 Netfilter allows us to filter packets, or mangle their headers. One special
4961 feature is that we can mark a packet with a number. This is done with the
4962 --set-mark facility. 
4963 </Para>
4965 <Para>
4966 As an example, this command marks all packets destined for port 25, outgoing
4967 mail:
4968 </Para>
4970 <Para>
4972 <Screen>
4973 # iptables -A PREROUTING -i eth0 -t mangle -p tcp --dport 25 \
4974  -j MARK --set-mark 1
4975 </Screen>
4977 </Para>
4979 <Para>
4980 Let's say that we have multiple connections, one that is fast (and
4981 expensive, per megabyte) and one that is slower, but flat fee. We would most
4982 certainly like outgoing mail to go via the cheap route.
4983 </Para>
4985 <Para>
4986 We've already marked the packets with a '1', we now instruct the routing
4987 policy database to act on this:
4988 </Para>
4990 <Para>
4992 <Screen>
4993 # echo 201 mail.out &#62;&#62; /etc/iproute2/rt_tables
4994 # ip rule add fwmark 1 table mail.out
4995 # ip rule ls
4996 0:      from all lookup local 
4997 32764:  from all fwmark        1 lookup mail.out 
4998 32766:  from all lookup main 
4999 32767:  from all lookup default 
5000 </Screen>
5002 </Para>
5004 <Para>
5005 Now we generate the mail.out table with a route to the slow but cheap link:
5007 <Screen>
5008 # /sbin/ip route add default via 195.96.98.253 dev ppp0 table mail.out
5009 </Screen>
5011 </Para>
5013 <Para>
5014 And we are done. Should we want to make exceptions, there are lots of ways
5015 to achieve this. We can modify the netfilter statement to exclude certain
5016 hosts, or we can insert a rule with a lower priority that points to the main
5017 table for our excepted hosts.
5018 </Para>
5020 <Para>
5021 We can also use this feature to honour TOS bits by marking packets with a
5022 different type of service with different numbers, and creating rules to act
5023 on that. This way you can even dedicate, say, an ISDN line to interactive
5024 sessions.
5025 </Para>
5027 <Para>
5028 Needless to say, this also works fine on a host that's doing NAT
5029 ('masquerading').
5030 </Para>
5032 <Para>
5033 IMPORTANT: We received a report that MASQ and SNAT at least collide
5034 with marking packets. Rusty Russell explains it in
5035 <ULink
5036 URL="http://lists.samba.org/pipermail/netfilter/2000-November/006089.html"
5037 >this posting</ULink
5038 >. Turn off the reverse path filter to make it work
5039 properly.
5040 </Para>
5042 <Para>
5043 Note: to mark packets, you need to have some options enabled in your
5044 kernel:
5045 </Para>
5047 <Para>
5049 <Screen>
5050 IP: advanced router (CONFIG_IP_ADVANCED_ROUTER) [Y/n/?]
5051 IP: policy routing (CONFIG_IP_MULTIPLE_TABLES) [Y/n/?]
5052 IP: use netfilter MARK value as routing key (CONFIG_IP_ROUTE_FWMARK) [Y/n/?]
5053 </Screen>
5055 </Para>
5057 <Para>
5058 See also the <xref linkend="lartc.cookbook.squid"> in the
5059 <citetitle><xref linkend="lartc.cookbook"></citetitle>.
5060 </Para>
5062 </chapter>
5064 <chapter id="lartc.adv-filter"
5065   xreflabel="Advanced filters for (re-)classifying packets">
5066   <Title>Advanced filters for (re-)classifying packets</Title>
5068 <Para>
5069 As explained in the section on classful queueing disciplines, filters are
5070 needed to classify packets into any of the sub-queues. These filters are
5071 called from within the classful qdisc.
5072 </Para>
5074 <Para>
5075 Here is an incomplete list of classifiers available:
5076 <VariableList>
5078 <VarListEntry>
5079 <Term>fw</Term>
5080 <ListItem>
5081 <Para>
5082 Bases the decision on how the firewall has marked the packet. This can be
5083 the easy way out if you don't want to learn tc filter syntax. See the
5084 Queueing chapter for details.
5085 </Para></ListItem>
5086 </VarListEntry>
5087 <VarListEntry>
5088 <Term>u32</Term>
5089 <ListItem>
5090 <Para>
5091 Bases the decision on fields within the packet (i.e. source IP address, etc)
5092 </Para></ListItem>
5093 </VarListEntry>
5094 <VarListEntry>
5095 <Term>route</Term>
5096 <ListItem>
5097 <Para>
5098 Bases the decision on which route the packet will be routed by
5099 </Para></ListItem>
5100 </VarListEntry>
5101 <VarListEntry>
5102 <Term>rsvp, rsvp6</Term>
5103 <ListItem>
5104 <Para>
5105 Routes packets based on <ULink
5106 URL="http://www.isi.edu/div7/rsvp/overview.html"
5107 >RSVP </ULink
5108 >. Only useful
5109 on networks you control - the Internet does not respect RSVP.
5110 </Para></ListItem>
5111 </VarListEntry>
5112 <VarListEntry>
5113 <Term>tcindex</Term>
5114 <ListItem>
5115 <Para>
5116 Used in the DSMARK qdisc, see the relevant section.
5117 </Para></ListItem>
5118 </VarListEntry>
5119 </VariableList>
5120 </Para>
5122 <Para>
5123 Note that in general there are many ways in which you can classify packet
5124 and that it generally comes down to preference as to which system you wish
5125 to use.
5126 </Para>
5128 <Para>
5129 Classifiers in general accept a few arguments in common. They are listed
5130 here for convenience:
5131 </Para>
5133 <Para>
5134 <VariableList>
5136 <VarListEntry>
5137 <Term>protocol</Term>
5138 <ListItem>
5139 <Para>
5140 The protocol this classifier will accept. Generally you will only be
5141 accepting only IP traffic. Required.
5142 </Para></ListItem>
5143 </VarListEntry>
5144 <VarListEntry>
5145 <Term>parent</Term>
5146 <ListItem>
5147 <Para>
5148 The handle this classifier is to be attached to. This handle must be
5149 an already existing class. Required.
5150 </Para></ListItem>
5151 </VarListEntry>
5152 <VarListEntry>
5153 <Term>prio</Term>
5154 <ListItem>
5155 <Para>
5156 The priority of this classifier. Lower numbers get tested first.
5157 </Para></ListItem>
5158 </VarListEntry>
5159 <VarListEntry>
5160 <Term>handle</Term>
5161 <ListItem>
5162 <Para>
5163 This handle means different things to different filters.
5164 </Para></ListItem>
5165 </VarListEntry>
5166 </VariableList>
5167 </Para>
5169 <Para>
5170 All the following sections will assume you are trying to shape the traffic
5171 going to <Literal remap="tt">HostA</Literal>. They will assume that the root class has been
5172 configured on 1: and that the class you want to send the selected traffic to
5173 is 1:1.
5174 </Para>
5176 <Sect1 id="lartc.adv-filter.u32">
5177   <Title>The <option>u32</option> classifier</Title>
5179 <Para>
5180 The U32 filter is the most advanced filter available in the current
5181 implementation. It entirely based on hashing tables, which make it
5182 robust when there are many filter rules.
5183 </Para>
5185 <Para>
5186 In its simplest form the U32 filter is a list of records, each
5187 consisting of two fields: a selector and an action. The selectors,
5188 described below, are compared with the currently processed IP packet
5189 until the first match occurs, and then the associated action is performed.
5190 The simplest type of action would be directing the packet into defined
5191 CBQ class.
5192 </Para>
5194 <Para>
5195 The command line of <Literal remap="tt">tc filter</Literal> program, used to configure the filter,
5196 consists of three parts: filter specification, a selector and an action.
5197 The filter specification can be defined as:
5198 </Para>
5200 <Para>
5202 <Screen>
5203 tc filter add dev IF [ protocol PROTO ]
5204                      [ (preference|priority) PRIO ]
5205                      [ parent CBQ ]
5206 </Screen>
5208 </Para>
5210 <Para>
5211 The <Literal remap="tt">protocol</Literal> field describes protocol that the filter will be
5212 applied to. We will only discuss case of <Literal remap="tt">ip</Literal> protocol. The
5213 <Literal remap="tt">preference</Literal> field (<Literal remap="tt">priority</Literal> can be used alternatively)
5214 sets the priority of currently defined filter. This is important, since
5215 you can have several filters (lists of rules) with different priorities.
5216 Each list will be passed in the order the rules were added, then list with
5217 lower priority (higher preference number) will be processed. The <Literal remap="tt">parent</Literal>
5218 field defines the CBQ tree top (e.g. 1:0), the filter should be attached
5220 </Para>
5222 <Para>
5223 The options described above apply to all filters, not only U32.
5224 </Para>
5226 <Sect2>
5227 <Title>U32 selector </Title>
5229 <Para>
5230 The U32 selector contains definition of the pattern, that will be matched
5231 to the currently processed packet. Precisely, it defines which bits are
5232 to be matched in the packet header and nothing more, but this simple
5233 method is very powerful. Let's take a look at the following examples,
5234 taken directly from a pretty complex, real-world filter:
5235 </Para>
5237 <Para>
5239 <Screen>
5240 # tc filter add dev eth0 protocol ip parent 1:0 pref 10 u32 \
5241   match u32 00100000 00ff0000 at 0 flowid 1:10
5242 </Screen>
5244 </Para>
5246 <Para>
5247 For now, leave the first line alone - all these parameters describe
5248 the filter's hash tables. Focus on the selector line, containing
5249 <Literal remap="tt">match</Literal> keyword. This selector will match to IP headers, whose
5250 second byte will be 0x10 (0010). As you can guess, the 00ff number is
5251 the match mask, telling the filter exactly which bits to match. Here
5252 it's 0xff, so the byte will match if it's exactly 0x10. The <Literal remap="tt">at</Literal>
5253 keyword means that the match is to be started at specified offset (in
5254 bytes) -- in this case it's beginning of the packet.  Translating all
5255 that to human language, the packet will match if its Type of Service
5256 field will have `low delay' bits set. Let's analyze another rule:
5257 </Para>
5259 <Para>
5261 <Screen>
5262 # tc filter add dev eth0 protocol ip parent 1:0 pref 10 u32 \
5263   match u32 00000016 0000ffff at nexthdr+0 flowid 1:10
5264 </Screen>
5266 </Para>
5268 <Para>
5269 The <Literal remap="tt">nexthdr</Literal> option means next header encapsulated in the IP packet,
5270 i.e. header of upper-layer protocol. The match will also start here
5271 at the beginning of the next header. The match should occur in the
5272 second, 32-bit word of the header. In TCP and UDP protocols this field
5273 contains packet's destination port. The number is given in big-endian
5274 format, i.e. older bits first, so we simply read 0x0016 as 22 decimal,
5275 which stands for SSH service if this was TCP. As you guess, this match
5276 is ambiguous without a context, and we will discuss this later.
5277 </Para>
5279 <Para>
5280 Having understood all the above, we will find the following selector
5281 quite easy to read: <Literal remap="tt">match c0a80100 ffffff00 at 16</Literal>. What we
5282 got here is a three byte match at 17-th byte, counting from the IP
5283 header start. This will match for packets with destination address
5284 anywhere in 192.168.1/24 network. After analyzing the examples, we
5285 can summarize what we have learned.
5286 </Para>
5288 </Sect2>
5290 <Sect2>
5291 <Title>General selectors</Title>
5293 <Para>
5294 General selectors define the pattern, mask and offset the pattern
5295 will be matched to the packet contents. Using the general selectors
5296 you can match virtually any single bit in the IP (or upper layer)
5297 header. They are more difficult to write and read, though, than
5298 specific selectors that described below. The general selector syntax
5300 </Para>
5302 <Para>
5304 <Screen>
5305 match [ u32 | u16 | u8 ] PATTERN MASK [ at OFFSET | nexthdr+OFFSET]
5306 </Screen>
5308 </Para>
5310 <Para>
5311 One of the keywords <Literal remap="tt">u32</Literal>, <Literal remap="tt">u16</Literal> or <Literal remap="tt">u8</Literal> specifies
5312 length of the pattern in bits. PATTERN and MASK should follow, of length
5313 defined by the previous keyword. The OFFSET parameter is the offset,
5314 in bytes, to start matching. If <Literal remap="tt">nexthdr+</Literal> keyword is given,
5315 the offset is relative to start of the upper layer header.
5316 </Para>
5318 <Para>
5319 Some examples:
5320 </Para>
5322 <Para>
5324 <Screen>
5325 # tc filter add dev ppp14 parent 1:0 prio 10 u32 \
5326      match u8 64 0xff at 8 \
5327      flowid 1:4
5328 </Screen>
5330 </Para>
5332 <Para>
5333 Packet will match to this rule, if its time to live (TTL) is 64.
5334 TTL is the field starting just after 8-th byte of the IP header.
5335 </Para>
5338 <Para>
5339 Matches all TCP packets which have the ACK bit set:
5340 </Para>
5342 <Para>
5344 <Screen>
5345 # tc filter add dev ppp14 parent 1:0 prio 10 u32 \
5346      match ip protocol 6 0xff \
5347      match u8 0x10 0xff at nexthdr+13 \
5348      flowid 1:3 
5349 </Screen>
5351 </Para>
5353 <Para>
5354 Use this to match ACKs on packets smaller than 64 bytes:
5355 </Para>
5357 <Para>
5359 <Screen>
5360 ## match acks the hard way,
5361 ## IP protocol 6,
5362 ## IP header length 0x5(32 bit words),
5363 ## IP Total length 0x34 (ACK + 12 bytes of TCP options)
5364 ## TCP ack set (bit 5, offset 33)
5365 # tc filter add dev ppp14 parent 1:0 protocol ip prio 10 u32 \
5366             match ip protocol 6 0xff \
5367             match u8 0x05 0x0f at 0 \
5368             match u16 0x0000 0xffc0 at 2 \
5369             match u8 0x10 0xff at 33 \
5370             flowid 1:3
5371 </Screen>
5373 </Para>
5375 <Para>
5376 This rule will only match TCP packets with ACK bit set, and no further
5377 payload. Here we can see an example of using two selectors, the final result
5378 will be logical AND of their results. If we take a look at TCP header
5379 diagram, we can see that the ACK bit is second older bit (0x10) in the 14-th
5380 byte of the TCP header (<Literal remap="tt">at nexthdr+13</Literal>).  As for the second
5381 selector, if we'd like to make our life harder, we could write <Literal remap="tt">match u8
5382 0x06 0xff at 9</Literal> instead of using the specific selector <Literal remap="tt">protocol
5383 tcp</Literal>, because 6 is the number of TCP protocol, present in 10-th byte of
5384 the IP header. On the other hand, in this example we couldn't use any
5385 specific selector for the first match - simply because there's no specific
5386 selector to match TCP ACK bits.
5387 </Para>
5389 <Para>
5390 The filter below is a modified version of the filter above. The difference is, that it
5391 doesn't check the ip header length. Why? Because the filter above does only work on 32
5392 bit systems.
5393 </Para>
5395 <Para>
5397 <Screen>
5398 tc filter add dev ppp14 parent 1:0 protocol ip prio 10 u32 \
5399      match ip protocol 6 0xff \
5400      match u8 0x10 0xff at nexthdr+13 \
5401      match u16 0x0000 0xffc0 at 2 \
5402      flowid 1:3
5403 </Screen>
5405 </Para>
5408 </Sect2>
5410 <Sect2>
5411 <Title>Specific selectors</Title>
5413 <Para>
5414 The following table contains a list of all specific selectors 
5415 the author of this section has found in the <Literal remap="tt">tc</Literal> program
5416 source code. They simply make your life easier and increase readability
5417 of your filter's configuration.
5418 </Para>
5420 <Para>
5421 FIXME: table placeholder - the table is in separate file ,,selector.html''
5422 </Para>
5424 <Para>
5425 FIXME: it's also still in Polish :-(
5426 </Para>
5428 <Para>
5429 FIXME: must be sgml'ized
5430 </Para>
5432 <Para>
5433 Some examples:
5434 </Para>
5436 <Para>
5438 <Screen>
5439 # tc filter add dev ppp0 parent 1:0 prio 10 u32 \
5440      match ip tos 0x10 0xff \
5441      flowid 1:4
5442 </Screen>
5444 </Para>
5446 <Para>
5447 FIXME: tcp dport match does not work as described below:
5448 </Para>
5450 <Para>
5451 The above rule will match packets which have the TOS field set to 0x10.
5452 The TOS field starts at second byte of the packet and is one byte big,
5453 so we could write an equivalent general selector: <Literal remap="tt">match u8 0x10 0xff
5454 at 1</Literal>. This gives us hint to the internals of U32 filter -- the
5455 specific rules are always translated to general ones, and in this
5456 form they are stored in the kernel memory. This leads to another conclusion
5457 -- the <Literal remap="tt">tcp</Literal> and <Literal remap="tt">udp</Literal> selectors are exactly the same
5458 and this is why you can't use single <Literal remap="tt">match tcp dport 53 0xffff</Literal>
5459 selector to match TCP packets sent to given port -- they will also
5460 match UDP packets sent to this port. You must remember to also specify
5461 the protocol and end up with the following rule:
5462 </Para>
5464 <Para>
5466 <Screen>
5467 # tc filter add dev ppp0 parent 1:0 prio 10 u32 \
5468         match tcp dport 53 0xffff \
5469         match ip protocol 0x6 0xff \
5470         flowid 1:2
5471 </Screen>
5473 </Para>
5475 </Sect2>
5477 </Sect1>
5479 <Sect1 id="lartc.adv-filter.route">
5480   <Title>The <option>route</option> classifier</Title>
5482 <Para>
5483 This classifier filters based on the results of the routing tables. When a
5484 packet that is traversing through the classes reaches one that is marked
5485 with the "route" filter, it splits the packets up based on information in
5486 the routing table.
5487 </Para>
5489 <Para>
5491 <Screen>
5492 # tc filter add dev eth1 parent 1:0 protocol ip prio 100 route
5493 </Screen>
5495 </Para>
5497 <Para>
5498 Here we add a route classifier onto the parent node 1:0 with priority 100. 
5499 When a packet reaches this node (which, since it is the root, will happen
5500 immediately) it will consult the routing table and if one matches will
5501 send it to the given class and give it a priority of 100. Then, to finally
5502 kick it into action, you add the appropriate routing entry:
5503 </Para>
5505 <Para>
5506 The trick here is to define 'realm' based on either destination or source. 
5507 The way to do it is like this:
5508 </Para>
5510 <Para>
5512 <Screen>
5513 # ip route add Host/Network via Gateway dev Device realm RealmNumber
5514 </Screen>
5516 </Para>
5518 <Para>
5519 For instance, we can define our destination network 192.168.10.0 with a realm
5520 number 10:
5521 </Para>
5523 <Para>
5525 <Screen>
5526 # ip route add 192.168.10.0/24 via 192.168.10.1 dev eth1 realm 10
5527 </Screen>
5528   
5529 </Para>
5531 <Para>
5532 When adding route filters, we can use realm numbers to represent the
5533 networks or hosts and specify how the routes match the filters.
5534 </Para>
5536 <Para>
5538 <Screen>
5539 # tc filter add dev eth1 parent 1:0 protocol ip prio 100 \
5540   route to 10 classid 1:10
5541 </Screen>
5542   
5543 </Para>
5545 <Para>
5546 The above rule says packets going to the network 192.168.10.0 match class id
5547 1:10.
5548 </Para>
5550 <Para>
5551 Route filter can also be used to match source routes. For example, there is 
5552 a subnetwork attached to the Linux router on eth2.
5553 </Para>
5555 <Para>
5557 <Screen>
5558 # ip route add 192.168.2.0/24 dev eth2 realm 2
5559 # tc filter add dev eth1 parent 1:0 protocol ip prio 100 \
5560   route from 2 classid 1:2
5561 </Screen>
5563 </Para>
5565 <Para>
5566 Here the filter specifies that packets from the subnetwork 192.168.2.0
5567 (realm 2) will match class id 1:2.
5568 </Para>
5570 </Sect1>
5572 <Sect1 id="lartc.adv-filter.policing">
5573   <Title>Policing filters</Title>
5575 <Para>
5576 To make even more complicated setups possible, you can have filters that
5577 only match up to a certain bandwidth. You can declare a filter to entirely
5578 cease matching above a certain rate, or only to not match only the bandwidth
5579 exceeding a certain rate.
5580 </Para>
5582 <Para>
5583 So if you decided to police at 4mbit/s, but 5mbit/s of traffic is present,
5584 you can stop matching either the entire 5mbit/s, or only not match 1mbit/s,
5585 and do send 4mbit/s to the configured class.
5586 </Para>
5588 <Para>
5589 If bandwidth exceeds the configured rate, you can drop a packet, reclassify
5590 it, or see if another filter will match it.
5591 </Para>
5593 <Sect2>
5594 <Title>Ways to police</Title>
5596 <Para>
5597 There are basically two ways to police. If you compiled the kernel 
5598 with 'Estimators', the kernel can measure for each filter how much traffic
5599 it is passing, more or less. These estimators are very easy on the CPU, as
5600 they simply count 25 times per second how many data has been passed, and
5601 calculate the bitrate from that.
5602 </Para>
5604 <Para>
5605 The other way works again via a Token Bucket Filter, this time living within
5606 your filter. The TBF only matches traffic UP TO your configured bandwidth,
5607 if more is offered, only the excess is subject to the configured overlimit
5608 action.
5609 </Para>
5611 <Sect3>
5612 <Title>With the kernel estimator</Title>
5614 <Para>
5615 This is very simple and has only one parameter: avrate. Either the flow
5616 remains below avrate, and the filter classifies the traffic to the classid
5617 configured, or your rate exceeds it in which case the specified action is
5618 taken, which is 'reclassify' by default.
5619 </Para>
5621 <Para>
5622 The kernel uses an Exponential Weighted Moving Average for your bandwidth
5623 which makes it less sensitive to short bursts.
5624 </Para>
5626 </Sect3>
5628 <Sect3>
5629 <Title>With Token Bucket Filter</Title>
5631 <Para>
5632 Uses the following parameters:
5634 <ItemizedList>
5635 <ListItem>
5637 <Para>
5638 buffer/maxburst
5639 </Para>
5640 </ListItem>
5641 <ListItem>
5643 <Para>
5644 mtu/minburst
5645 </Para>
5646 </ListItem>
5647 <ListItem>
5649 <Para>
5651 </Para>
5652 </ListItem>
5653 <ListItem>
5655 <Para>
5656 rate
5657 </Para>
5658 </ListItem>
5660 </ItemizedList>
5662 </Para>
5664 <Para>
5665 Which behave mostly identical to those described in the Token Bucket Filter
5666 section. Please note however that if you set the mtu of a TBF policer too
5667 low, *no* packets will pass, whereas the egress TBF qdisc will just pass
5668 them slower.
5669 </Para>
5671 <Para>
5672 Another difference is that a policer can only let a packet pass, or drop it.
5673 It cannot delay hold on to it in order to delay it.
5674 </Para>
5676 </Sect3>
5678 </Sect2>
5680 <Sect2>
5681 <Title>Overlimit actions</Title>
5683 <Para>
5684 If your filter decides that it is overlimit, it can take 'actions'.
5685 Currently, three actions are available:
5686 <VariableList>
5688 <VarListEntry>
5689 <Term>continue</Term>
5690 <ListItem>
5691 <Para>
5692 Causes this filter not to match, but perhaps other filters will.
5693 </Para></ListItem>
5694 </VarListEntry>
5695 <VarListEntry>
5696 <Term>drop</Term>
5697 <ListItem>
5698 <Para>
5699 This is a very fierce option which simply discards traffic exceeding a
5700 certain rate. It is often used in the ingress policer and has limited uses.
5701 For example, you may have a name server that falls over if offered more than
5702 5mbit/s of packets, in which case an ingress filter could be used to make
5703 sure no more is ever offered.
5704 </Para></ListItem>
5705 </VarListEntry>
5706 <VarListEntry>
5707 <Term>Pass/OK</Term>
5708 <ListItem>
5709 <Para>
5710 Pass on traffic ok. Might be used to disable a complicated filter, but leave
5711 it in place.
5712 </Para></ListItem>
5713 </VarListEntry>
5714 <VarListEntry>
5715 <Term>reclassify</Term>
5716 <ListItem>
5717 <Para>
5718 Most often comes down to reclassification to Best Effort. This is the
5719 default action.
5720 </Para></ListItem>
5721 </VarListEntry>
5722 </VariableList>
5723 </Para>
5725 </Sect2>
5727 <Sect2>
5728 <Title>Examples</Title>
5730 <Para>
5731 The only real example known is mentioned in the 'Protecting your host 
5732 from SYN floods' section. 
5733 </Para>
5735 <Para>
5736 FIXME: if you have used this, please share your experience with us
5737 </Para>
5739 </Sect2>
5741 </Sect1>
5743 <Sect1 id="lartc.adv-filter.hashing">
5744 <Title>Hashing filters for very fast massive filtering</Title>
5746 <Para>
5747 If you have a need for thousands of rules, for example if you have a lot of
5748 clients or computers, all with different QoS specifications, you may find
5749 that the kernel spends a lot of time matching all those rules.
5750 </Para>
5752 <Para>
5753 By default, all filters reside in one big chain which is matched in
5754 descending order of priority. If you have 1000 rules, 1000 checks may be
5755 needed to determine what to do with a packet.
5756 </Para>
5758 <Para>
5759 Matching would go much quicker if you would have 256 chains with each four
5760 rules - if you could divide packets over those 256 chains, so that the right
5761 rule will be there.
5762 </Para>
5764 <Para>
5765 Hashing makes this possible. Let's say you have 1024 cable modem customers in
5766 your network, with IP addresses ranging from 1.2.0.0 to 1.2.3.255, and each
5767 has to go in another bin, for example 'lite', 'regular' and 'premium'. You
5768 would then have 1024 rules like this:
5769 </Para>
5771 <Para>
5773 <Screen>
5774 # tc filter add dev eth1 parent 1:0 protocol ip prio 100 match ip src \
5775   1.2.0.0 classid 1:1
5776 # tc filter add dev eth1 parent 1:0 protocol ip prio 100 match ip src \
5777   1.2.0.1 classid 1:1
5779 # tc filter add dev eth1 parent 1:0 protocol ip prio 100 match ip src \
5780   1.2.3.254 classid 1:3
5781 # tc filter add dev eth1 parent 1:0 protocol ip prio 100 match ip src \
5782   1.2.3.255 classid 1:2
5783 </Screen>
5785 </Para>
5787 <Para>
5788 To speed this up, we can use the last part of the IP address as a 'hash
5789 key'. We then get 256 tables, the first of which looks like this:
5791 <Screen>
5792 # tc filter add dev eth1 parent 1:0 protocol ip prio 100 match ip src \
5793   1.2.0.0 classid 1:1
5794 # tc filter add dev eth1 parent 1:0 protocol ip prio 100 match ip src \
5795   1.2.1.0 classid 1:1
5796 # tc filter add dev eth1 parent 1:0 protocol ip prio 100 match ip src \
5797   1.2.2.0 classid 1:3
5798 # tc filter add dev eth1 parent 1:0 protocol ip prio 100 match ip src \
5799   1.2.3.0 classid 1:2
5800 </Screen>
5802 </Para>
5804 <Para>
5805 The next one starts like this:
5807 <Screen>
5808 # tc filter add dev eth1 parent 1:0 protocol ip prio 100 match ip src \
5809   1.2.0.1 classid 1:1
5811 </Screen>
5813 </Para>
5815 <Para>
5816 This way, only four checks are needed at most, two on average. 
5817 </Para>
5819 <Para>
5820 Configuration is pretty complicated, but very worth it by the time you have
5821 this many rules. First we make a filter root, then we create a table with
5822 256 entries:
5824 <Screen>
5825 # tc filter add dev eth1 parent 1:0 prio 5 protocol ip u32
5826 # tc filter add dev eth1 parent 1:0 prio 5 handle 2: protocol ip u32 divisor 256
5827 </Screen>
5829 </Para>
5831 <Para>
5832 Now we add some rules to entries in the created table:
5833 </Para>
5835 <Para>
5837 <Screen>
5838 # tc filter add dev eth1 protocol ip parent 1:0 prio 5 u32 ht 2:7b: \
5839         match ip src 1.2.0.123 flowid 1:1
5840 # tc filter add dev eth1 protocol ip parent 1:0 prio 5 u32 ht 2:7b: \
5841         match ip src 1.2.1.123 flowid 1:2
5842 # tc filter add dev eth1 protocol ip parent 1:0 prio 5 u32 ht 2:7b: \
5843         match ip src 1.2.3.123 flowid 1:3
5844 # tc filter add dev eth1 protocol ip parent 1:0 prio 5 u32 ht 2:7b: \
5845         match ip src 1.2.4.123 flowid 1:2
5846 </Screen>
5848 This is entry 123, which contains matches for 1.2.0.123, 1.2.1.123,
5849 1.2.2.123, 1.2.3.123, and sends them to 1:1, 1:2, 1:3 and 1:2 respectively.
5850 Note that we need to specify our hash bucket in hex, 0x7b is 123.
5851 </Para>
5853 <Para>
5854 Next create a 'hashing filter' that directs traffic to the right entry in
5855 the hashing table:
5857 <Screen>
5858 # tc filter add dev eth1 protocol ip parent 1:0 prio 5 u32 ht 800:: \
5859         match ip src 1.2.0.0/16 \
5860         hashkey mask 0x000000ff at 12 \
5861         link 2:
5862 </Screen>
5864 Ok, some numbers need explaining. The default hash table is called 800:: and
5865 all filtering starts there. Then we select the source address, which lives
5866 as position 12, 13, 14 and 15 in the IP header, and indicate that we are
5867 only interested in the last part. This we send to hash table 2:, which we
5868 created earlier.
5869 </Para>
5871 <Para>
5872 It is quite complicated, but it does work in practice and performance will
5873 be staggering. Note that this example could be improved to the ideal case
5874 where each chain contains 1 filter!
5875 </Para>
5877 </Sect1>
5880 <Sect1 id="lartc.adv-filter.ipv6">
5881 <Title>Filtering IPv6 Traffic</Title>
5883 <Sect2>
5884 <Title>How come that IPv6 tc filters do not work?</Title>
5886 <Para>
5887 The Routing Policy Database (RPDB) replaced the IPv4 routing and
5888 addressing structure within the Linux Kernel which lead to all the
5889 wonderful features this HOWTO describes. Unfortunately, the IPv6
5890 structure within Linux was implemented outside of this core structure.
5891 Although they do share some facilities, the essential RPDB structure
5892 does not particpate in or with the IPv6 addressing and routing
5893 structures.
5894 </Para>
5896 <Para>
5897 This will change for sure, we just have to wait a little longer.
5898 </Para>
5900 <Para>
5901 FIXME: Any ideas if someone is working on this? Plans?
5902 </Para>
5904 </Sect2>
5906 <Sect2>
5907 <Title>Marking IPv6 packets using ip6tables</Title>
5909 <Para>
5910 ip6tables is able to mark a packet and assign a number to it:
5911 </Para>
5913 <Screen>
5914 # ip6tables -A PREROUTING -i eth0 -t mangle -p tcp -j MARK --mark 1
5915 </Screen>
5917 <Para>
5918 But still, this will not help because the packet will not pass through the
5919 RPDB structure.
5920 </Para>
5922 </Sect2>
5924 <Sect2>
5925 <Title>Using the u32 selector to match IPv6 packet</Title>
5927 <Para>
5928 IPv6 is normally encapsulated in a SIT tunnel and transported
5929 over IPv4 networks. See section IPv6 Tunneling for information on
5930 howto setup such a tunnel. This allows us to filter on the IPv4 packets
5931 holding the IPv6 packets as payload.
5932 </Para>
5934 <Para>
5935 The following filter matches all IPv6 encapsulated in IPv4 packets:
5936 </Para>
5938 <Screen>
5939 # tc filter add dev $DEV parent 10:0 protocol ip prio 10 u32 \
5940             match ip protocol 41 0xff flowid 42:42
5941 </Screen>
5943 <Para>
5944 Let's carry on with that. Assume your IPv6 packets get sent out
5945 over IPv4 and these packets have no options set. One could use
5946 the following filter to match ICMPv6 in IPv6 in IPv4 with no options.
5947 0x3a (58) is the Next-Header type for ICMPv6.
5948 </Para>
5950 <Screen>
5951 # tc filter add dev $DEV parent 10:0 protocol ip prio 10 u32 \
5952            match ip protocol 41 0xff \
5953            match u8 0x05 0x0f at 0 \
5954            match u8 0x3a 0xff at 26 \
5955            flowid 42:42
5956 </Screen>
5958 <Para>
5959 Matching the destination IPv6 address is a bit more work. The following
5960 filter matches on the destination address
5961 3ffe:202c:ffff:32:230:4fff:fe08:358d:
5962 </Para>
5964 <Screen>
5965 # tc filter add dev $DEV parent 10:0 protocol ip prio 10 u32 \
5966             match ip protocol 41 0xff \
5967             match u8 0x05 0x0f at 0 \
5968             match u8 0x3f 0xff at 44 \
5969             match u8 0xfe 0xff at 45 \
5970             match u8 0x20 0xff at 46 \
5971             match u8 0x2c 0xff at 47 \
5972             match u8 0xff 0xff at 48 \
5973             match u8 0xff 0xff at 49 \
5974             match u8 0x00 0xff at 50 \
5975             match u8 0x32 0xff at 51 \
5976             match u8 0x02 0xff at 52 \
5977             match u8 0x30 0xff at 53 \
5978             match u8 0x4f 0xff at 54 \
5979             match u8 0xff 0xff at 55 \
5980             match u8 0xfe 0xff at 56 \
5981             match u8 0x08 0xff at 57 \
5982             match u8 0x35 0xff at 58 \
5983             match u8 0x8d 0xff at 59 \
5984             flowid 10:13
5985 </Screen>
5987 <Para>
5988 The same technique can be used to match subnets. For example 2001::
5989 </Para>
5991 <Screen>
5992 # tc filter add dev $DEV parent 10:0 protocol ip prio 10 u32 \
5993             match ip protocol 41 0xff \
5994             match u8 0x05 0x0f at 0 \
5995             match u8 0x20 0xff at 28 \
5996             match u8 0x01 0xff at 29 \
5997             flowid 10:13
5998 </Screen>
6000 </Sect2>
6002 </Sect1>
6004 </chapter>
6006 <chapter id="lartc.kernel">
6007 <Title>Kernel network parameters </Title>
6009 <Para>
6011 The kernel has lots of parameters which
6012 can be tuned for different circumstances. While, as usual, the default
6013 parameters serve 99% of installations very well, we don't call this the
6014 Advanced HOWTO for the fun of it!
6015 </Para>
6017 <Para>
6018 The interesting bits are in /proc/sys/net, take a look there. Not everything
6019 will be documented here initially, but we're working on it.
6020 </Para>
6022 <Para>
6023 In the meantime you may want to have a look at the Linux-Kernel sources;
6024 read the file Documentation/filesystems/proc.txt. Most of the
6025 features are explained there.
6026 </Para>
6028 <Para>
6029 (FIXME)
6030 </Para>
6032 <Sect1 id="lartc.kernel.rpf"
6033   xreflabel="Reverse Path Filtering">
6034   <Title>Reverse Path Filtering</Title>
6036 <Para>
6037 By default, routers route everything, even packets which 'obviously' don't
6038 belong on your network. A common example is private IP space escaping onto
6039 the Internet. If you have an interface with a route of 195.96.96.0/24 to it,
6040 you do not expect packets from 212.64.94.1 to arrive there.
6041 </Para>
6043 <Para>
6044 Lots of people will want to turn this feature off, so the kernel hackers
6045 have made it easy. There are files in /proc where you can tell
6046 the kernel to do this for you. The method is called "Reverse Path
6047 Filtering". Basically, if the reply to this packet wouldn't go out the
6048 interface this packet came in, then this is a bogus packet and should be
6049 ignored.
6050 </Para>
6052 <Para>
6053 The following fragment will turn this on for all current and future
6054 interfaces.
6055 </Para>
6057 <Para>
6059 <Screen>
6060 # for i in /proc/sys/net/ipv4/conf/*/rp_filter ; do
6061 &gt;  echo 2 &#62; $i 
6062 &gt; done
6063 </Screen>
6065 </Para>
6067 <Para>
6068 Going by the example above, if a packet arrived on the Linux router on eth1
6069 claiming to come from the Office+ISP subnet, it would be dropped. Similarly,
6070 if a packet came from the Office subnet, claiming to be from somewhere
6071 outside your firewall, it would be dropped also.
6072 </Para>
6074 <Para>
6075 The above is full reverse path filtering. The default is to only filter
6076 based on IPs that are on directly connected networks. This is because the
6077 full filtering breaks in the case of asymmetric routing (where packets come
6078 in one way and go out another, like satellite traffic, or if you have
6079 dynamic (bgp, ospf, rip) routes in your network. The data comes down
6080 through the satellite dish and replies go back through normal land-lines).
6081 </Para>
6083 <Para>
6084 If this exception applies to you (and you'll probably know if it does) you
6085 can simply turn off the rp_filter on the interface where the
6086 satellite data comes in. If you want to see if any packets are being
6087 dropped, the log_martians file in the same directory will tell
6088 the kernel to log them to your syslog.
6089 </Para>
6091 <Para>
6093 <Screen>
6094 # echo 1 &#62;/proc/sys/net/ipv4/conf/&#60;interfacename&#62;/log_martians
6095 </Screen>
6097 </Para>
6099 <Para>
6100 FIXME: is setting the conf/&lcub;default,all&rcub;/* files enough? - martijn
6101 </Para>
6103 </Sect1>
6105 <Sect1 id="lartc.kernel.obscure">
6106   <Title>Obscure settings</Title>
6108 <Para>
6109 Ok, there are a lot of parameters which can be modified. We try to list them
6110 all. Also documented (partly) in Documentation/ip-sysctl.txt.
6111 </Para>
6113 <Para>
6114 Some of these settings have different defaults based on whether you 
6115 answered 'Yes' to 'Configure as router and not host' while compiling your
6116 kernel.
6117 </Para>
6119 <para>
6120 Oskar Andreasson also has a page on all these flags and it appears to be
6121 better than ours, so also check 
6122 <ulink url="http://ipsysctl-tutorial.frozentux.net/">
6123 http://ipsysctl-tutorial.frozentux.net/</ulink>.
6124 </para>
6126 <Sect2>
6127 <Title>Generic ipv4</Title>
6129 <Para>
6130 As a generic note, most rate limiting features don't work on loopback, so
6131 don't test them locally. The limits are supplied in 'jiffies', and are
6132 enforced using the earlier mentioned token bucket filter.
6133 </Para>
6135 <Para>
6136 The kernel has an internal clock which runs at 'HZ' ticks (or 'jiffies') per
6137 second. On Intel, 'HZ' is mostly 100. So setting a *_rate file to, say 50,
6138 would allow for 2 packets per second. The token bucket filter is also
6139 configured to allow for a burst of at most 6 packets, if enough tokens have
6140 been earned.
6141 </Para>
6143 <Para>
6144 Several entries in the following list have been copied from
6145 /usr/src/linux/Documentation/networking/ip-sysctl.txt, written by Alexey
6146 Kuznetsov &lt;kuznet@ms2.inr.ac.ru&gt; and Andi Kleen &lt;ak@muc.de&gt;
6147 <VariableList>
6149 <VarListEntry>
6150 <Term>/proc/sys/net/ipv4/icmp_destunreach_rate</Term>
6151 <ListItem>
6152 <Para>
6153 If the kernel decides that it can't deliver a packet, it will drop it, and
6154 send the source of the packet an ICMP notice to this effect.
6155 </Para></ListItem>
6156 </VarListEntry>
6157 <VarListEntry>
6158 <Term>/proc/sys/net/ipv4/icmp_echo_ignore_all</Term>
6159 <ListItem>
6160 <Para>
6161 Don't act on echo packets at all. Please don't set this by default, but if
6162 you are used as a relay in a DoS attack, it may be useful.
6163 </Para></ListItem>
6164 </VarListEntry>
6165 <VarListEntry>
6166 <Term>/proc/sys/net/ipv4/icmp_echo_ignore_broadcasts &lsqb;Useful&rsqb;</Term>
6167 <ListItem>
6168 <Para>
6169 If you ping the broadcast address of a network, all hosts are supposed to
6170 respond. This makes for a dandy denial-of-service tool. Set this to 1 to
6171 ignore these broadcast messages.
6172 </Para></ListItem>
6173 </VarListEntry>
6174 <VarListEntry>
6175 <Term>/proc/sys/net/ipv4/icmp_echoreply_rate</Term>
6176 <ListItem>
6177 <Para>
6178 The rate at which echo replies are sent to any one destination.
6179 </Para></ListItem>
6180 </VarListEntry>
6181 <VarListEntry>
6182 <Term>/proc/sys/net/ipv4/icmp_ignore_bogus_error_responses</Term>
6183 <ListItem>
6184 <Para>
6185 Set this to ignore ICMP errors caused by hosts in the network reacting badly
6186 to frames sent to what they perceive to be the broadcast address.
6187 </Para></ListItem>
6188 </VarListEntry>
6189 <VarListEntry>
6190 <Term>/proc/sys/net/ipv4/icmp_paramprob_rate</Term>
6191 <ListItem>
6192 <Para>
6193 A relatively unknown ICMP message, which is sent in response to incorrect
6194 packets with broken IP or TCP headers. With this file you can control the
6195 rate at which it is sent.
6196 </Para></ListItem>
6197 </VarListEntry>
6198 <VarListEntry>
6199 <Term>/proc/sys/net/ipv4/icmp_timeexceed_rate</Term>
6200 <ListItem>
6201 <Para>
6202 This the famous cause of the 'Solaris middle star' in traceroutes. Limits
6203 number of ICMP Time Exceeded messages sent. 
6204 </Para></ListItem>
6205 </VarListEntry>
6206 <VarListEntry>
6207 <Term>/proc/sys/net/ipv4/igmp_max_memberships</Term>
6208 <ListItem>
6209 <Para>
6210 Maximum number of listening igmp (multicast) sockets on the host.
6211 FIXME: Is this true?
6212 </Para></ListItem>
6213 </VarListEntry>
6214 <VarListEntry>
6215 <Term>/proc/sys/net/ipv4/inet_peer_gc_maxtime</Term>
6216 <ListItem>
6217 <Para>
6218 FIXME: Add a little explanation about the inet peer storage?
6220 Minimum interval between garbage collection passes.  This interval is in
6221 effect under low (or absent) memory pressure on the pool. Measured in
6222 jiffies.
6223 </Para></ListItem>
6224 </VarListEntry>
6225 <VarListEntry>
6226 <Term>/proc/sys/net/ipv4/inet_peer_gc_mintime</Term>
6227 <ListItem>
6228 <Para>
6229 Minimum interval between garbage collection passes.  This interval is in
6230 effect under high memory pressure on the pool. Measured in jiffies.
6231 </Para></ListItem>
6232 </VarListEntry>
6233 <VarListEntry>
6234 <Term>/proc/sys/net/ipv4/inet_peer_maxttl</Term>
6235 <ListItem>
6236 <Para>
6237 Maximum time-to-live of entries.  Unused entries will expire after this
6238 period of time if there is no memory pressure on the pool (i.e. when the
6239 number of entries in the pool is very small). Measured in jiffies.
6240 </Para></ListItem>
6241 </VarListEntry>
6242 <VarListEntry>
6243 <Term>/proc/sys/net/ipv4/inet_peer_minttl</Term>
6244 <ListItem>
6245 <Para>
6246 Minimum time-to-live of entries.  Should be enough to cover fragment
6247 time-to-live on the reassembling side.  This minimum time-to-live
6248 is guaranteed if the pool size is less than inet_peer_threshold.
6249 Measured in jiffies.
6250 </Para></ListItem>
6251 </VarListEntry>
6252 <VarListEntry>
6253 <Term>/proc/sys/net/ipv4/inet_peer_threshold</Term>
6254 <ListItem>
6255 <Para>
6256 The approximate size of the INET peer storage.  Starting from this threshold
6257 entries will be thrown aggressively.  This threshold also determines
6258 entries' time-to-live and time intervals between garbage collection passes. 
6259 More entries, less time-to-live, less GC interval.
6260 </Para></ListItem>
6261 </VarListEntry>
6262 <VarListEntry>
6263 <Term>/proc/sys/net/ipv4/ip_autoconfig</Term>
6264 <ListItem>
6265 <Para>
6266 This file contains the number one if the host received its IP configuration by
6267 RARP, BOOTP, DHCP or a similar mechanism. Otherwise it is zero.
6268 </Para></ListItem>
6269 </VarListEntry>
6270 <VarListEntry>
6271 <Term>/proc/sys/net/ipv4/ip_default_ttl</Term>
6272 <ListItem>
6273 <Para>
6274 Time To Live of packets. Set to a safe 64. Raise it if you have a huge
6275 network. Don't do so for fun - routing loops cause much more damage that
6276 way. You might even consider lowering it in some circumstances.
6277 </Para></ListItem>
6278 </VarListEntry>
6279 <VarListEntry>
6280 <Term>/proc/sys/net/ipv4/ip_dynaddr</Term>
6281 <ListItem>
6282 <Para>
6283 You need to set this if you use dial-on-demand with a dynamic interface
6284 address. Once your demand interface comes up, any local TCP sockets which haven't seen replies will be rebound to have the right address. This solves the problem that the
6285 connection that brings up your interface itself does not work, but the
6286 second try does.
6287 </Para></ListItem>
6288 </VarListEntry>
6289 <VarListEntry>
6290 <Term>/proc/sys/net/ipv4/ip_forward</Term>
6291 <ListItem>
6292 <Para>
6293 If the kernel should attempt to forward packets. Off by default.
6294 </Para></ListItem>
6295 </VarListEntry>
6296 <VarListEntry>
6297 <Term>/proc/sys/net/ipv4/ip_local_port_range</Term>
6298 <ListItem>
6299 <Para>
6300 Range of local ports for outgoing connections. Actually quite small by
6301 default, 1024 to 4999.
6302 </Para></ListItem>
6303 </VarListEntry>
6304 <VarListEntry>
6305 <Term>/proc/sys/net/ipv4/ip_no_pmtu_disc</Term>
6306 <ListItem>
6307 <Para>
6308 Set this if you want to disable Path MTU discovery - a technique to
6309 determine the largest Maximum Transfer Unit possible on your path. See also
6310 the section on Path MTU discovery in the 
6311 <citetitle><xref linkend="lartc.cookbook"></citetitle> chapter.
6312 </Para></ListItem>
6313 </VarListEntry>
6314 <VarListEntry>
6315 <Term>/proc/sys/net/ipv4/ipfrag_high_thresh</Term>
6316 <ListItem>
6317 <Para>
6318 Maximum memory used to reassemble IP fragments. When 
6319 ipfrag_high_thresh bytes of memory is allocated for this purpose,
6320 the fragment handler will toss packets until ipfrag_low_thresh
6321 is reached.
6322 </Para></ListItem>
6323 </VarListEntry>
6324 <VarListEntry>
6325 <Term>/proc/sys/net/ipv4/ip_nonlocal_bind</Term>
6326 <ListItem>
6327 <Para>
6328 Set this if you want your applications to be able to bind to an address
6329 which doesn't belong to a device on your system. This can be useful when
6330 your machine is on a non-permanent (or even dynamic) link, so your services
6331 are able to start up and bind to a specific address when your link is down.
6332 </Para></ListItem>
6333 </VarListEntry>
6334 <VarListEntry>
6335 <Term>/proc/sys/net/ipv4/ipfrag_low_thresh</Term>
6336 <ListItem>
6337 <Para>
6338 Minimum memory used to reassemble IP fragments.
6339 </Para></ListItem>
6340 </VarListEntry>
6341 <VarListEntry>
6342 <Term>/proc/sys/net/ipv4/ipfrag_time</Term>
6343 <ListItem>
6344 <Para>
6345 Time in seconds to keep an IP fragment in memory.
6346 </Para></ListItem>
6347 </VarListEntry>
6348 <VarListEntry>
6349 <Term>/proc/sys/net/ipv4/tcp_abort_on_overflow</Term>
6350 <ListItem>
6351 <Para>
6352 A boolean flag controlling the behaviour under lots of incoming connections.
6353 When enabled, this causes the kernel to actively send RST packets when a
6354 service is overloaded.
6355 </Para></ListItem>
6356 </VarListEntry>
6357 <VarListEntry>
6358 <Term>/proc/sys/net/ipv4/tcp_fin_timeout</Term>
6359 <ListItem>
6360 <Para>
6361 Time to hold socket in state FIN-WAIT-2, if it was closed by our side. Peer
6362 can be broken and never close its side, or even died unexpectedly. Default
6363 value is 60sec. Usual value used in 2.2 was 180 seconds, you may restore it,
6364 but remember that if your machine is even underloaded WEB server, you risk
6365 to overflow memory with kilotons of dead sockets, FIN-WAIT-2 sockets are
6366 less dangerous than FIN-WAIT-1, because they eat maximum 1.5K of memory, but
6367 they tend to live longer. Cf. tcp_max_orphans.
6368 </Para></ListItem>
6369 </VarListEntry>
6370 <VarListEntry>
6371 <Term>/proc/sys/net/ipv4/tcp_keepalive_time</Term>
6372 <ListItem>
6373 <Para>
6374 How often TCP sends out keepalive messages when keepalive is enabled. 
6376 Default: 2hours.
6377 </Para></ListItem>
6378 </VarListEntry>
6379 <VarListEntry>
6380 <Term>/proc/sys/net/ipv4/tcp_keepalive_intvl</Term>
6381 <ListItem>
6382 <Para>
6383 How frequent probes are retransmitted, when a probe isn't acknowledged. 
6385 Default: 75 seconds.
6386 </Para></ListItem>
6387 </VarListEntry>
6388 <VarListEntry>
6389 <Term>/proc/sys/net/ipv4/tcp_keepalive_probes</Term>
6390 <ListItem>
6391 <Para>
6392 How many keepalive probes TCP will send, until it decides that the
6393 connection is broken. 
6395 Default value: 9. 
6397 Multiplied with tcp_keepalive_intvl, this gives the time a link can be
6398 non-responsive after a keepalive has been sent.
6399 </Para></ListItem>
6400 </VarListEntry>
6401 <VarListEntry>
6402 <Term>/proc/sys/net/ipv4/tcp_max_orphans</Term>
6403 <ListItem>
6404 <Para>
6405 Maximal number of TCP sockets not attached to any user file handle, held by
6406 system. If this number is exceeded orphaned connections are reset
6407 immediately and warning is printed. This limit exists only to prevent simple
6408 DoS attacks, you _must_ not rely on this or lower the limit artificially,
6409 but rather increase it (probably, after increasing installed memory), if
6410 network conditions require more than default value, and tune network
6411 services to linger and kill such states more aggressively. Let me remind you
6412 again: each orphan eats up to &nbsp;64K of unswappable memory.
6413 </Para></ListItem>
6414 </VarListEntry>
6415 <VarListEntry>
6416 <Term>/proc/sys/net/ipv4/tcp_orphan_retries</Term>
6417 <ListItem>
6418 <Para>
6419 How may times to retry before killing TCP connection, closed by our side.
6420 Default value 7 corresponds to &nbsp;50sec-16min depending on RTO. If your machine
6421 is a loaded WEB server, you should think about lowering this value, such
6422 sockets may consume significant resources. Cf. tcp_max_orphans.
6423 </Para></ListItem>
6424 </VarListEntry>
6425 <VarListEntry>
6426 <Term>/proc/sys/net/ipv4/tcp_max_syn_backlog</Term>
6427 <ListItem>
6428 <Para>
6429 Maximal number of remembered connection requests, which still did not
6430 receive an acknowledgment from connecting client. Default value is 1024 for
6431 systems with more than 128Mb of memory, and 128 for low memory machines. If
6432 server suffers of overload, try to increase this number. Warning! If you
6433 make it greater than 1024, it would be better to change TCP_SYNQ_HSIZE in
6434 include/net/tcp.h to keep TCP_SYNQ_HSIZE*16&#60;=tcp_max_syn_backlog and to
6435 recompile kernel.
6436 </Para></ListItem>
6437 </VarListEntry>
6438 <VarListEntry>
6439 <Term>/proc/sys/net/ipv4/tcp_max_tw_buckets</Term>
6440 <ListItem>
6441 <Para>
6442 Maximal number of timewait sockets held by system simultaneously. If this
6443 number is exceeded time-wait socket is immediately destroyed and warning is
6444 printed. This limit exists only to prevent simple DoS attacks, you _must_
6445 not lower the limit artificially, but rather increase it (probably, after
6446 increasing installed memory), if network conditions require more than
6447 default value.
6448 </Para></ListItem>
6449 </VarListEntry>
6450 <VarListEntry>
6451 <Term>/proc/sys/net/ipv4/tcp_retrans_collapse</Term>
6452 <ListItem>
6453 <Para>
6454 Bug-to-bug compatibility with some broken printers.
6455 On retransmit try to send bigger packets to work around bugs in
6456 certain TCP stacks.
6457 </Para></ListItem>
6458 </VarListEntry>
6459 <VarListEntry>
6460 <Term>/proc/sys/net/ipv4/tcp_retries1</Term>
6461 <ListItem>
6462 <Para>
6463 How many times to retry before deciding that something is wrong
6464 and it is necessary to report this suspicion to network layer.
6465 Minimal RFC value is 3, it is default, which corresponds
6466 to &nbsp;3sec-8min depending on RTO.
6467 </Para></ListItem>
6468 </VarListEntry>
6469 <VarListEntry>
6470 <Term>/proc/sys/net/ipv4/tcp_retries2</Term>
6471 <ListItem>
6472 <Para>
6473 How may times to retry before killing alive TCP connection.
6474 <ULink
6475 URL="http://www.ietf.org/rfc/rfc1122.txt"
6476 >RFC 1122</ULink
6478 says that the limit should be longer than 100 sec.
6479 It is too small number. Default value 15 corresponds to &nbsp;13-30min
6480 depending on RTO.
6481 </Para></ListItem>
6482 </VarListEntry>
6483 <VarListEntry>
6484 <Term>/proc/sys/net/ipv4/tcp_rfc1337</Term>
6485 <ListItem>
6486 <Para>
6487 This boolean enables a fix for 'time-wait assassination hazards in tcp', described
6488 in RFC 1337. If enabled, this causes the kernel to drop RST packets for
6489 sockets in the time-wait state.
6491 Default: 0
6492 </Para></ListItem>
6493 </VarListEntry>
6494 <VarListEntry>
6495 <Term>/proc/sys/net/ipv4/tcp_sack</Term>
6496 <ListItem>
6497 <Para>
6498 Use Selective ACK which can be used to signify that specific packets are
6499 missing - therefore helping fast recovery.
6500 </Para></ListItem>
6501 </VarListEntry>
6502 <VarListEntry>
6503 <Term>/proc/sys/net/ipv4/tcp_stdurg</Term>
6504 <ListItem>
6505 <Para>
6506 Use the Host requirements interpretation of the TCP urg pointer
6507 field. 
6509 Most hosts use the older BSD interpretation, so if you turn this on
6510 Linux might not communicate correctly with them. 
6512 Default: FALSE 
6513 </Para></ListItem>
6514 </VarListEntry>
6515 <VarListEntry>
6516 <Term>/proc/sys/net/ipv4/tcp_syn_retries</Term>
6517 <ListItem>
6518 <Para>
6519 Number of SYN packets the kernel will send before giving up on the new
6520 connection.
6521 </Para></ListItem>
6522 </VarListEntry>
6523 <VarListEntry>
6524 <Term>/proc/sys/net/ipv4/tcp_synack_retries</Term>
6525 <ListItem>
6526 <Para>
6527 To open the other side of the connection, the kernel sends a SYN with a
6528 piggybacked ACK on it, to acknowledge the earlier received SYN. This is part
6529 2 of the threeway handshake. This setting determines the number of SYN+ACK
6530 packets sent before the kernel gives up on the connection.
6531 </Para></ListItem>
6532 </VarListEntry>
6533 <VarListEntry>
6534 <Term>/proc/sys/net/ipv4/tcp_timestamps</Term>
6535 <ListItem>
6536 <Para>
6537 Timestamps are used, amongst other things, to protect against wrapping
6538 sequence numbers. A 1 gigabit link might conceivably re-encounter a previous
6539 sequence number with an out-of-line value, because it was of a previous
6540 generation. The timestamp will let it recognize this 'ancient packet'.
6541 </Para></ListItem>
6542 </VarListEntry>
6543 <VarListEntry>
6544 <Term>/proc/sys/net/ipv4/tcp_tw_recycle</Term>
6545 <ListItem>
6546 <Para>
6547 Enable fast recycling TIME-WAIT sockets. Default value is 1.
6548 It should not be changed without advice/request of technical experts.
6549 </Para></ListItem>
6550 </VarListEntry>
6551 <VarListEntry>
6552 <Term>/proc/sys/net/ipv4/tcp_window_scaling</Term>
6553 <ListItem>
6554 <Para>
6555 TCP/IP normally allows windows up to 65535 bytes big. For really fast
6556 networks, this may not be enough. The window scaling options allows for
6557 almost gigabyte windows, which is good for high bandwidth*delay products.
6558 </Para></ListItem>
6559 </VarListEntry>
6560 </VariableList>
6561 </Para>
6563 </Sect2>
6565 <Sect2>
6566 <Title>Per device settings</Title>
6568 <Para>
6569 DEV can either stand for a real interface, or for 'all' or 'default'.
6570 Default also changes settings for interfaces yet to be created.
6571 <VariableList>
6573 <VarListEntry>
6574 <Term>/proc/sys/net/ipv4/conf/DEV/accept_redirects</Term>
6575 <ListItem>
6576 <Para>
6577 If a router decides that you are using it for a wrong purpose (ie, it needs
6578 to resend your packet on the same interface), it will send us a ICMP
6579 Redirect. This is a slight security risk however, so you may want to turn it
6580 off, or use secure redirects.
6581 </Para></ListItem>
6582 </VarListEntry>
6583 <VarListEntry>
6584 <Term>/proc/sys/net/ipv4/conf/DEV/accept_source_route</Term>
6585 <ListItem>
6586 <Para>
6587 Not used very much anymore. You used to be able to give a packet a list of
6588 IP addresses it should visit on its way. Linux can be made to honor this IP
6589 option.
6590 </Para></ListItem>
6591 </VarListEntry>
6592 <VarListEntry>
6593 <Term>/proc/sys/net/ipv4/conf/DEV/bootp_relay</Term>
6594 <ListItem>
6595 <Para>
6596 Accept packets  with source address 0.b.c.d with destinations not to this host
6597 as local ones. It is supposed that a BOOTP relay daemon will catch and forward
6598 such packets.
6599 </Para>
6601 <Para>
6602 The default  is  0,  since this feature is not implemented yet (kernel version
6603 2.2.12).
6604 </Para></ListItem>
6605 </VarListEntry>
6606 <VarListEntry>
6607 <Term>/proc/sys/net/ipv4/conf/DEV/forwarding</Term>
6608 <ListItem>
6609 <Para>
6610 Enable or disable IP forwarding on this interface.
6611 </Para></ListItem>
6612 </VarListEntry>
6613 <VarListEntry>
6614 <Term>/proc/sys/net/ipv4/conf/DEV/log_martians</Term>
6615 <ListItem>
6616 <Para>
6617 See the section on 
6618 <citetitle><xref linkend="lartc.kernel.rpf"></citetitle>.
6619 </Para></ListItem>
6620 </VarListEntry>
6621 <VarListEntry>
6622 <Term>/proc/sys/net/ipv4/conf/DEV/mc_forwarding</Term>
6623 <ListItem>
6624 <Para>
6625 If we do multicast forwarding on this interface
6626 </Para></ListItem>
6627 </VarListEntry>
6628 <VarListEntry>
6629 <Term>/proc/sys/net/ipv4/conf/DEV/proxy_arp</Term>
6630 <ListItem>
6631 <Para>
6632 If you set this to 1, this interface will respond to ARP requests for
6633 addresses the kernel has routes to. Can be very useful when building 'ip
6634 pseudo bridges'. Do take care that your netmasks are very correct before
6635 enabling this! Also be aware that the rp_filter, mentioned elsewhere, also
6636 operates on ARP queries!
6637 </Para></ListItem>
6638 </VarListEntry>
6639 <VarListEntry>
6640 <Term>/proc/sys/net/ipv4/conf/DEV/rp_filter</Term>
6641 <ListItem>
6642 <Para>
6643 See the section on 
6644 <citetitle><xref linkend="lartc.kernel.rpf"></citetitle>.
6645 </Para></ListItem>
6646 </VarListEntry>
6647 <VarListEntry>
6648 <Term>/proc/sys/net/ipv4/conf/DEV/secure_redirects</Term>
6649 <ListItem>
6650 <Para>
6651 Accept ICMP  redirect  messages  only  for gateways, listed in default gateway
6652 list. Enabled by default.
6653 </Para></ListItem>
6654 </VarListEntry>
6655 <VarListEntry>
6656 <Term>/proc/sys/net/ipv4/conf/DEV/send_redirects</Term>
6657 <ListItem>
6658 <Para>
6659 If we send the above mentioned redirects.
6660 </Para></ListItem>
6661 </VarListEntry>
6662 <VarListEntry>
6663 <Term>/proc/sys/net/ipv4/conf/DEV/shared_media</Term>
6664 <ListItem>
6665 <Para>
6666 If it  is  not  set  the kernel does not assume that different subnets on this
6667 device can communicate directly. Default setting is 'yes'.
6668 </Para></ListItem>
6669 </VarListEntry>
6670 <VarListEntry>
6671 <Term>/proc/sys/net/ipv4/conf/DEV/tag</Term>
6672 <ListItem>
6673 <Para>
6674 FIXME: fill this in
6675 </Para></ListItem>
6676 </VarListEntry>
6677 </VariableList>
6678 </Para>
6680 </Sect2>
6682 <Sect2>
6683 <Title>Neighbor policy</Title>
6685 <Para>
6686 Dev can either stand for a real interface, or for 'all' or 'default'.
6687 Default also changes settings for interfaces yet to be created.
6688 <VariableList>
6690 <VarListEntry>
6691 <Term>/proc/sys/net/ipv4/neigh/DEV/anycast_delay</Term>
6692 <ListItem>
6693 <Para>
6694 Maximum for  random  delay  of  answers  to  neighbor solicitation messages in
6695 jiffies (1/100  sec). Not yet implemented (Linux does not have anycast support
6696 yet).
6697 </Para></ListItem>
6698 </VarListEntry>
6699 <VarListEntry>
6700 <Term>/proc/sys/net/ipv4/neigh/DEV/app_solicit</Term>
6701 <ListItem>
6702 <Para>
6703 Determines the  number of requests to send to the user level ARP daemon. Use 0
6704 to turn off.
6705 </Para></ListItem>
6706 </VarListEntry>
6707 <VarListEntry>
6708 <Term>/proc/sys/net/ipv4/neigh/DEV/base_reachable_time</Term>
6709 <ListItem>
6710 <Para>
6711 A base  value  used for computing the random reachable time value as specified
6712 in RFC2461.
6713 </Para></ListItem>
6714 </VarListEntry>
6715 <VarListEntry>
6716 <Term>/proc/sys/net/ipv4/neigh/DEV/delay_first_probe_time</Term>
6717 <ListItem>
6718 <Para>
6719 Delay for  the  first  time  probe  if  the  neighbor  is  reachable.  (see
6720 gc_stale_time)
6721 </Para></ListItem>
6722 </VarListEntry>
6723 <VarListEntry>
6724 <Term>/proc/sys/net/ipv4/neigh/DEV/gc_stale_time</Term>
6725 <ListItem>
6726 <Para>
6727 Determines how  often  to  check  for stale ARP entries. After an ARP entry is
6728 stale it  will  be resolved again (which is useful when an IP address migrates
6729 to another  machine).  When  ucast_solicit is greater than 0 it first tries to
6730 send an  ARP  packet  directly  to  the  known  host  When  that  fails  and
6731 mcast_solicit is greater than 0, an ARP request is broadcast.
6732 </Para></ListItem>
6733 </VarListEntry>
6734 <VarListEntry>
6735 <Term>/proc/sys/net/ipv4/neigh/DEV/locktime</Term>
6736 <ListItem>
6737 <Para>
6738 An ARP/neighbor  entry  is only replaced with a new one if the old is at least
6739 locktime old. This prevents ARP cache thrashing.
6740 </Para></ListItem>
6741 </VarListEntry>
6742 <VarListEntry>
6743 <Term>/proc/sys/net/ipv4/neigh/DEV/mcast_solicit</Term>
6744 <ListItem>
6745 <Para>
6746 Maximum number of retries for multicast solicitation.
6747 </Para></ListItem>
6748 </VarListEntry>
6749 <VarListEntry>
6750 <Term>/proc/sys/net/ipv4/neigh/DEV/proxy_delay</Term>
6751 <ListItem>
6752 <Para>
6753 Maximum time  (real  time is random &lsqb;0..proxytime]) before answering to an ARP
6754 request for  which  we have an proxy ARP entry. In some cases, this is used to
6755 prevent network flooding.
6756 </Para></ListItem>
6757 </VarListEntry>
6758 <VarListEntry>
6759 <Term>/proc/sys/net/ipv4/neigh/DEV/proxy_qlen</Term>
6760 <ListItem>
6761 <Para>
6762 Maximum queue length of the delayed proxy arp timer. (see proxy_delay).
6763 </Para></ListItem>
6764 </VarListEntry>
6765 <VarListEntry>
6766 <Term>/proc/sys/net/ipv4/neigh/DEV/retrans_time</Term>
6767 <ListItem>
6768 <Para>
6769 The time,  expressed  in  jiffies  (1/100 sec), between retransmitted Neighbor
6770 Solicitation messages.  Used  for  address  resolution  and  to determine if a
6771 neighbor is unreachable.
6772 </Para></ListItem>
6773 </VarListEntry>
6774 <VarListEntry>
6775 <Term>/proc/sys/net/ipv4/neigh/DEV/ucast_solicit</Term>
6776 <ListItem>
6777 <Para>
6778 Maximum number of retries for unicast solicitation.
6779 </Para></ListItem>
6780 </VarListEntry>
6781 <VarListEntry>
6782 <Term>/proc/sys/net/ipv4/neigh/DEV/unres_qlen</Term>
6783 <ListItem>
6784 <Para>
6785 Maximum queue  length  for a pending arp request - the number of packets which
6786 are accepted from other layers while the ARP address is still resolved.
6787 </Para></ListItem>
6788 </VarListEntry>
6789 <VarListEntry>
6790 <Term>Internet QoS: Architectures and Mechanisms for Quality of Service,
6791 Zheng Wang, ISBN 1-55860-608-4</Term>
6792 <ListItem>
6793 <Para>
6794 Hardcover textbook covering topics
6795 related to Quality of Service. Good for understanding basic concepts.
6796 </Para></ListItem>
6797 </VarListEntry>
6798 </VariableList>
6799 </Para>
6801 </Sect2>
6803 <Sect2>
6804 <Title>Routing settings</Title>
6806 <Para>
6807 <VariableList>
6809 <VarListEntry>
6810 <Term>/proc/sys/net/ipv4/route/error_burst</Term>
6811 <ListItem>
6812 <Para>
6813 These parameters  are used to limit the warning messages written to the kernel
6814 log from  the  routing  code.  The  higher the error_cost factor is, the fewer
6815 messages will  be written. Error_burst controls when messages will be dropped.
6816 The default settings limit warning messages to one every five seconds.
6817 </Para></ListItem>
6818 </VarListEntry>
6819 <VarListEntry>
6820 <Term>/proc/sys/net/ipv4/route/error_cost</Term>
6821 <ListItem>
6822 <Para>
6823 These parameters  are used to limit the warning messages written to the kernel
6824 log from  the  routing  code.  The  higher the error_cost factor is, the fewer
6825 messages will  be written. Error_burst controls when messages will be dropped.
6826 The default settings limit warning messages to one every five seconds.
6827 </Para></ListItem>
6828 </VarListEntry>
6829 <VarListEntry>
6830 <Term>/proc/sys/net/ipv4/route/flush</Term>
6831 <ListItem>
6832 <Para>
6833 Writing to this file results in a flush of the routing cache.
6834 </Para></ListItem>
6835 </VarListEntry>
6836 <VarListEntry>
6837 <Term>/proc/sys/net/ipv4/route/gc_elasticity</Term>
6838 <ListItem>
6839 <Para>
6840 Values to  control  the  frequency  and  behavior  of  the  garbage collection
6841 algorithm for the routing cache. This can be important for when doing
6842 fail over. At least gc_timeout seconds will elapse before Linux will skip
6843 to another route because the previous one has died. By default set to 300,
6844 you may want to lower it if you want to have a speedy fail over.
6845 </Para>
6847 <Para>
6848 Also see <ULink
6849 URL="http://mailman.ds9a.nl/pipermail/lartc/2002q1/002667.html"
6850 >this post</ULink
6851 > by Ard van Breemen.
6852 </Para></ListItem>
6853 </VarListEntry>
6854 <VarListEntry>
6855 <Term>/proc/sys/net/ipv4/route/gc_interval</Term>
6856 <ListItem>
6857 <Para>
6858 See /proc/sys/net/ipv4/route/gc_elasticity.
6859 </Para></ListItem>
6860 </VarListEntry>
6861 <VarListEntry>
6862 <Term>/proc/sys/net/ipv4/route/gc_min_interval</Term>
6863 <ListItem>
6864 <Para>
6865 See /proc/sys/net/ipv4/route/gc_elasticity.
6866 </Para></ListItem>
6867 </VarListEntry>
6868 <VarListEntry>
6869 <Term>/proc/sys/net/ipv4/route/gc_thresh</Term>
6870 <ListItem>
6871 <Para>
6872 See /proc/sys/net/ipv4/route/gc_elasticity.
6873 </Para></ListItem>
6874 </VarListEntry>
6875 <VarListEntry>
6876 <Term>/proc/sys/net/ipv4/route/gc_timeout</Term>
6877 <ListItem>
6878 <Para>
6879 See /proc/sys/net/ipv4/route/gc_elasticity.
6880 </Para></ListItem>
6881 </VarListEntry>
6882 <VarListEntry>
6883 <Term>/proc/sys/net/ipv4/route/max_delay</Term>
6884 <ListItem>
6885 <Para>
6886 Delays for flushing the routing cache.
6887 </Para></ListItem>
6888 </VarListEntry>
6889 <VarListEntry>
6890 <Term>/proc/sys/net/ipv4/route/max_size</Term>
6891 <ListItem>
6892 <Para>
6893 Maximum size  of  the routing cache. Old entries will be purged once the cache
6894 reached has this size.
6895 </Para></ListItem>
6896 </VarListEntry>
6897 <VarListEntry>
6898 <Term>/proc/sys/net/ipv4/route/min_adv_mss</Term>
6899 <ListItem>
6900 <Para>
6901 FIXME: fill this in
6902 </Para></ListItem>
6903 </VarListEntry>
6904 <VarListEntry>
6905 <Term>/proc/sys/net/ipv4/route/min_delay</Term>
6906 <ListItem>
6907 <Para>
6908 Delays for flushing the routing cache.
6909 </Para></ListItem>
6910 </VarListEntry>
6911 <VarListEntry>
6912 <Term>/proc/sys/net/ipv4/route/min_pmtu</Term>
6913 <ListItem>
6914 <Para>
6915 FIXME: fill this in
6916 </Para></ListItem>
6917 </VarListEntry>
6918 <VarListEntry>
6919 <Term>/proc/sys/net/ipv4/route/mtu_expires</Term>
6920 <ListItem>
6921 <Para>
6922 FIXME: fill this in
6923 </Para></ListItem>
6924 </VarListEntry>
6925 <VarListEntry>
6926 <Term>/proc/sys/net/ipv4/route/redirect_load</Term>
6927 <ListItem>
6928 <Para>
6929 Factors which  determine  if  more ICMP redirects should be sent to a specific
6930 host. No  redirects  will be sent once the load limit or the maximum number of
6931 redirects has been reached.
6932 </Para></ListItem>
6933 </VarListEntry>
6934 <VarListEntry>
6935 <Term>/proc/sys/net/ipv4/route/redirect_number</Term>
6936 <ListItem>
6937 <Para>
6938 See /proc/sys/net/ipv4/route/redirect_load.
6939 </Para></ListItem>
6940 </VarListEntry>
6941 <VarListEntry>
6942 <Term>/proc/sys/net/ipv4/route/redirect_silence</Term>
6943 <ListItem>
6944 <Para>
6945 Timeout for redirects. After this period redirects will be sent again, even if
6946 this has been stopped, because the load or number limit has been reached.
6947 </Para></ListItem>
6948 </VarListEntry>
6949 </VariableList>
6950 </Para>
6952 </Sect2>
6954 </Sect1>
6956 </chapter>
6958 <chapter id="lartc.adv-qdisc">
6959   <Title>Advanced &amp; less common queueing disciplines</Title>
6961 <Para>
6962 Should you find that you have needs not addressed by the queues mentioned
6963 earlier, the kernel contains some other more specialized queues mentioned here.
6964 </Para>
6966 <Sect1 id="lartc.adv-qdisc.bfifo-pfifo">
6967   <Title><literal>bfifo</literal>/<literal>pfifo</literal></Title>
6969 <Para>
6970 These classless queues are even simpler than pfifo_fast in that they lack
6971 the internal bands - all traffic is really equal. They have one important
6972 benefit though, they have some statistics. So even if you don't need shaping
6973 or prioritizing, you can use this qdisc to determine the backlog on your
6974 interface.
6975 </Para>
6977 <Para>
6978 pfifo has a length measured in packets, bfifo in bytes. 
6979 </Para>
6981 <Sect2>
6982 <Title>Parameters &amp; usage</Title>
6984 <Para>
6985 <VariableList>
6987 <VarListEntry>
6988 <Term>limit</Term>
6989 <ListItem>
6990 <Para>
6991 Specifies the length of the queue. Measured in bytes for bfifo, in packets
6992 for pfifo. Defaults to the interface txqueuelen (see pfifo_fast chapter)
6993 packets long or txqueuelen*mtu bytes for bfifo.
6994 </Para></ListItem>
6995 </VarListEntry>
6996 </VariableList>
6997 </Para>
6999 </Sect2>
7001 </Sect1>
7003 <Sect1 id="lartc.adv-qdisc.csz">
7004   <Title>Clark-Shenker-Zhang algorithm (CSZ)</Title>
7006 <Para>
7007 This is so theoretical that not even Alexey (the main CBQ author) claims to
7008 understand it. From his source:
7009 </Para>
7011 <blockquote>
7012 <Para>
7013 David D. Clark, Scott Shenker and Lixia Zhang
7014 <citetitle>Supporting Real-Time Applications in an Integrated Services Packet
7015 Network: Architecture and Mechanism</citetitle>.
7016 </Para>
7018 <Para>
7019 As I understand it, the main idea is to create WFQ flows for each guaranteed
7020 service and to allocate the rest of bandwith to dummy flow-0. Flow-0
7021 comprises the predictive services and the best effort traffic; it is handled
7022 by a priority scheduler with the highest priority band allocated for
7023 predictive services, and the rest --- to the best effort packets.
7024 </Para>
7026 <Para>
7027 Note that in CSZ flows are NOT limited to their bandwidth.  It is supposed
7028 that the flow passed admission control at the edge of the QoS network and it
7029 doesn't need further shaping. Any attempt to improve the flow or to shape it
7030 to a token bucket at intermediate hops will introduce undesired delays and
7031 raise jitter.
7032 </Para>
7034 <Para>
7035 At the moment CSZ is the only scheduler that provides true guaranteed
7036 service. Another schemes (including CBQ) do not provide guaranteed delay and
7037 randomize jitter."
7038 </Para>
7040 <Para>
7041 Does not currently seem like a good candidate to use, unless you've read and
7042 understand the article mentioned.
7043 </Para>
7044 </blockquote>
7046 </Sect1>
7048 <Sect1 id="lartc.adv-qdisc.dsmark"
7049   xreflabel="DSMARK">
7050   <Title>DSMARK</Title>
7052   <abstract>
7053     <Para>
7054       <author><firstname>Esteve</firstname><surname>Camps</surname></author>
7055       <address><email>marvin@grn.es</email></address>
7056       This text is an extract from my thesis on
7057       <citetitle>QoS Support in Linux</citetitle>, September 2000.
7058     </Para>
7059   </abstract>
7061 <Para>Source documents:
7062 </para>
7064 <ItemizedList>
7065 <ListItem>
7066   <Para>
7067     <ULink URL="ftp://icaftp.epfl.ch/pub/linux/diffserv/misc/dsid-01.txt.gz">
7068       Draft-almesberger-wajhak-diffserv-linux-01.txt</ULink>.
7069   </Para>
7070 </ListItem>
7071 <ListItem>
7072   <Para>Examples in iproute2 distribution.
7073   </Para>
7074 </ListItem>
7075 <ListItem>
7076   <Para>
7077     <ULink URL="http://www.qosforum.com/white-papers/qosprot_v3.pdf">
7078       White Paper-QoS protocols and architectures</ULink> and
7079     <ULink URL="http://www.qosforum.com/docs/faq">
7080       IP QoS Frequently Asked Questions</ULink> both by 
7081     <citetitle>Quality of Service Forum</citetitle>.
7082   </Para>
7083 </ListItem>
7084 </ItemizedList>
7086 <Para>
7087 This chapter was written by Esteve Camps &lt;esteve@hades.udg.es&gt;.
7088 </Para>
7090 <Sect2>
7091 <Title>Introduction</Title>
7093 <Para>
7094 First of all, first of all, it would be a great idea for you to read RFCs
7095 written about this (RFC2474, RFC2475, RFC2597 and RFC2598) at 
7096 <ULink URL="http://www.ietf.org/html.charters/diffserv-charter.html">
7097   IETF DiffServ working Group web site</ULink> and
7098 <ULink URL="http://diffserv.sf.net/">
7099   Werner Almesberger web site</ULink>
7100 (he wrote the code to support Differentiated Services on Linux).
7101 </Para>
7103 </Sect2>
7105 <Sect2>
7106 <Title>What is Dsmark related to?</Title>
7108 <Para>
7109 Dsmark is a queueing discipline that offers the capabilities needed in
7110 Differentiated Services (also called DiffServ or, simply, DS). DiffServ is
7111 one of two actual QoS architectures (the other one is called Integrated
7112 Services) that is based on a value carried by packets in the DS field of the
7113 IP header.
7114 </Para>
7116 <Para>
7117 One of the first solutions in IP designed to offer some QoS level was
7118 the Type of Service field (TOS byte) in IP header. By changing that value,
7119 we could choose a high/low level of throughput, delay or reliability.
7120 But this didn't provide sufficient flexibility to the needs of new
7121 services (such as real-time applications, interactive applications and
7122 others). After this, new architectures appeared. One of these was DiffServ
7123 which kept TOS bits and renamed DS field.
7124 </Para>
7126 </Sect2>
7128 <Sect2>
7129 <Title>Differentiated Services guidelines</Title>
7131 <Para>
7132 Differentiated Services is group-oriented. I mean, we don't know anything
7133 about flows (this will be the Integrated Services purpose); we know about
7134 flow aggregations and we will apply different behaviours depending on which
7135 aggregation a packet belongs to.
7136 </Para>
7138 <Para>
7139 When a packet arrives to an edge node (entry node to a DiffServ domain)
7140 entering to a DiffServ Domain we'll have to policy, shape and/or mark those
7141 packets (marking refers to assigning a value to the DS field. It's just like the
7142 cows :-) ). This will be the mark/value that the internal/core nodes on our
7143 DiffServ Domain will look at to determine which behaviour or QoS level
7144 apply.
7145 </Para>
7147 <Para>
7148 As you can deduce, Differentiated Services involves a domain on which
7149 all DS rules will have to be applied. In fact you can think I
7150 will classify all the packets entering my domain. Once they enter my
7151 domain they will be subjected to the rules that my classification dictates
7152 and every traversed node will apply that QoS level.
7153 </Para>
7155 <Para>
7156 In fact, you can apply your own policies into your local domains, but some
7157 <Emphasis>Service Level Agreements</Emphasis> should be considered when connecting to
7158 other DS domains.
7159 </Para>
7161 <Para>
7162 At this point, you maybe have a lot of questions. DiffServ is more than I've
7163 explained. In fact, you can understand that I can not resume more than 3
7164 RFCs in just 50 lines :-).
7165 </Para>
7167 </Sect2>
7169 <Sect2>
7170 <Title>Working with Dsmark</Title>
7172 <Para>
7173 As the DiffServ bibliography specifies, we differentiate boundary nodes and
7174 interior nodes. These are two important points in the traffic path. Both
7175 types perform a classification when the packets arrive. Its result may be
7176 used in different places along the DS process before the packet is released
7177 to the network. It's just because of this that the diffserv code supplies an
7178 structure called sk_buff, including a new field called skb-&gt;tc_index
7179 where we'll store the result of initial classification that may be used in
7180 several points in DS treatment.
7181 </Para>
7183 <Para>
7184 The skb-&gt;tc_index value will be initially set by the DSMARK qdisc,
7185 retrieving it from the DS field in IP header of every received packet.
7186 Besides, cls_tcindex classifier will read all or part of skb-&gt;tcindex
7187 value and use it to select classes.
7188 </Para>
7190 <Para>
7191 But, first of all, take a look at DSMARK qdisc command and its parameters:
7193 <Screen>
7194 ... dsmark indices INDICES [ default_index DEFAULT_INDEX ] [ set_tc_index ]
7195 </Screen>
7197 What do these parameters mean?
7199 <ItemizedList>
7200 <ListItem>
7202 <Para>
7203 <Emphasis remap="bf">indices</Emphasis>: size of table of (mask,value) pairs. Maximum value is 2&circ;n, where n&gt;=0.
7204 </Para>
7205 </ListItem>
7206 <ListItem>
7208 <Para>
7209 <Emphasis remap="bf">Default_index</Emphasis>: the default table entry index if classifier finds no match.
7210 </Para>
7211 </ListItem>
7212 <ListItem>
7214 <Para>
7215 <Emphasis remap="bf">Set_tc_index</Emphasis>: instructs dsmark discipline to retrieve the DS field and store it onto skb-&gt;tc_index.
7216 </Para>
7217 </ListItem>
7219 </ItemizedList>
7221 Let's see the DSMARK process.
7222 </Para>
7224 </Sect2>
7226 <Sect2>
7227 <Title>How SCH_DSMARK works.</Title>
7229 <Para>
7230 This qdisc will apply the next steps:
7232 <ItemizedList>
7233 <ListItem>
7235 <Para>
7236 If we have declared set_tc_index option in qdisc command, DS field is retrieved and stored onto
7237 skb-&gt;tc_index variable.
7238 </Para>
7239 </ListItem>
7240 <ListItem>
7242 <Para>
7243 Classifier is invoked. The classifier will be executed and it will return a class ID that will be stored in
7244 skb-&gt;tc_index variable.If no filter matches are found, we consider the default_index option to be the
7245 classId to store. If neither set_tc_index nor default_index has been declared results may be
7246 unpredictable.
7247 </Para>
7248 </ListItem>
7249 <ListItem>
7251 <Para>
7252 After been sent to internal qdiscs where you can reuse the result of the filter, the classid returned by
7253 the internal qdisc is stored into skb-&gt;tc_index. We will use this value in the future to index a mask-
7254 value table. The final result to assign to the packet will be that resulting from next operation:
7256 <Screen>
7257 New_Ds_field = ( Old_DS_field &#38; mask ) | value
7258 </Screen>
7261 </Para>
7262 </ListItem>
7263 <ListItem>
7265 <Para>
7266 Thus, new value will result from "anding" ds_field and mask values and next, this result "ORed" with
7267 value parameter. See next diagram to understand all this process:
7268 </Para>
7269 </ListItem>
7271 </ItemizedList>
7274 <Screen>
7275                          skb-&gt;ihp-&gt;tos
7276 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - &gt;
7277      |                                                       |     ^
7278      | -- If you declare set_tc_index, we set DS             |     |  &lt;-----May change
7279      |    value into skb-&gt;tc_index variable                  |     |O       DS field
7280      |                                                      A|     |R
7281    +-|-+      +------+    +---+-+    Internal   +-+     +---N|-----|----+
7282    | | |      | tc   |---&gt;|   | |--&gt;  . . .  --&gt;| |     |   D|     |    |
7283    | | |-----&gt;|index |---&gt;|   | |     Qdisc     | |----&gt;|    v     |    |
7284    | | |      |filter|---&gt;| | | +---------------+ |   ----&gt;(mask,value) |
7285 --&gt;| O |      +------+    +-|-+--------------^----+  /  |  (.  ,  .)    |
7286    | | |          ^         |                |       |  |  (.  ,  .)    |
7287    | | +----------|---------|----------------|-------|--+  (.  ,  .)    |
7288    | | sch_dsmark |         |                |       |                  |
7289    +-|------------|---------|----------------|-------|------------------+
7290      |            |         | &lt;- tc_index -&gt; |       |
7291      |            |(read)   |    may change  |       |  &lt;--------------Index to the
7292      |            |         |                |       |                    (mask,value)
7293      v            |         v                v       |                    pairs table
7294 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -&gt;
7295                          skb-&gt;tc_index
7296 </Screen>
7298 </Para>
7300 <Para>
7301 How to do marking? Just change the mask and value of the class you want to remark. See next line of code:
7303 <Screen>
7304 tc class change dev eth0 classid 1:1 dsmark mask 0x3 value 0xb8
7305 </Screen>
7307 This changes the (mask,value) pair in hash table, to remark packets belonging to class 1:1.You have to "change" this values
7308 because of default values that (mask,value) gets initially (see table below).
7309 </Para>
7311 <Para>
7312 Now, we'll explain how TC_INDEX filter works and how fits into this. Besides, TCINDEX filter can be
7313 used in other configurations rather than those including DS services.
7314 </Para>
7316 </Sect2>
7318 <Sect2>
7319 <Title>TC_INDEX Filter</Title>
7321 <Para>
7322 This is the basic command to declare a TC_INDEX filter:
7324 <Screen>
7325 ... tcindex [ hash SIZE ] [ mask MASK ] [ shift SHIFT ]
7326             [ pass_on | fall_through ]
7327             [ classid CLASSID ] [ police POLICE_SPEC ]
7328 </Screen>
7330 Next, we show the example used to explain TC_INDEX operation mode. Pay attention to bolded words:
7333 tc qdisc add dev eth0 handle 1:0 root dsmark indices 64 <Emphasis remap="bf">set_tc_index</Emphasis>
7335 tc filter add dev eth0 parent 1:0 protocol ip prio 1 tcindex <Emphasis remap="bf">mask 0xfc  shift 2</Emphasis>
7337 tc qdisc add dev eth0 parent 1:0 handle 2:0 cbq bandwidth 10Mbit cell 8 avpkt 1000 mpu 64
7339 &num; EF traffic class
7341 tc class add dev eth0 parent 2:0 classid 2:1 cbq bandwidth 10Mbit rate 1500Kbit avpkt 1000 prio 1 bounded isolated allot 1514 weight 1 maxburst 10
7343 &num; Packet fifo qdisc for EF traffic
7345 tc qdisc add dev eth0 parent 2:1 pfifo limit 5
7347 tc filter add dev eth0 parent 2:0 protocol ip prio 1 <Emphasis remap="bf">handle 0x2e</Emphasis> tcindex <Emphasis remap="bf">classid 2:1 pass_on</Emphasis>
7351 (This code is not complete. It's just an extract from EFCBQ example included in iproute2 distribution).
7352 </Para>
7354 <Para>
7355 First of all, suppose we receive a packet marked as EF .  If you read RFC2598, you'll see that DSCP
7356 recommended value for EF traffic is 101110. This means that DS field will be 10111000 (remember that
7357 less significant bits in TOS byte are not used in DS) or 0xb8 in hexadecimal codification.
7358 </Para>
7360 <Para>
7362 <Screen>
7363               TC INDEX
7364               FILTER
7365    +---+      +-------+    +---+-+    +------+                +-+    +-------+
7366    |   |      |       |    |   | |    |FILTER|  +-+    +-+    | |    |       |
7367    |   |-----&gt;| MASK  | -&gt; |   | | -&gt; |HANDLE|-&gt;| |    | | -&gt; | | -&gt; |       |
7368    |   |  .   | =0xfc |    |   | |    |0x2E  |  | +----+ |    | |    |       |
7369    |   |  .   |       |    |   | |    +------+  +--------+    | |    |       |
7370    |   |  .   |       |    |   | |                            | |    |       |
7371 --&gt;|   |  .   | SHIFT |    |   | |                            | |    |       |--&gt;
7372    |   |  .   | =2    |    |   | +----------------------------+ |    |       |
7373    |   |      |       |    |   |       CBQ 2:0                  |    |       |
7374    |   |      +-------+    +---+--------------------------------+    |       |
7375    |   |                                                             |       |
7376    |   +-------------------------------------------------------------+       |
7377    |                          DSMARK 1:0                                     |
7378    +-------------------------------------------------------------------------+
7380 </Screen>
7382 </Para>
7384 <Para>
7385 The packet arrives, then, set with 0xb8 value at DS field. As we explained before, dsmark qdisc identified
7386 by 1:0 id in the example, retrieves DS field and store it in skb-&gt;tc_index variable.
7387 Next step in the example will correspond to the filter associated to this qdisc (second line in the example).
7388 This will perform next operations:
7390 <Screen>
7391 Value1 = skb-&#62;tc_index &#38; MASK
7392 Key = Value1 &#62;&#62; SHIFT
7393 </Screen>
7395 </Para>
7397 <Para>
7398 In the example, MASK=0xFC i SHIFT=2.
7400 <Screen>
7401 Value1 = 10111000 &#38; 11111100 = 10111000
7402 Key = 10111000 &#62;&#62; 2 = 00101110 -&#62; 0x2E in hexadecimal
7403 </Screen>
7405 </Para>
7407 <Para>
7408 The returned value will correspond to a qdisc internal filter handle (in the example, identifier 2:0). If a
7409 filter with this id exists, policing and metering conditions will be verified (in case that filter includes this)
7410 and the classid will be returned (in our example, classid 2:1) and stored in skb-&gt;tc_index variable.
7411 </Para>
7413 <Para>
7414 But if any filter with that identifier is found, the result will depend on fall_through flag declaration. If so,
7415 value key is returned as classid. If not, an error is returned and process continues with the rest filters. Be
7416 careful if you use fall_through flag; this can be done if a simple relation exists between values
7418 of skb-&gt;tc_index variable and class id's.
7419 </Para>
7421 <Para>
7422 The latest parameters to comment on are hash and pass_on. The first one
7423 relates to hash table size. Pass_on will be used to indicate that if no classid
7424 equal to the result of this filter is found, try next filter.
7425 The default action is fall_through (look at next table).
7426 </Para>
7428 <Para>
7429 Finally, let's see which possible values can be set to all this TCINDEX parameters:
7431 <Screen>
7432 TC Name                 Value           Default
7433 -----------------------------------------------------------------
7434 Hash                    1...0x10000     Implementation dependent
7435 Mask                    0...0xffff      0xffff
7436 Shift                   0...15          0
7437 Fall through / Pass_on  Flag            Fall_through
7438 Classid                 Major:minor     None
7439 Police                  .....           None
7440 </Screen>
7442 </Para>
7444 <Para>
7445 This kind of filter is very powerful. It's necessary to explore all possibilities. Besides, this filter is not only used in DiffServ configurations.
7446 You can use it as any other kind of filter.
7447 </Para>
7449 <Para>
7450 I recommend you to look at all DiffServ examples included in iproute2 distribution. I promise I will try to
7451 complement this text as soon as I can. Besides, all I have explained is the result of a lot of tests.
7452 I would thank you tell me if I'm wrong in any point.
7453 </Para>
7455 </Sect2>
7457 </Sect1>
7459 <Sect1 id="lartc.adv-qdisc.ingress">
7460   <Title>Ingress qdisc</Title>
7462 <Para>
7463 All qdiscs discussed so far are egress qdiscs. Each interface however can
7464 also have an ingress qdisc which is not used to send packets
7465 out to the network adaptor. Instead, it allows you to apply tc filters to
7466 packets coming in over the interface, regardless of whether they have a local
7467 destination or are to be forwarded.
7468 </Para>
7470 <Para>
7471 As the tc filters contain a full Token Bucket Filter implementation, and are
7472 also able to match on the kernel flow estimator, there is a lot of
7473 functionality available. This effectively allows you to police incoming
7474 traffic, before it even enters the IP stack.
7475 </Para>
7477 <Sect2>
7478 <Title>Parameters &amp; usage</Title>
7480 <Para>
7481 The ingress qdisc itself does not require any parameters. It differs from
7482 other qdiscs in that it does not occupy the root of a device. Attach it like
7483 this:
7485 <Screen>
7486 # tc qdisc add dev eth0 ingress
7487 </Screen>
7489 This allows you to have other, sending, qdiscs on your device besides the
7490 ingress qdisc. 
7491 </Para>
7493 <Para>
7494 For a contrived example how the ingress qdisc could be used, see the
7495 Cookbook.
7496 </Para>
7498 </Sect2>
7500 </Sect1>
7502 <Sect1 id="lartc.adv-qdisc.red">
7503   <Title>Random Early Detection (RED)</Title>
7505 <Para>
7506 This section is meant as an introduction to backbone routing, which often
7507 involves &gt;100 megabit bandwidths, which requires a different approach than
7508 your ADSL modem at home.
7509 </Para>
7511 <Para>
7512 The normal behaviour of router queues on the Internet is called tail-drop.
7513 Tail-drop works by queueing up to a certain amount, then dropping all traffic
7514 that 'spills over'. This is very unfair, and also leads to retransmit 
7515 synchronization. When retransmit synchronization occurs, the sudden burst
7516 of drops from a router that has reached its fill will cause a delayed burst
7517 of retransmits, which will over fill the congested router again. 
7518 </Para>
7520 <Para>
7521 In order to cope with transient congestion on links, backbone routers will
7522 often implement large queues. Unfortunately, while these queues are good for
7523 throughput, they can substantially increase latency and cause TCP
7524 connections to behave very burstily during congestion.
7525 </Para>
7527 <Para>
7528 These issues with tail-drop are becoming increasingly troublesome on the
7529 Internet because the use of network unfriendly applications is increasing.
7530 The Linux kernel offers us RED, short for Random Early Detect, also called
7531 Random Early Drop, as that is how it works.
7532 </Para>
7534 <Para>
7535 RED isn't a cure-all for this, applications which inappropriately fail to 
7536 implement exponential backoff still get an unfair share of the bandwidth,
7537 however, with RED they do not cause as much harm to the throughput and
7538 latency of other connections.
7539 </Para>
7541 <Para>
7542 RED statistically drops packets from flows before it reaches its hard
7543 limit. This causes a congested backbone link to slow more gracefully, and
7544 prevents retransmit synchronization. This also helps TCP find its 'fair'
7545 speed faster by allowing some packets to get dropped sooner keeping queue
7546 sizes low and latency under control. The probability of a packet being
7547 dropped from a particular connection is proportional to its bandwidth usage
7548 rather than the number of packets it transmits. 
7549 </Para>
7551 <Para>
7552 RED is a good queue for backbones, where you can't afford the 
7553 complexity of per-session state tracking needed by fairness queueing.
7554 </Para>
7556 <Para>
7557 In order to use RED, you must decide on three parameters: Min, Max, and
7558 burst. Min sets the minimum queue size in bytes before dropping will begin,
7559 Max is a soft maximum that the algorithm will attempt to stay under, and
7560 burst sets the maximum number of packets that can 'burst through'.
7561 </Para>
7563 <Para>
7564 You should set the min by calculating that highest acceptable base queueing 
7565 latency you wish, and multiply it by your bandwidth. For instance, on my 
7566 64kbit/s ISDN link, I might want a base queueing latency of 200ms so I set
7567 min to 1600 bytes. Setting min too small will degrade throughput and too
7568 large will degrade latency. Setting a small min is not a replacement for
7569 reducing the MTU on a slow link to improve interactive response.
7570 </Para>
7572 <Para>
7573 You should make max at least twice min to prevent synchronization. On slow
7574 links with small Min's it might be wise to make max perhaps four or
7575 more times large then min.
7576 </Para>
7578 <Para>
7579 Burst controls how the RED algorithm responds to bursts. Burst must be set
7580 larger then min/avpkt. Experimentally, I've found (min+min+max)/(3*avpkt) to
7581 work ok.
7582 </Para>
7584 <Para>
7585 Additionally, you need to set limit and avpkt. Limit is a safety value, after
7586 there are limit bytes in the queue, RED 'turns into' tail-drop. I typical set
7587 limit to eight times max. Avpkt should be your average packet size. 1000
7588 works OK on high speed Internet links with a 1500byte MTU. 
7589 </Para>
7591 <Para>
7592 Read <ULink
7593 URL="http://www.aciri.org/floyd/papers/red/red.html"
7594 >the paper on RED queueing</ULink
7595 > by Sally Floyd and Van Jacobson for technical
7596 information.
7597 </Para>
7599 </Sect1>
7601 <Sect1 id="lartc.adv-qdisc.gred">
7602 <Title>Generic Random Early Detection</Title>
7604 <Para>
7605 Not a lot is known about GRED. It looks like GRED with several internal
7606 queues, whereby the internal queue is chosen based on the Diffserv tcindex
7607 field. According to a slide found
7608 <ULink URL="http://www.davin.ottawa.on.ca/ols/img22.htm">here</ULink>,
7609 it contains the capabilities of Cisco's 'Distributed Weighted RED', as well 
7610 as Dave Clark's RIO.
7611 </Para>
7613 <Para>
7614 Each virtual queue can have its own Drop Parameters specified.
7615 </Para>
7617 <Para>
7618 FIXME: get Jamal or Werner to tell us more
7619 </Para>
7621 </Sect1>
7623 <Sect1 id="lartc.adv-qdisc.vc-atm">
7624   <Title>VC/ATM emulation</Title>
7626 <Para>
7627 This is quite a major effort by Werner Almesberger to allow you to build
7628 Virtual Circuits over TCP/IP sockets. A Virtual Circuit is a concept from
7629 ATM network theory. 
7630 </Para>
7632 <Para>
7633 For more information, see the <ULink
7634 URL="http://linux-atm.sourceforge.net/"
7635 >ATM on Linux homepage</ULink
7636 >. 
7637 </Para>
7639 </Sect1>
7641 <Sect1 id="lartc.adv-qdisc.wrr">
7642   <Title>Weighted Round Robin (WRR)</Title>
7644 <Para>
7645 This qdisc is not included in the standard kernels but can be downloaded from 
7646 <ULink URL="http://wipl-wrr.dkik.dk/wrr/">here</ULink>. 
7647 Currently the qdisc is only tested with Linux 2.2 kernels but it will 
7648 probably work with 2.4/2.5 kernels too.
7649 </Para>
7651 <Para>
7652 The WRR qdisc distributes bandwidth between its classes using the weighted 
7653 round robin scheme. That is, like the CBQ qdisc it contains classes 
7654 into which arbitrary qdiscs can be plugged. All classes which have sufficient 
7655 demand will get bandwidth proportional to the weights associated with the classes.
7656 The weights can be set manually using the <Literal remap="tt">tc</Literal> program. But they
7657 can also be made automatically decreasing for classes transferring much data.
7658 </Para>
7660 <Para>
7661 The qdisc has a built-in classifier which assigns packets coming from or 
7662 sent to different machines to different classes. Either the MAC or IP and 
7663 either source or destination addresses can be used. The MAC address can only 
7664 be used when the Linux box is acting as an ethernet bridge, however. The 
7665 classes are automatically assigned to machines based on the packets seen.
7666 </Para>
7668 <Para>
7669 The qdisc can be very useful at sites such as dorms where a lot of unrelated 
7670 individuals share an Internet connection. A set of scripts setting up a 
7671 relevant behavior for such a site is a central part of the WRR distribution.
7672 </Para>
7674 </Sect1>
7676 </chapter>
7678 <chapter id="lartc.cookbook"
7679   xreflabel="Cookbook">
7680   <Title>Cookbook</Title>
7682 <Para>
7683 This section contains 'cookbook' entries which may help you solve problems.
7684 A cookbook is no replacement for understanding however, so try and comprehend
7685 what is going on. 
7686 </Para>
7688 <Sect1 id="lartc.cookbook.sla">
7689 <Title>Running multiple sites with different SLAs</Title>
7691 <Para>
7692 You can do this in several ways. Apache has some support for this with a
7693 module, but we'll show how Linux can do this for you, and do so for other
7694 services as well. These commands are stolen from a presentation by Jamal
7695 Hadi that's referenced below.
7696 </Para>
7698 <Para>
7699 Let's say we have two customers, with http, ftp and streaming audio, and we
7700 want to sell them a limited amount of bandwidth. We do so on the server itself.
7701 </Para>
7703 <Para>
7704 Customer A should have at most 2 megabits, customer B has paid for 5
7705 megabits. We separate our customers by creating virtual IP addresses on our
7706 server.
7707 </Para>
7709 <Para>
7711 <Screen>
7712 # ip address add 188.177.166.1 dev eth0
7713 # ip address add 188.177.166.2 dev eth0
7714 </Screen>
7716 </Para>
7718 <Para>
7719 It is up to you to attach the different servers to the right IP address. All
7720 popular daemons have support for this.
7721 </Para>
7723 <Para>
7724 We first attach a CBQ qdisc to eth0:
7726 <Screen>
7727 # tc qdisc add dev eth0 root handle 1: cbq bandwidth 10Mbit cell 8 avpkt 1000 \
7728   mpu 64
7729 </Screen>
7731 </Para>
7733 <Para>
7734 We then create classes for our customers:
7735 </Para>
7737 <Para>
7739 <Screen>
7740 # tc class add dev eth0 parent 1:0 classid 1:1 cbq bandwidth 10Mbit rate \
7741   2MBit avpkt 1000 prio 5 bounded isolated allot 1514 weight 1 maxburst 21
7742 # tc class add dev eth0 parent 1:0 classid 1:2 cbq bandwidth 10Mbit rate \
7743   5Mbit avpkt 1000 prio 5 bounded isolated allot 1514 weight 1 maxburst 21
7744 </Screen>
7746 </Para>
7748 <Para>
7749 Then we add filters for our two classes:
7751 <Screen>
7752 ##FIXME: Why this line, what does it do?, what is a divisor?:
7753 ##FIXME: A divisor has something to do with a hash table, and the number of
7754 ##       buckets - ahu
7755 # tc filter add dev eth0 parent 1:0 protocol ip prio 5 handle 1: u32 divisor 1
7756 # tc filter add dev eth0 parent 1:0 prio 5 u32 match ip src 188.177.166.1
7757   flowid 1:1
7758 # tc filter add dev eth0 parent 1:0 prio 5 u32 match ip src 188.177.166.2
7759   flowid 1:2
7760 </Screen>
7762 </Para>
7764 <Para>
7765 And we're done.
7766 </Para>
7768 <Para>
7769 FIXME: why no token bucket filter? is there a default pfifo_fast fallback
7770 somewhere?
7771 </Para>
7773 </Sect1>
7775 <Sect1 id="lartc.cookbook.synflood-protect"
7776   xreflabel="Protecting your host from SYN floods">
7777   <Title>Protecting your host from SYN floods</Title>
7779 <Para>
7780 From Alexey's iproute documentation, adapted to netfilter and with more
7781 plausible paths. If you use this, take care to adjust the numbers to
7782 reasonable values for your system.
7783 </Para>
7785 <Para>
7786 If you want to protect an entire network, skip this script, which is best
7787 suited for a single host.
7788 </Para>
7790 <Para>
7791 It appears that you need the very latest version of the iproute2 tools to
7792 get this to work with 2.4.0.
7793 </Para>
7795 <Para>
7797 <Screen>
7798 #! /bin/sh -x
7800 # sample script on using the ingress capabilities
7801 # this script shows how one can rate limit incoming SYNs
7802 # Useful for TCP-SYN attack protection. You can use
7803 # IPchains to have more powerful additions to the SYN (eg 
7804 # in addition the subnet)
7806 #path to various utilities;
7807 #change to reflect yours.
7809 TC=/sbin/tc
7810 IP=/sbin/ip
7811 IPTABLES=/sbin/iptables
7812 INDEV=eth2
7814 # tag all incoming SYN packets through $INDEV as mark value 1
7815 ############################################################ 
7816 $iptables -A PREROUTING -i $INDEV -t mangle -p tcp --syn \
7817   -j MARK --set-mark 1
7818 ############################################################ 
7820 # install the ingress qdisc on the ingress interface
7821 ############################################################ 
7822 $TC qdisc add dev $INDEV handle ffff: ingress
7823 ############################################################ 
7827 # SYN packets are 40 bytes (320 bits) so three SYNs equals
7828 # 960 bits (approximately 1kbit); so we rate limit below
7829 # the incoming SYNs to 3/sec (not very useful really; but
7830 #serves to show the point - JHS
7831 ############################################################ 
7832 $TC filter add dev $INDEV parent ffff: protocol ip prio 50 handle 1 fw \
7833 police rate 1kbit burst 40 mtu 9k drop flowid :1
7834 ############################################################ 
7838 echo "---- qdisc parameters Ingress  ----------"
7839 $TC qdisc ls dev $INDEV
7840 echo "---- Class parameters Ingress  ----------"
7841 $TC class ls dev $INDEV
7842 echo "---- filter parameters Ingress ----------"
7843 $TC filter ls dev $INDEV parent ffff:
7845 #deleting the ingress qdisc
7846 #$TC qdisc del $INDEV ingress
7847 </Screen>
7849 </Para>
7851 </Sect1>
7853 <Sect1 id="lartc.cookbook.icmp-ratelimit">
7854   <Title>Rate limit ICMP to prevent dDoS</Title>
7856 <Para>
7857 Recently, distributed denial of service attacks have become a major nuisance
7858 on the Internet. By properly filtering and rate limiting your network, you can
7859 both prevent becoming a casualty or the cause of these attacks.
7860 </Para>
7862 <Para>
7863 You should filter your networks so that you do not allow non-local IP source
7864 addressed packets to leave your network. This stops people from anonymously
7865 sending junk to the Internet. 
7866 </Para>
7868 <Para>
7869 Rate limiting goes much as shown earlier. To refresh your memory, our
7870 ASCIIgram again:
7871 </Para>
7873 <Para>
7875 <Screen>
7876 [The Internet] ---&#60;E3, T3, whatever&#62;--- [Linux router] --- [Office+ISP]
7877                                       eth1          eth0
7878 </Screen>
7880 </Para>
7882 <Para>
7883 We first set up the prerequisite parts:
7884 </Para>
7886 <Para>
7888 <Screen>
7889 # tc qdisc add dev eth0 root handle 10: cbq bandwidth 10Mbit avpkt 1000
7890 # tc class add dev eth0 parent 10:0 classid 10:1 cbq bandwidth 10Mbit rate \
7891   10Mbit allot 1514 prio 5 maxburst 20 avpkt 1000
7892 </Screen>
7894 </Para>
7896 <Para>
7897 If you have 100Mbit, or more, interfaces, adjust these numbers. Now you need
7898 to determine how much ICMP traffic you want to allow. You can perform
7899 measurements with tcpdump, by having it write to a file for a while, and
7900 seeing how much ICMP passes your network. Do not forget to raise the
7901 snapshot length!
7902 </Para>
7904 <Para>
7905 If measurement is impractical, you might want to choose 5% of your available
7906 bandwidth. Let's set up our class:
7908 <Screen>
7909 # tc class add dev eth0 parent 10:1 classid 10:100 cbq bandwidth 10Mbit rate \
7910   100Kbit allot 1514 weight 800Kbit prio 5 maxburst 20 avpkt 250 \
7911   bounded
7912 </Screen>
7914 </Para>
7916 <Para>
7917 This limits at 100Kbit. Now we need a filter to assign ICMP traffic to this
7918 class:
7920 <Screen>
7921 # tc filter add dev eth0 parent 10:0 protocol ip prio 100 u32 match ip
7922   protocol 1 0xFF flowid 10:100
7924 </Screen>
7926 </Para>
7928 </Sect1>
7930 <Sect1 id="lartc.cookbook.interactive-prio">
7931 <Title>Prioritizing interactive traffic</Title>
7933 <Para>
7934 If lots of data is coming down your link, or going up for that matter, and
7935 you are trying to do some maintenance via telnet or ssh, this may not go too
7936 well. Other packets are blocking your keystrokes. Wouldn't it be great if
7937 there were a way for your interactive packets to sneak past the bulk
7938 traffic? Linux can do this for you!
7939 </Para>
7941 <Para>
7942 As before, we need to handle traffic going both ways. Evidently, this works
7943 best if there are Linux boxes on both ends of your link, although other
7944 UNIX's are able to do this. Consult your local Solaris/BSD guru for this.
7945 </Para>
7947 <Para>
7948 The standard pfifo_fast scheduler has 3 different 'bands'. Traffic in band 0
7949 is transmitted first, after which traffic in band 1 and 2 gets considered.
7950 It is vital that our interactive traffic be in band 0!
7951 </Para>
7953 <Para>
7954 We blatantly adapt from the (soon to be obsolete) ipchains HOWTO:
7955 </Para>
7957 <Para>
7958 There are four seldom-used bits in the IP header, called the Type of Service
7959 (TOS) bits. They effect the way packets are treated; the four bits are
7960 "Minimum Delay", "Maximum Throughput", "Maximum Reliability" and "Minimum
7961 Cost". Only one of these bits is allowed to be set. Rob van Nieuwkerk, the
7962 author of the ipchains TOS-mangling code, puts it as follows:
7963 </Para>
7965 <Para>
7967 <Screen>
7968 Especially the "Minimum Delay" is important for me. I switch it on for
7969 "interactive" packets in my upstream (Linux) router. I'm
7970 behind a 33k6 modem link. Linux prioritizes packets in 3 queues. This
7971 way I get acceptable interactive performance while doing bulk
7972 downloads at the same time. 
7973 </Screen>
7975 </Para>
7977 <Para>
7978 The most common use is to set telnet &#38; ftp control connections to "Minimum
7979 Delay" and FTP data to "Maximum Throughput". This would be
7980 done as follows, on your upstream router:
7981 </Para>
7983 <Para>
7985 <Screen>
7986 # iptables -A PREROUTING -t mangle -p tcp --sport telnet \
7987   -j TOS --set-tos Minimize-Delay
7988 # iptables -A PREROUTING -t mangle -p tcp --sport ftp \
7989   -j TOS --set-tos Minimize-Delay
7990 # iptables -A PREROUTING -t mangle -p tcp --sport ftp-data \
7991   -j TOS --set-tos Maximize-Throughput
7992 </Screen>
7994 </Para>
7996 <Para>
7997 Now, this only works for data going from your telnet foreign host to your
7998 local computer. The other way around appears to be done for you, ie, telnet,
7999 ssh &#38; friends all set the TOS field on outgoing packets automatically.
8000 </Para>
8002 <Para>
8003 Should you have an application that does not do this, you can always do it 
8004 with netfilter. On your local box:
8005 </Para>
8007 <Para>
8009 <Screen>
8010 # iptables -A OUTPUT -t mangle -p tcp --dport telnet \
8011   -j TOS --set-tos Minimize-Delay
8012 # iptables -A OUTPUT -t mangle -p tcp --dport ftp \
8013   -j TOS --set-tos Minimize-Delay
8014 # iptables -A OUTPUT -t mangle -p tcp --dport ftp-data \
8015   -j TOS --set-tos Maximize-Throughput
8016 </Screen>
8018 </Para>
8020     </Sect1>
8022     <Sect1 id="lartc.cookbook.squid">
8023       <Title>Transparent web-caching using <application>netfilter</application>,
8024         <application>iproute2</application>, <application>ipchains</application> and 
8025         <application>squid</application></Title>
8026       
8027       <Para>
8028         This section was sent in by reader Ram Narula from Internet for Education
8029         (Thailand).
8030       </Para>
8031       
8032       <Para>
8033         The regular technique in accomplishing this in Linux
8034         is probably with use of ipchains AFTER making sure
8035         that the "outgoing" port 80(web) traffic gets routed through
8036         the server running squid.
8037       </Para>
8039       <Para>
8040         There are 3 common methods to make sure "outgoing"
8041         port 80 traffic gets routed to the server running squid
8042         and 4th one is being introduced here.
8043       </Para>
8044       
8045       <Para>
8046         <VariableList>
8047           <VarListEntry>
8048             <Term>Making the gateway router do it.</Term>
8049             <ListItem>
8050               <Para>
8051                 If you can tell your gateway router to 
8052                 match packets that has outgoing destination port
8053                 of 80 to be sent to the IP address of squid server.
8054               </Para>
8055               
8056               <Para>
8057                 BUT
8058               </Para>
8060               <Para>
8061                 This would put additional load on the router and
8062                 some commercial routers might not even support this.
8063               </Para>
8064             </ListItem>
8065           </VarListEntry>
8066           <VarListEntry>
8067             <Term>Using a Layer 4 switch.</Term>
8068             <ListItem>
8069               <Para>
8070                 Layer 4 switches can handle this without any problem.
8071               </Para>
8072               
8073               <Para>
8074                 BUT
8075               </Para>
8076               
8077               <Para>
8078                 The cost for this equipment is usually very high. Typical
8079                 layer 4 switch would normally cost more than
8080                 a typical router+good linux server.
8081               </Para>
8082             </ListItem>
8083           </VarListEntry>
8084           <VarListEntry>
8085             <Term>Using cache server as network's gateway.</Term>
8086             <ListItem>
8087               <Para>
8088                 You can force ALL traffic through cache server.
8089               </Para>
8090               <Para>
8091                 BUT
8092               </Para>
8093               <Para>
8094                 This is quite risky because Squid does utilize lots of CPU power which might
8095                 result in slower over-all network performance or the server itself might crash and no one on the
8096                 network will be able to access the Internet if that occurs.
8097               </Para>
8098             </ListItem>
8099           </VarListEntry>
8100           <VarListEntry>
8101             <Term>Linux+NetFilter router.</Term>
8102             <ListItem>
8103               <Para>
8104                 By using NetFilter another technique can be implemented
8105                 which is using NetFilter for "mark"ing the packets
8106                 with destination port 80 and using iproute2 to
8107                 route the "mark"ed packets to the Squid server.
8108               </Para>
8109             </ListItem>
8110           </VarListEntry>
8111         </VariableList>
8112         <Screen>
8113 |----------------|
8114 | Implementation |
8115 |----------------|
8117  Addresses used
8118  10.0.0.1 naret (NetFilter server)
8119  10.0.0.2 silom (Squid server)
8120  10.0.0.3 donmuang (Router connected to the Internet)
8121  10.0.0.4 kaosarn (other server on network)
8122  10.0.0.5 RAS
8123  10.0.0.0/24 main network
8124  10.0.0.0/19 total network
8126 |---------------|
8127 |Network diagram|
8128 |---------------|
8130 Internet
8132 donmuang
8134 ------------hub/switch----------
8135 |        |             |       |
8136 naret   silom        kaosarn  RAS etc.
8137         </Screen>
8139         First, make all traffic pass through naret by making sure it is the default gateway except for silom.
8140         Silom's default gateway has to be donmuang (10.0.0.3) or this would create web traffic loop.
8141       </Para>
8142       <Para>
8143         (all servers on my network had 10.0.0.1 as the default gateway  which was the former IP address of donmuang router so what I did
8144         was changed the IP address of donmuang to 10.0.0.3 and gave naret ip address of 10.0.0.1)
8145       </Para>
8146       <Para>
8147         <Screen>
8148 Silom
8149 -----
8150 -setup squid and ipchains 
8151         </Screen>
8152       </Para>
8153       <Para>
8154         Setup Squid server on silom, make sure it does support  transparent caching/proxying, the default port is usually
8155         3128, so all traffic for port 80 has to be redirected to port 3128 locally. This can be done by using ipchains with the following:
8156       </Para>
8157       <Para>
8158         <Screen>
8159 silom# ipchains -N allow1
8160 silom# ipchains -A allow1 -p TCP -s 10.0.0.0/19 -d 0/0 80 -j REDIRECT 3128
8161 silom# ipchains -I input -j allow1
8162         </Screen>
8163       </Para>
8164       <Para>
8165 Or, in netfilter lingo:
8166         <Screen>
8167 silom# iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 3128
8168         </Screen>
8169       </Para>
8170       <Para>
8171         (note: you might have other entries as well)
8172       </Para>
8173       <Para>
8174         For more information on setting Squid server please refer to Squid FAQ page on <ULink
8175           URL="http://squid.nlanr.net">http://squid.nlanr.net</ULink>).
8176       </Para>
8177       <Para>
8178         Make sure ip forwarding is enabled on this server and the default gateway for this server is donmuang router (NOT naret).
8179       </Para>
8180       <Para>
8181         <Screen>
8182 Naret
8183 -----
8184 -setup iptables and iproute2
8185 -disable icmp REDIRECT messages (if needed)
8186         </Screen>
8187       </Para>
8188       <Para>
8189         <OrderedList>
8190           <ListItem>
8191             <Para>
8192               "Mark" packets of destination port 80 with value 2
8193               <Screen>
8194 naret# iptables -A PREROUTING -i eth0 -t mangle -p tcp --dport 80 \
8195  -j MARK --set-mark 2
8196               </Screen>
8197             </Para>
8198           </ListItem>
8199           <ListItem>
8200             <Para>
8201               Setup iproute2 so it will route packets with "mark" 2 to silom
8202               <Screen>
8203 naret# echo 202 www.out &#62;&#62; /etc/iproute2/rt_tables
8204 naret# ip rule add fwmark 2 table www.out
8205 naret# ip route add default via 10.0.0.2 dev eth0 table www.out
8206 naret# ip route flush cache
8207               </Screen>
8208             </para>
8209             <Para>
8210               If donmuang and naret is on the same subnet then naret should not send out icmp REDIRECT messages.
8211               In this case it is, so icmp REDIRECTs has to be disabled by:
8212               <Screen>
8213 naret# echo 0 &#62; /proc/sys/net/ipv4/conf/all/send_redirects
8214 naret# echo 0 &#62; /proc/sys/net/ipv4/conf/default/send_redirects
8215 naret# echo 0 &#62; /proc/sys/net/ipv4/conf/eth0/send_redirects
8216               </Screen>
8217             </Para>
8218           </ListItem>
8219         </OrderedList>
8220       </Para>
8221       <Para>
8222         The setup is complete, check the configuration
8223       </Para>
8224       <Para>
8225         <Screen>
8226 On naret:
8228 naret# iptables -t mangle -L
8229 Chain PREROUTING (policy ACCEPT)
8230 target     prot opt source               destination         
8231 MARK       tcp  --  anywhere             anywhere           tcp dpt:www MARK set 0x2 
8233 Chain OUTPUT (policy ACCEPT)
8234 target     prot opt source               destination         
8236 naret# ip rule ls
8237 0:      from all lookup local 
8238 32765:  from all fwmark        2 lookup www.out 
8239 32766:  from all lookup main 
8240 32767:  from all lookup default 
8242 naret# ip route list table www.out
8243 default via 203.114.224.8 dev eth0 
8245 naret# ip route   
8246 10.0.0.1 dev eth0  scope link 
8247 10.0.0.0/24 dev eth0  proto kernel  scope link  src 10.0.0.1
8248 127.0.0.0/8 dev lo  scope link 
8249 default via 10.0.0.3 dev eth0 
8251 (make sure silom belongs to one of the above lines, in this case
8252 it's the line with 10.0.0.0/24)
8254 |------|
8255 |-DONE-|
8256 |------|
8257         </Screen>
8258       </Para>
8259       <Sect2>
8260 <Title>Traffic flow diagram after implementation</Title>
8262 <Screen width="80">
8264 |-----------------------------------------|
8265 |Traffic flow diagram after implementation|
8266 |-----------------------------------------|
8268 INTERNET
8272 -----------------donmuang router---------------------
8273 /\                                      /\         ||
8274 ||                                      ||         ||
8275 ||                                      \/         ||
8276 naret                                  silom       ||
8277 *destination port 80 traffic=========&#62;(cache)      ||
8278 /\                                      ||         ||
8279 ||                                      \/         \/
8280 \\===================================kaosarn, RAS, etc.
8282 </Screen>
8284 <Para>
8285 Note that the network is asymmetric as there is one extra hop on 
8286 general outgoing path.
8287 </Para>
8289 <Para>
8291 <Screen>
8292 Here is run down for packet traversing the network from kaosarn
8293 to and from the Internet.
8295 For web/http traffic:
8296 kaosarn http request-&#62;naret-&#62;silom-&#62;donmuang-&#62;internet
8297 http replies from Internet-&#62;donmuang-&#62;silom-&#62;kaosarn
8299 For non-web/http requests(eg. telnet):
8300 kaosarn outgoing data-&#62;naret-&#62;donmuang-&#62;internet
8301 incoming data from Internet-&#62;donmuang-&#62;kaosarn
8302 </Screen>
8304 </Para>
8306 </Sect2>
8308 </Sect1>
8310 <Sect1 id="lartc.cookbook.mtu-discovery">
8311 <Title>Circumventing Path MTU Discovery issues with per route MTU settings</Title>
8313 <Para>
8314 For sending bulk data, the Internet generally works better when using larger
8315 packets. Each packet implies a routing decision, when sending a 1 megabyte
8316 file, this can either mean around 700 packets when using packets that are as
8317 large as possible, or 4000 if using the smallest default.
8318 </Para>
8320 <Para>
8321 However, not all parts of the Internet support full 1460 bytes of payload
8322 per packet. It is therefore necessary to try and find the largest packet
8323 that will 'fit', in order to optimize a connection.
8324 </Para>
8326 <Para>
8327 This process is called 'Path MTU Discovery', where MTU stands for 'Maximum
8328 Transfer Unit.' 
8329 </Para>
8331 <Para>
8332 When a router encounters a packet that's too big too send in one piece, AND
8333 it has been flagged with the "Don't Fragment" bit, it returns an ICMP
8334 message stating that it was forced to drop a packet because of this. The
8335 sending host acts on this hint by sending smaller packets, and by iterating
8336 it can find the optimum packet size for a connection over a certain path.
8337 </Para>
8339 <Para>
8340 This used to work well until the Internet was discovered by hooligans who do
8341 their best to disrupt communications. This in turn lead administrators to
8342 either block or shape ICMP traffic in a misguided attempt to improve
8343 security or robustness of their Internet service.
8344 </Para>
8346 <Para>
8347 What has happened now is that Path MTU Discovery is working less and less
8348 well and fails for certain routes, which leads to strange TCP/IP sessions
8349 which die after a while.
8350 </Para>
8352 <Para>
8353 Although I have no proof for this, two sites who I used to have this problem
8354 with both run Alteon Acedirectors before the affected systems - perhaps
8355 somebody more knowledgeable can provide clues as to why this happens.
8356 </Para>
8358 <Sect2>
8359 <Title>Solution</Title>
8361 <Para>
8362 When you encounter sites that suffer from this problem, you can disable Path
8363 MTU discovery by setting it manually. Koos van den Hout, slightly edited,
8364 writes:
8365 </Para>
8367 <blockquote>
8368 <Para>
8369 The following problem: I set the mtu/mru of my leased line running ppp to
8370 296 because it's only 33k6 and I cannot influence the queueing on the
8371 other side. At 296, the response to a key press is within a reasonable
8372 time frame.
8373 </Para>
8375 <Para>
8376 And, on my side I have a masqrouter running (of course) Linux.
8377 </Para>
8379 <Para>
8380 Recently I split 'server' and 'router' so most applications are run on a
8381 different machine than the routing happens on.
8382 </Para>
8384 <Para>
8385 I then had trouble logging into irc. Big panic! Some digging did find
8386 out that I got connected to irc, even showed up as 'connected' on irc
8387 but I did not receive the motd from irc. I checked what could be wrong
8388 and noted that I already had some previous trouble reaching certain
8389 websites related to the MTU, since I had no trouble reaching them when
8390 the MTU was 1500, the problem just showed when the MTU was set to 296.
8391 Since irc servers block about every kind of traffic not needed for their
8392 immediate operation, they also block icmp. 
8393 </Para>
8395 <Para>
8396 I managed to convince the operators of a webserver that this was the cause
8397 of a problem, but the irc server operators were not going to fix this.
8398 </Para>
8400 <Para>
8401 So, I had to make sure outgoing masqueraded traffic started with the lower
8402 mtu of the outside link. But I want local ethernet traffic to have the
8403 normal mtu (for things like nfs traffic).
8404 </Para>
8406 <Para>Solution:
8407 </Para>
8409 <Screen width="80">
8410 ip route add default via 10.0.0.1 mtu 296
8411 </Screen>
8413 <Para>
8414 (10.0.0.1 being the default gateway, the inside address of the
8415 masquerading router)
8416 </Para>
8417 </blockquote>
8419 <Para>
8420 In general, it is possible to override PMTU Discovery by setting specific
8421 routes. For example, if only a certain subnet is giving problems, this
8422 should help:
8423 </Para>
8425 <Screen width="80">
8426 ip route add 195.96.96.0/24 via 10.0.0.1 mtu 1000
8427 </Screen>
8429 </Sect2>
8431 </Sect1>
8433 <Sect1 id="lartc.cookbook.mtu-mss">
8434   <Title>Circumventing Path MTU Discovery issues with MSS Clamping
8435   (for ADSL, cable, PPPoE &amp; PPtP users)</Title>
8437 <Para>
8438 As explained above, Path MTU Discovery doesn't work as well as it should
8439 anymore. If you know for a fact that a hop somewhere in your network has a
8440 limited (&lt;1500) MTU, you cannot rely on PMTU Discovery finding this out.
8441 </Para>
8443 <Para>
8444 Besides MTU, there is yet another way to set the maximum packet size, the so
8445 called Maximum Segment Size. This is a field in the TCP Options part of a
8446 SYN packet.
8447 </Para>
8449 <Para>
8450 Recent Linux kernels, and a few PPPoE drivers (notably, the excellent
8451 Roaring Penguin one), feature the possibility to 'clamp the MSS'. 
8452 </Para>
8454 <Para>
8455 The good thing about this is that by setting the MSS value, you are telling
8456 the remote side unequivocally 'do not ever try to send me packets bigger
8457 than this value'. No ICMP traffic is needed to get this to work.
8458 </Para>
8460 <Para>
8461 The bad thing is that it's an obvious hack - it breaks 'end to end' by
8462 modifying packets. Having said that, we use this trick in many places and it
8463 works like a charm.
8464 </Para>
8466 <Para>
8467 In order for this to work you need at least iptables-1.2.1a and Linux 2.4.3
8468 or higher. The basic command line is:
8470 <Screen>
8471 # iptables -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS  --clamp-mss-to-pmtu
8472 </Screen>
8474 </Para>
8476 <Para>
8477 This calculates the proper MSS for your link. If you are feeling brave, or
8478 think that you know best, you can also do something like this:
8479 </Para>
8481 <Para>
8483 <Screen>
8484 # iptables -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --set-mss 128
8485 </Screen>
8487 </Para>
8489 <Para>
8490 This sets the MSS of passing SYN packets to 128. Use this if you have VoIP
8491 with tiny packets, and huge http packets which are causing chopping in your
8492 voice calls.
8493 </Para>
8495 </Sect1>
8497 <Sect1 id="lartc.cookbook.ultimate-tc">
8498 <Title>The Ultimate Traffic Conditioner: Low Latency, Fast Up &amp; Downloads</Title>
8500 <Para>
8501 Note: This script has recently been upgraded and previously only worked for
8502 Linux clients in your network! So you might want to update if you have
8503 Windows machines or Macs in your network and noticed that they were not able
8504 to download faster while others were uploading.
8505 </Para>
8507 <Para>
8508 I attempted to create the holy grail:
8509 <VariableList>
8511 <VarListEntry>
8512 <Term>Maintain low latency for interactive traffic at all times</Term>
8513 <ListItem>
8514 <Para>
8515 This means that downloading or uploading files should not disturb SSH or
8516 even telnet. These are the most important things, even 200ms latency is
8517 sluggish to work over.
8518 </Para></ListItem>
8519 </VarListEntry>
8520 <VarListEntry>
8521 <Term>Allow 'surfing' at reasonable speeds while up or downloading</Term>
8522 <ListItem>
8523 <Para>
8524 Even though http is 'bulk' traffic, other traffic should not drown it out 
8525 too much.
8526 </Para></ListItem>
8527 </VarListEntry>
8528 <VarListEntry>
8529 <Term>Make sure uploads don't harm downloads, and the other way around</Term>
8530 <ListItem>
8531 <Para>
8532 This is a much observed phenomenon where upstream traffic simply destroys
8533 download speed.
8534 </Para></ListItem>
8535 </VarListEntry>
8536 </VariableList>
8537 It turns out that all this is possible, at the cost of a tiny bit of
8538 bandwidth. The reason that uploads, downloads and ssh hurt each other is the
8539 presence of large queues in many domestic access devices like cable or DSL
8540 modems.
8541 </Para>
8543 <Para>
8544 The next section explains in depth what causes the delays, and how we can
8545 fix them. You can safely skip it and head straight for the script if you
8546 don't care how the magic is performed.
8547 </Para>
8549 <Sect2>
8550 <Title>Why it doesn't work well by default</Title>
8552 <Para>
8553 ISPs know that they are benchmarked solely on how fast people can download.
8554 Besides available bandwidth, download speed is influenced heavily by packet
8555 loss, which seriously hampers TCP/IP performance. Large queues can help
8556 prevent packet loss, and speed up downloads. So ISPs configure large queues.
8557 </Para>
8559 <Para>
8560 These large queues however damage interactivity. A keystroke must first
8561 travel the upstream queue, which may be seconds (!) long and go to your
8562 remote host. It is then displayed, which leads to a packet coming back, which
8563 must then traverse the downstream queue, located at your ISP, before it
8564 appears on your screen.
8565 </Para>
8567 <Para>
8568 This HOWTO teaches you how to mangle and process the queue in many ways, but
8569 sadly, not all queues are accessible to us. The queue over at the ISP is
8570 completely off-limits, whereas the upstream queue probably lives inside your
8571 cable modem or DSL device. You may or may not be able to configure it. Most
8572 probably not.
8573 </Para>
8575 <Para>
8576 So, what next? As we can't control either of those queues, they must be
8577 eliminated, and moved to your Linux router. Luckily this is possible.
8578 </Para>
8580 <Para>
8581 <VariableList>
8583 <VarListEntry>
8584 <Term>Limit upload speed</Term>
8585 <ListItem>
8586 <Para>
8587 By limiting our upload speed to slightly less than the truly available rate,
8588 no queues are built up in our modem. The queue is now moved to Linux.
8589 </Para></ListItem>
8590 </VarListEntry>
8591 <VarListEntry>
8592 <Term>Limit download speed</Term>
8593 <ListItem>
8594 <Para>
8595 This is slightly trickier as we can't really influence how fast the internet
8596 ships us data. We can however drop packets that are coming in too fast,
8597 which causes TCP/IP to slow down to just the rate we want. Because we don't 
8598 want to drop traffic unnecessarily, we configure a 'burst' size we allow at
8599 higher speed.
8600 </Para></ListItem>
8601 </VarListEntry>
8602 </VariableList>
8603 </Para>
8605 <Para>
8606 Now, once we have done this, we have eliminated the downstream queue totally
8607 (except for short bursts), and gain the ability to manage the upstream queue
8608 with all the power Linux offers.
8609 </Para>
8611 <Para>
8612 What remains to be done is to make sure interactive traffic jumps to the
8613 front of the upstream queue. To make sure that uploads don't hurt downloads,
8614 we also move ACK packets to the front of the queue. This is what normally
8615 causes the huge slowdown observed when generating bulk traffic both ways.
8616 The ACKnowledgements for downstream traffic must compete with upstream
8617 traffic, and get delayed in the process.
8618 </Para>
8620 <Para>
8621 If we do all this we get the following measurements using an excellent ADSL
8622 connection from xs4all in the Netherlands:
8623 </Para>
8625 <Para>
8627 <Screen>
8628 Baseline latency:
8629 round-trip min/avg/max = 14.4/17.1/21.7 ms
8631 Without traffic conditioner, while downloading:
8632 round-trip min/avg/max = 560.9/573.6/586.4 ms
8634 Without traffic conditioner, while uploading:
8635 round-trip min/avg/max = 2041.4/2332.1/2427.6 ms
8637 With conditioner, during 220kbit/s upload:
8638 round-trip min/avg/max = 15.7/51.8/79.9 ms
8640 With conditioner, during 850kbit/s download:
8641 round-trip min/avg/max = 20.4/46.9/74.0 ms
8643 When uploading, downloads proceed at ~80% of the available speed. Uploads
8644 at around 90%. Latency then jumps to 850 ms, still figuring out why.
8645 </Screen>
8647 </Para>
8649 <Para>
8650 What you can expect from this script depends a lot on your actual uplink
8651 speed. When uploading at full speed, there will always be a single packet
8652 ahead of your keystroke. That is the lower limit to the latency you can
8653 achieve - divide your MTU by your upstream speed to calculate. Typical
8654 values will be somewhat higher than that. Lower your MTU for better effects!
8655 </Para>
8657 <Para>
8658 Next, two versions of this script, one with Devik's excellent HTB, the other
8659 with CBQ which is in each Linux kernel, unlike HTB. Both are tested and work
8660 well.
8661 </Para>
8663 </Sect2>
8665 <Sect2>
8666 <Title>The actual script (CBQ)</Title>
8668 <Para>
8669 Works on all kernels. Within the CBQ
8670 qdisc we place two Stochastic Fairness Queues that make sure that multiple
8671 bulk streams don't drown each other out.
8672 </Para>
8674 <Para>
8675 Downstream traffic is policed using a tc filter containing a Token Bucket
8676 Filter.
8677 </Para>
8679 <Para>
8680 You might improve on this script by adding 'bounded' to the line that starts
8681 with 'tc class add .. classid 1:20'. If you lowered your MTU, also lower the
8682 allot &amp; avpkt numbers!
8683 </Para>
8685 <Para>
8687 <Screen>
8688 #!/bin/bash 
8690 # The Ultimate Setup For Your Internet Connection At Home
8693 # Set the following values to somewhat less than your actual download
8694 # and uplink speed. In kilobits
8695 DOWNLINK=800
8696 UPLINK=220
8697 DEV=ppp0
8699 # clean existing down- and uplink qdiscs, hide errors
8700 tc qdisc del dev $DEV root    2&#62; /dev/null &#62; /dev/null
8701 tc qdisc del dev $DEV ingress 2&#62; /dev/null &#62; /dev/null
8703 ###### uplink
8705 # install root CBQ
8707 tc qdisc add dev $DEV root handle 1: cbq avpkt 1000 bandwidth 10mbit 
8709 # shape everything at $UPLINK speed - this prevents huge queues in your
8710 # DSL modem which destroy latency:
8711 # main class
8713 tc class add dev $DEV parent 1: classid 1:1 cbq rate ${UPLINK}kbit \
8714 allot 1500 prio 5 bounded isolated 
8716 # high prio class 1:10:
8718 tc class add dev $DEV parent 1:1 classid 1:10 cbq rate ${UPLINK}kbit \
8719    allot 1600 prio 1 avpkt 1000
8721 # bulk and default class 1:20 - gets slightly less traffic, 
8722 #  and a lower priority:
8724 tc class add dev $DEV parent 1:1 classid 1:20 cbq rate $[9*$UPLINK/10]kbit \
8725    allot 1600 prio 2 avpkt 1000
8727 # both get Stochastic Fairness:
8728 tc qdisc add dev $DEV parent 1:10 handle 10: sfq perturb 10
8729 tc qdisc add dev $DEV parent 1:20 handle 20: sfq perturb 10
8731 # start filters
8732 # TOS Minimum Delay (ssh, NOT scp) in 1:10:
8733 tc filter add dev $DEV parent 1:0 protocol ip prio 10 u32 \
8734       match ip tos 0x10 0xff  flowid 1:10
8736 # ICMP (ip protocol 1) in the interactive class 1:10 so we 
8737 # can do measurements &#38; impress our friends:
8738 tc filter add dev $DEV parent 1:0 protocol ip prio 11 u32 \
8739         match ip protocol 1 0xff flowid 1:10
8741 # To speed up downloads while an upload is going on, put ACK packets in
8742 # the interactive class:
8744 tc filter add dev $DEV parent 1: protocol ip prio 12 u32 \
8745    match ip protocol 6 0xff \
8746    match u8 0x05 0x0f at 0 \
8747    match u16 0x0000 0xffc0 at 2 \
8748    match u8 0x10 0xff at 33 \
8749    flowid 1:10
8751 # rest is 'non-interactive' ie 'bulk' and ends up in 1:20
8753 tc filter add dev $DEV parent 1: protocol ip prio 13 u32 \
8754    match ip dst 0.0.0.0/0 flowid 1:20
8756 ########## downlink #############
8757 # slow downloads down to somewhat less than the real speed  to prevent 
8758 # queuing at our ISP. Tune to see how high you can set it.
8759 # ISPs tend to have *huge* queues to make sure big downloads are fast
8761 # attach ingress policer:
8763 tc qdisc add dev $DEV handle ffff: ingress
8765 # filter *everything* to it (0.0.0.0/0), drop everything that's
8766 # coming in too fast:
8768 tc filter add dev $DEV parent ffff: protocol ip prio 50 u32 match ip src \
8769    0.0.0.0/0 police rate ${DOWNLINK}kbit burst 10k drop flowid :1
8770 </Screen>
8772 If you want this script to be run by ppp on connect, copy it to
8773 /etc/ppp/ip-up.d.
8774 </Para>
8776 <Para>
8777 If the last two lines give an error, update your tc tool to a newer version!
8778 </Para>
8780 </Sect2>
8782 <Sect2>
8783 <Title>The actual script (HTB)</Title>
8785 <Para>
8786 The following script achieves all goals using the wonderful HTB queue, see
8787 the relevant chapter. Well worth patching your kernel for! 
8789 <Screen>
8790 #!/bin/bash
8792 # The Ultimate Setup For Your Internet Connection At Home
8795 # Set the following values to somewhat less than your actual download
8796 # and uplink speed. In kilobits
8797 DOWNLINK=800
8798 UPLINK=220
8799 DEV=ppp0
8801 # clean existing down- and uplink qdiscs, hide errors
8802 tc qdisc del dev $DEV root    2&#62; /dev/null &#62; /dev/null
8803 tc qdisc del dev $DEV ingress 2&#62; /dev/null &#62; /dev/null
8805 ###### uplink
8807 # install root HTB, point default traffic to 1:20:
8809 tc qdisc add dev $DEV root handle 1: htb default 20
8811 # shape everything at $UPLINK speed - this prevents huge queues in your
8812 # DSL modem which destroy latency:
8814 tc class add dev $DEV parent 1: classid 1:1 htb rate ${UPLINK}kbit burst 6k
8816 # high prio class 1:10:
8818 tc class add dev $DEV parent 1:1 classid 1:10 htb rate ${UPLINK}kbit \
8819    burst 6k prio 1
8821 # bulk &#38; default class 1:20 - gets slightly less traffic, 
8822 # and a lower priority:
8824 tc class add dev $DEV parent 1:1 classid 1:20 htb rate $[9*$UPLINK/10]kbit \
8825    burst 6k prio 2
8827 # both get Stochastic Fairness:
8828 tc qdisc add dev $DEV parent 1:10 handle 10: sfq perturb 10
8829 tc qdisc add dev $DEV parent 1:20 handle 20: sfq perturb 10
8831 # TOS Minimum Delay (ssh, NOT scp) in 1:10:
8832 tc filter add dev $DEV parent 1:0 protocol ip prio 10 u32 \
8833       match ip tos 0x10 0xff  flowid 1:10
8835 # ICMP (ip protocol 1) in the interactive class 1:10 so we 
8836 # can do measurements &#38; impress our friends:
8837 tc filter add dev $DEV parent 1:0 protocol ip prio 10 u32 \
8838         match ip protocol 1 0xff flowid 1:10
8840 # To speed up downloads while an upload is going on, put ACK packets in
8841 # the interactive class:
8843 tc filter add dev $DEV parent 1: protocol ip prio 10 u32 \
8844    match ip protocol 6 0xff \
8845    match u8 0x05 0x0f at 0 \
8846    match u16 0x0000 0xffc0 at 2 \
8847    match u8 0x10 0xff at 33 \
8848    flowid 1:10
8850 # rest is 'non-interactive' ie 'bulk' and ends up in 1:20
8853 ########## downlink #############
8854 # slow downloads down to somewhat less than the real speed  to prevent 
8855 # queuing at our ISP. Tune to see how high you can set it.
8856 # ISPs tend to have *huge* queues to make sure big downloads are fast
8858 # attach ingress policer:
8860 tc qdisc add dev $DEV handle ffff: ingress
8862 # filter *everything* to it (0.0.0.0/0), drop everything that's
8863 # coming in too fast:
8865 tc filter add dev $DEV parent ffff: protocol ip prio 50 u32 match ip src \
8866    0.0.0.0/0 police rate ${DOWNLINK}kbit burst 10k drop flowid :1
8867 </Screen>
8869 </Para>
8871 <Para>
8872 If you want this script to be run by ppp on connect, copy it to
8873 /etc/ppp/ip-up.d.
8874 </Para>
8876 <Para>
8877 If the last two lines give an error, update your tc tool to a newer version!
8878 </Para>
8880 </Sect2>
8882     </Sect1>
8883     <sect1 id="lartc.ratelimit.single"><title>Rate limiting a single host or netmask</title>
8884       <para>
8885         Although this is described in stupendous details elsewhere and in our manpages, this question gets asked a lot and 
8886         happily there is a simple answer that does not need full comprehension of traffic control.
8887       </para>
8888       <para>
8889         This three line script does the trick:
8890       </para>
8891       <para>
8892         <screen>
8893           tc qdisc add dev $DEV root handle 1: cbq avpkt 1000 bandwidth 10mbit 
8895           tc class add dev $DEV parent 1: classid 1:1 cbq rate 512kbit \
8896           allot 1500 prio 5 bounded isolated 
8898           tc filter add dev $DEV parent 1: protocol ip prio 16 u32 \
8899           match ip dst 195.96.96.97 flowid 1:1
8900         </screen>
8901       </para>
8902       <para>
8903         The first line installs a class based queue on your interface, and tells the kernel that for calculations,
8904         it can be assumed to be a 10mbit interface. If you get this wrong, no real harm is done. But getting it right will 
8905         make everything more precise.
8906       </para>
8907       <para>
8908         The second line creates a 512kbit class with some reasonable defaults. For details, see the cbq manpages and
8909         <xref linkend="lartc.qdisc">.
8910       </para>
8911       <para>
8912         The last line tells which traffic should go to the shaped class. Traffic not matched by this rule is NOT shaped. To make more 
8913         complicated matches (subnets, source ports, destination ports), see <xref linkend="lartc.filtering.simple">.
8914       </para>
8915       <para>
8916         If you changed anything and want to reload the script, execute 'tc qdisc del dev $DEV root' to clean up your existing
8917         configuration.
8918       </para>
8919       <para>
8920         The script can further be improved by adding a last optional line 'tc qdisc add dev $DEV parent 1:1 sfq perturb 10'. See 
8921         <xref linkend="lartc.sfq"> for details on what this does.
8922       </para>
8923     </sect1>
8924         
8925         <sect1 id="lartc.cookbook.fullnat.intro"><title>Example of a full nat solution with QoS</title>
8926                 <para>
8927                         I'm Pedro Larroy
8928 <address><email>piotr%member.fsf.org</email></address>. Here I'm describing a common set up where we have lots of users in a private network connected to the Internet trough a Linux router with a public ip address that is doing network address translation (NAT). I use this QoS setup to give access to the Internet to 198 users in a university dorm, in which I live and I'm netadmin of. The users here do heavy use of peer to peer programs, so proper traffic control is a must. I hope this serves as a practical example for all interested lartc readers.
8929                 </para>
8931                 <para>
8932                         At first I make a practical approach with step by step configuration, and in the end I explain how to make the process automatic at bootime. The network to which this example applies is a private LAN connected to the Internet through a Linux router which has one public ip address. Extending it to several public ip address should be very easy, a couple of iptables rules should be added.
8933                         In order to get things working we need:
8934                         <VariableList>
8935                                 <VarListEntry>
8936                                         <Term>Linux 2.4.18 or higher kernel version installed</Term>
8937                                         <ListItem>
8938                                         <Para>
8939                                         If you use 2.4.18 you will have to apply HTB patch available here.
8940                                         </Para></ListItem>
8941                                 </VarListEntry>
8943                                 <VarListEntry>
8944                                         <Term>iproute</Term>
8945                                         <ListItem>
8946                                         <Para>
8947                                         Also ensure the "tc" binary is HTB ready, a precompiled binary is distributed with HTB.
8948                                         </Para></ListItem>
8949                                 </VarListEntry>
8951                                 <VarListEntry>
8952                                         <Term>iptables</Term>
8953                                         <ListItem>
8954                                         <Para>
8955                                         </Para></ListItem>
8956                                 </VarListEntry>
8957                         </VariableList>
8959                 </para>
8962         <sect2>
8963         <Title>Let's begin optimizing that scarce bandwidth</Title>
8964                 <para>
8965                         First we set up some qdiscs in which we will classify the traffic. We create a htb qdisc with 6 classes with ascending priority. Then we have classes that will always get allocated rate, but can use the unused bandwidth that other classes don't need. Recall that classes with higher priority ( i.e with a lower prio number ) will get excess of bandwith allocated first. Our connection is 2Mb down 300kbits/s up Adsl. I use 240kbit/s as ceil rate just because it's the higher I can set it before latency starts to grow, due to buffer filling in whatever place between us and remote hosts. This parameter should be timed experimentally, raising it and lowering while observing latency between some near hosts.
8966                 </para>
8967                 <para>
8968                         Adjust CEIL to 75% of your upstream bandwith limit by now, and where I use eth0, you should use the interface which has a public Internet address. To begin our example execute the following in a root shell:
8969                         <Screen>
8970                         CEIL=240
8971                         tc qdisc add dev eth0 root handle 1: htb default 15
8972                         tc class add dev eth0 parent 1: classid 1:1 htb rate ${CEIL}kbit ceil ${CEIL}kbit
8973                         tc class add dev eth0 parent 1:1 classid 1:10 htb rate 80kbit ceil 80kbit prio 0
8974                         tc class add dev eth0 parent 1:1 classid 1:11 htb rate 80kbit ceil ${CEIL}kbit prio 1
8975                         tc class add dev eth0 parent 1:1 classid 1:12 htb rate 20kbit ceil ${CEIL}kbit prio 2
8976                         tc class add dev eth0 parent 1:1 classid 1:13 htb rate 20kbit ceil ${CEIL}kbit prio 2
8977                         tc class add dev eth0 parent 1:1 classid 1:14 htb rate 10kbit ceil ${CEIL}kbit prio 3
8978                         tc class add dev eth0 parent 1:1 classid 1:15 htb rate 30kbit ceil ${CEIL}kbit prio 3
8979                         tc qdisc add dev eth0 parent 1:12 handle 120: sfq perturb 10
8980                         tc qdisc add dev eth0 parent 1:13 handle 130: sfq perturb 10
8981                         tc qdisc add dev eth0 parent 1:14 handle 140: sfq perturb 10
8982                         tc qdisc add dev eth0 parent 1:15 handle 150: sfq perturb 10
8983                         </Screen>
8984                         We have just created a htb tree with one level depth. Something like this:
8986                         <Screen>
8987                         +---------+
8988                         | root 1: |
8989                         +---------+
8990                              |
8991                         +---------------------------------------+
8992                         | class 1:1                             |
8993                         +---------------------------------------+
8994                           |      |      |      |      |      |      
8995                         +----+ +----+ +----+ +----+ +----+ +----+
8996                         |1:10| |1:11| |1:12| |1:13| |1:14| |1:15| 
8997                         +----+ +----+ +----+ +----+ +----+ +----+ 
8998                         </Screen>
8999                         
9000                         <VariableList>
9001                                 <VarListEntry>
9002                                         <Term>classid 1:10 htb rate 80kbit ceil 80kbit prio 0</Term>
9003                                         <ListItem>
9004                                         <Para>
9005                                         This is the higher priority class. The packets in this class will have the lowest delay and would get the excess of bandwith first so it's a good idea to limit the ceil rate to this class. We will send through this class the following packets that benefit from low delay, such as interactive traffic: <emphasis>ssh, telnet, dns, quake3, irc, and packets with the SYN flag</emphasis>.
9006                                         </Para>
9007                                         </ListItem>
9008                                 </VarListEntry>
9010                                 <VarListEntry>
9011                                         <Term>classid 1:11 htb rate 80kbit ceil ${CEIL}kbit prio 1</Term>
9012                                         <ListItem>
9013                                         <Para>
9014                                         Here we have the first class in which we can start to put bulk traffic. In my example I have traffic from the local web server and requests for web pages: source port 80, and destination port 80 respectively.
9015                                         </Para></ListItem>
9016                                 </VarListEntry>
9018                                 <VarListEntry>
9019                                         <Term>classid 1:12 htb rate 20kbit ceil ${CEIL}kbit prio 2</Term>
9020                                         <ListItem>
9021                                         <Para>
9022                                         In this class I will put traffic with Maximize-Throughput TOS bit set and the rest of the traffic that goes from <emphasis>local processes</emphasis> on the router to the Internet. So the following classes will only have traffic that is <quote>routed through</quote> the box.
9023                                         </Para></ListItem>
9024                                 </VarListEntry>
9025                                 
9026                                 <VarListEntry>
9027                                         <Term>classid 1:13 htb rate 20kbit ceil ${CEIL}kbit prio 2</Term>
9028                                         <ListItem>
9029                                         <Para>
9030                                         This class is for the traffic of other NATed machines that need higher priority in their bulk traffic.
9031                                         </Para></ListItem>
9032                                 </VarListEntry>
9035                                 <VarListEntry>
9036                                         <Term>classid 1:14 htb rate 10kbit ceil ${CEIL}kbit prio 3</Term>
9037                                         <ListItem>
9038                                         <Para>
9039                                         Here goes mail traffic (SMTP,pop3...) and packets with Minimize-Cost TOS bit set.
9040                                         </Para></ListItem>
9041                                 </VarListEntry>
9043                                 <VarListEntry>
9044                                         <Term>classid 1:15 htb rate 30kbit ceil ${CEIL}kbit prio 3</Term>
9045                                         <ListItem>
9046                                         <Para>
9047                                         And finally here we have bulk traffic from the NATed machines behind the router. All kazaa, edonkey, and others will go here, in order to not interfere with other services.
9048                                         </Para></ListItem>
9049                                 </VarListEntry>
9051                         </VariableList>
9056                 </para>
9057         </sect2>
9058         
9059         <sect2>
9060         <Title>Classifying packets</Title>
9061                 <para>
9062                         We have created the qdisc setup but no packet classification has been made, so now all outgoing packets are going out in class 1:15 ( because we used: tc qdisc add dev eth0 root handle 1: htb <emphasis>default 15</emphasis> ). Now we need to tell which packets go where. This is the most important part.
9063                 </para>
9065                 <para>
9066                         Now we set the filters so we can classify the packets with iptables. I really prefer to do it with iptables, because they are very flexible and you have packet count for each rule. Also with the RETURN target packets don't need to traverse all rules. We execute the following commands:
9067                         <Screen>
9068                         tc filter add dev eth0 parent 1:0 protocol ip prio 1 handle 1 fw classid 1:10
9069                         tc filter add dev eth0 parent 1:0 protocol ip prio 2 handle 2 fw classid 1:11
9070                         tc filter add dev eth0 parent 1:0 protocol ip prio 3 handle 3 fw classid 1:12
9071                         tc filter add dev eth0 parent 1:0 protocol ip prio 4 handle 4 fw classid 1:13
9072                         tc filter add dev eth0 parent 1:0 protocol ip prio 5 handle 5 fw classid 1:14
9073                         tc filter add dev eth0 parent 1:0 protocol ip prio 6 handle 6 fw classid 1:15
9074                         </Screen>
9075                         We have just told the kernel that packets that has a specific FWMARK value ( hanlde x fw ) go in the specified class ( classid x:x). Next you will see how to mark packets with iptables. 
9076                 </para>
9077                 
9078                 <para>
9079                         First you have to understand how packet traverse the filters with iptables:
9080                         <Screen>
9081                                 +------------+                +---------+               +-------------+
9082                         Packet -| PREROUTING |--- routing-----| FORWARD |-------+-------| POSTROUTING |- Packets
9083                         input   +------------+    decision    +-­-------+       |       +-------------+    out
9084                                                      |                          |
9085                                                 +-------+                    +--------+   
9086                                                 | INPUT |---- Local process -| OUTPUT |
9087                                                 +-------+                    +--------+
9088                         
9089                         </Screen>
9090                         I assume you have all your tables creak and with default policy ACCEPT ( -P ACCEPT ) if you haven't poked with iptables yet, It should be ok by default. Ours private network is a class B with address 172.17.0.0/16 and public ip is 212.170.21.172
9091                 </para>
9093                 <para>
9094                         Next we instruct the kernel to <emphasis>actually do NAT</emphasis>, so clients in the private network can start talking to the outside. 
9095                         <Screen>
9096                         echo 1 > /proc/sys/net/ipv4/ip_forward
9097                         iptables -t nat -A POSTROUTING -s 172.17.0.0/255.255.0.0 -o eth0 -j SNAT --to-source 212.170.21.172
9098                         </Screen>
9099                         Now check that packets are flowing through 1:15:
9100                         <Screen>
9101                         tc -s class show dev eth0
9102                         </Screen>
9103                 </para>
9105                 <para>
9106                         You can start marking packets adding rules to the PREROUTING chain in the mangle table.
9107                         <Screen>
9108                         iptables -t mangle -A PREROUTING -p icmp -j MARK --set-mark 0x1
9109                         iptables -t mangle -A PREROUTING -p icmp -j RETURN
9110                         </Screen>
9111                         Now you should be able to see packet count increasing when pinging from machines within the private network to some site on the Internet. Check packet count increasing in 1:10
9112                         <Screen>
9113                         tc -s class show dev eth0
9114                         </Screen>
9115                         We have done a -j RETURN so packets don't traverse all rules. Icmp packets won't match other rules below RETURN. Keep that in mind.
9116                         Now we can start adding more rules, lets do proper TOS handling:
9117                         <Screen>
9118                         iptables -t mangle -A PREROUTING -m tos --tos Minimize-Delay -j MARK --set-mark 0x1
9119                         iptables -t mangle -A PREROUTING -m tos --tos Minimize-Delay -j RETURN
9120                         iptables -t mangle -A PREROUTING -m tos --tos Minimize-Cost -j MARK --set-mark 0x5
9121                         iptables -t mangle -A PREROUTING -m tos --tos Minimize-Cost -j RETURN
9122                         iptables -t mangle -A PREROUTING -m tos --tos Maximize-Throughput -j MARK --set-mark 0x6
9123                         iptables -t mangle -A PREROUTING -m tos --tos Maximize-Throughput -j RETURN
9124                         </Screen>
9126                         Now prioritize ssh packets:
9127                         <Screen>
9128                         iptables -t mangle -A PREROUTING -p tcp -m tcp --sport 22 -j MARK --set-mark 0x1
9129                         iptables -t mangle -A PREROUTING -p tcp -m tcp --sport 22 -j RETURN
9130                         </Screen>
9131                         A good idea is to prioritize packets to begin tcp connections, those with SYN flag set:
9132                         <Screen>
9133                         iptables -t mangle -I PREROUTING -p tcp -m tcp --tcp-flags SYN,RST,ACK SYN -j MARK --set-mark 0x1
9134                         iptables -t mangle -I PREROUTING -p tcp -m tcp --tcp-flags SYN,RST,ACK SYN -j RETURN
9135                         </Screen>
9136                         And so on.
9137                         
9138                         When we are done adding rules to PREROUTING in mangle, we terminate the PREROUTING table with:
9139                         <Screen>
9140                         iptables -t mangle -A PREROUTING -j MARK --set-mark 0x6
9141                         </Screen>
9142                         So previously unmarked traffic goes in 1:15. In fact this last step is unnecessary since default class was 1:15, but I will mark them in order to be consistent with the whole setup, and furthermore it's useful to see the counter in that rule.
9143                 </para>
9144                 
9145                 <para>
9146                         It will be a good idea to do the same in the OUTPUT rule, so repeat those commands with -A OUTPUT instead of PREROUTING. ( s/PREROUTING/OUTPUT/ ). Then traffic generated locally (on the Linux router) will also be classified. I finish OUTPUT chain with -j MARK --set-mark 0x3 so local traffic has higher priority. 
9147                 </para>
9149         </sect2>
9150                 
9151         <sect2>
9152         <Title>Improving our setup</Title>
9153                 <para>
9154                         Now we have all our setup working. Take time looking at the graphs, and watching where your bandwith is spent and how do you want it. Doing that for lots of hours, I finally got the Internet connection working really well. Otherwise continuous timeouts and nearly zero allotment of bandwith to newly created tcp connections will occur.
9155                 </para>
9156                 <para>
9157                         If you find that some classes are full most of the time it would be a good idea to attach another queueing discipline to them so bandwith sharing is more fair:
9158                         <Screen>
9159                         tc qdisc add dev eth0 parent 1:13 handle 130: sfq perturb 10
9160                         tc qdisc add dev eth0 parent 1:14 handle 140: sfq perturb 10
9161                         tc qdisc add dev eth0 parent 1:15 handle 150: sfq perturb 10
9162                         </Screen>
9163                 </para>
9165         </sect2>
9166         <sect2>
9167         <Title>Making all of the above start at boot</Title>
9168                 <para>
9169                         It sure can be done in many ways. In mine, I have a shell script in /etc/init.d/packetfilter that accepts [start | stop | stop-tables | start-tables | reload-tables] it configures qdiscs and loads needed kernel modules, so it behaves much like a daemon. The same script loads iptables rules from /etc/network/iptables-rules. I will beautify it a little and will make it available on my web page <ULink URL="http://omega.resa.es/piotr/files/packetfilter.tar.bz2">here</ULink> 
9170                         
9171                 </para>
9172         
9173         </sect2>
9174         </sect1>
9176 </chapter>
9180 <chapter id="lartc.bridging">
9181   <Title>Building bridges, and pseudo-bridges with Proxy ARP</Title>
9183 <Para>
9184 Bridges are devices which can be installed in a network without any
9185 reconfiguration. A network switch is basically a many-port bridge. A bridge
9186 is often a 2-port switch. Linux does however support multiple interfaces in
9187 a bridge, making it a true switch.
9188 </Para>
9190 <Para>
9191 Bridges are often deployed when confronted with a broken network that needs
9192 to be fixed without any alterations. Because the bridge is a layer-2 device,
9193 one layer below IP, routers and servers are not aware of its existence.
9194 This means that you can transparently block or modify certain packets, or do
9195 shaping.
9196 </Para>
9198 <Para>
9199 Another good thing is that a bridge can often be replaced by a cross cable
9200 or a hub, should it break down.
9201 </Para>
9203 <Para>
9204 The bad news is that a bridge can cause great confusion unless it is very
9205 well documented. It does not appear in traceroutes, but somehow packets
9206 disappear or get changed from point A to point B ('this network is
9207 HAUNTED!'). You should also wonder if an organization that 'does not want to
9208 change anything' is doing the right thing.
9209 </Para>
9211 <Para>
9212 The Linux 2.4/2.5 bridge is documented on
9213 <ULink URL=" http://bridge.sourceforge.net/">this page</ULink>.
9214 </Para>
9216 <Sect1 id="lartc.bridging.iptables">
9217   <Title>State of bridging and iptables</Title>
9219 <Para>
9220 As of Linux 2.4.20, bridging and iptables do not 'see' each other without
9221 help. If you bridge packets from eth0 to eth1, they do not 'pass' by
9222 iptables. This means that you cannot do filtering, or NAT or mangling or
9223 whatever. In Linux 2.5.45 and higher, this is fixed.
9224 </Para>
9225 <para>
9226 You may also see 'ebtables' mentioned which is yet another project - it
9227 allows you to do wild things as MACNAT and 'brouting'. It is truly scary.
9228 </para>
9229 </Sect1>
9231 <Sect1 id="lartc.bridging.shaping">
9232   <Title>Bridging and shaping</Title>
9234 <Para>
9235 This does work as advertised. Be sure to figure out which side each
9236 interface is on, otherwise you might be shaping outbound traffic in your
9237 internal interface, which won't work. Use tcpdump if needed.
9238 </Para>
9240 </Sect1>
9242 <Sect1 id="lartc.bridging.proxy-arp">
9243   <Title>Pseudo-bridges with Proxy-ARP</Title>
9245 <Para>
9246 If you just want to implement a Pseudo-bridge, skip down a few sections 
9247 to 'Implementing it', but it is wise to read a bit about how it works in
9248 practice.
9249 </Para>
9251 <Para>
9252 A Pseudo-bridge works a bit differently. By default, a bridge passes packets
9253 unaltered from one interface to the other. It only looks at the hardware
9254 address of packets to determine what goes where. This in turn means that you
9255 can bridge traffic that Linux does not understand, as long as it has an
9256 hardware address it does.
9257 </Para>
9259 <Para>
9260 A 'Pseudo-bridge' works differently and looks more like a hidden router than
9261 a bridge, but like a bridge, it has little impact on network design.
9262 </Para>
9264 <Para>
9265 An advantage of the fact that it is not a bridge lies in the fact that
9266 packets really pass through the kernel, and can be filtered, changed,
9267 redirected or rerouted. 
9268 </Para>
9270 <Para>
9271 A real bridge can also be made to perform these feats, but it needs special
9272 code, like the Ethernet Frame Diverter, or the above mentioned patch.
9273 </Para>
9275 <Para>
9276 Another advantage of a pseudo-bridge is that it does not pass packets it
9277 does not understand - thus cleaning your network of a lot of cruft. In cases
9278 where you need this cruft (like SAP packets, or Netbeui), use a real bridge.
9279 </Para>
9281 <Sect2>
9282 <Title>ARP &amp; Proxy-ARP</Title>
9284 <Para>
9285 When a host wants to talk to another host on the same physical network
9286 segment, it sends out an Address Resolution Protocol packet, which, somewhat
9287 simplified, reads like this 'who has 10.0.0.1, tell 10.0.0.7'. In response
9288 to this, 10.0.0.1 replies with a short 'here' packet.
9289 </Para>
9291 <Para>
9292 10.0.0.7 then sends packets to the hardware address mentioned in the 'here' 
9293 packet. It caches this hardware address for a relatively long time, and
9294 after the cache expires, it re-asks the question.
9295 </Para>
9297 <Para>
9298 When building a Pseudo-bridge, we instruct the bridge to reply to these ARP
9299 packets, which causes the hosts in the network to send its packets to the
9300 bridge. The bridge then processes these packets, and sends them to the
9301 relevant interface.
9302 </Para>
9304 <Para>
9305 So, in short, whenever a host on one side of the bridge asks for the
9306 hardware address of a host on the other, the bridge replies with a packet
9307 that says 'hand it to me'.
9308 </Para>
9310 <Para>
9311 This way, all data traffic gets transmitted to the right place, and always
9312 passes through the bridge.
9313 </Para>
9315 </Sect2>
9317 <Sect2>
9318 <Title>Implementing it</Title>
9320 <Para>
9321 In the bad old days, it used to be possible to instruct the Linux Kernel to
9322 perform 'proxy-ARP' for just any subnet. So, to configure a pseudo-bridge,
9323 you would have to specify both the proper routes to both sides of the bridge
9324 AND create matching proxy-ARP rules. This is bad in that it requires a lot
9325 of typing, but also because it easily allows you to make mistakes which make
9326 your bridge respond to ARP queries for networks it does not know how to
9327 route.
9328 </Para>
9330 <Para>
9331 With Linux 2.4/2.5 (and possibly 2.2), this possibility has been withdrawn and
9332 has been replaced by a flag in the /proc directory, called 'proxy_arp'. The
9333 procedure for building a pseudo-bridge is then:
9334 </Para>
9336 <Para>
9338 <OrderedList>
9339 <ListItem>
9341 <Para>
9342 Assign an IP address to both interfaces, the 'left' and the 'right'
9344 </Para>
9345 </ListItem>
9346 <ListItem>
9348 <Para>
9349 Create routes so your machine knows which hosts reside on the left,
9350 and which on the right
9351 </Para>
9352 </ListItem>
9353 <ListItem>
9355 <Para>
9356 Turn on proxy-ARP on both interfaces, echo 1 &#62;
9357 /proc/sys/net/ipv4/conf/ethL/proxy_arp, echo 1 &#62;
9358 /proc/sys/net/ipv4/conf/ethR/proxy_arp, where L and R stand for the numbers
9359 of your interfaces on the left and on the right side
9360 </Para>
9361 </ListItem>
9363 </OrderedList>
9365 </Para>
9367 <Para>
9368 Also, do not forget to turn on the ip_forwarding flag! When converting from
9369 a true bridge, you may find that this flag was turned off as it is not
9370 needed when bridging.
9371 </Para>
9373 <Para>
9374 Another thing you might note when converting is that you need to clear the
9375 arp cache of computers in the network - the arp cache might contain old
9376 pre-bridge hardware addresses which are no longer correct.
9377 </Para>
9379 <Para>
9380 On a Cisco, this is done using the command 'clear arp-cache', under
9381 Linux, use 'arp -d ip.address'. You can also wait for the cache to expire
9382 manually, which can take rather long.
9383 </Para>
9384 <para>
9385 You can speed this up using the wonderful 'arping' tool, which on many
9386 distributions is part of the 'iputils' package. Using 'arping' you can send
9387 out unsolicited ARP messages so as to update remote arp caches. 
9388 </para>
9389 <para>
9390 This is a very powerful technique that is also used by 'black hats' to
9391 subvert your routing!
9392 </para>
9393 <note>
9394 <para>
9395 On Linux 2.4, you may need to execute 
9396 'echo 1 &gt; /proc/sys/net/ipv4/ip_nonlocal_bind' before being able to send
9397 out unsolicited ARP messages!
9398 </para>
9399 </note>
9400 <Para>
9401 You may also discover that your network was misconfigured if you are/were of
9402 the habit of specifying routes without netmasks. To explain, some versions
9403 of route may have guessed your netmask right in the past, or guessed wrong
9404 without you noticing. When doing surgical routing like described above, it
9405 is *vital* that you check your netmasks! 
9406 </Para>
9408 </Sect2>
9410 </Sect1>
9412 </chapter>
9414 <chapter id="lartc.dynamic-routing">
9415 <Title>Dynamic routing - OSPF and BGP</Title>
9417 <Para>
9418 Once your network starts to get really big, or you start to consider 'the
9419 internet' as your network, you need tools which dynamically route your data.
9420 Sites are often connected to each other with multiple links, and more are
9421 popping up all the time. 
9422 </Para>
9424 <Para>
9425 The Internet has mostly standardized on OSPF (RFC 2328) and BGP4 (RFC 1771).
9426 Linux supports both, by way of <application>gated</application> and 
9427 <application>zebra</application>
9428 </Para>
9430 <Para>
9431 While currently not within the scope of this document, we would like to
9432 point you to the definitive works:
9433 </Para>
9435 <Para>
9436 Overview:
9437 </Para>
9439 <Para>
9440 Cisco Systems
9441 <ULink
9442 URL="http://www.cisco.com/univercd/cc/td/doc/cisintwk/idg4/nd2003.htm"
9443 >Designing large-scale IP Internetworks</ULink
9445 </Para>
9447 <Para>
9448 For OSPF:
9449 </Para>
9451 <Para>
9452 Moy, John T.
9453 "OSPF.  The anatomy of an Internet routing protocol"
9454 Addison Wesley. Reading, MA. 1998.
9455 </Para>
9457 <Para>
9458 Halabi has also written a good guide to OSPF routing design, but this
9459 appears to have been dropped from the Cisco web site.
9460 </Para>
9462 <Para>
9463 For BGP:
9464 </Para>
9466 <Para>
9467 Halabi, Bassam
9468 "Internet routing architectures"
9469 Cisco Press (New Riders Publishing). Indianapolis, IN. 1997.
9470 </Para>
9472 <Para>
9473 also
9474 </Para>
9476 <Para>
9477 Cisco Systems
9478 </Para>
9480 <Para>
9481 <ULink
9482 URL="http://www.cisco.com/univercd/cc/td/doc/cisintwk/ics/icsbgp4.htm"
9483 >Using the Border Gateway Protocol for interdomain routing</ULink
9485 </Para>
9487 <Para>
9488 Although the examples are Cisco-specific, they are remarkably similar
9489 to the configuration language in Zebra :-)
9490 </Para>
9492 <Sect1 id="lartc.dynamic-routing.ospf">
9493         <sect1info>
9494                 <author>
9495                 <FirstName>Pedro</FirstName><Surname>Larroy Tovar</Surname>
9496                 <affiliation>
9497                 <address>
9498                 <email>piotr%member.fsf.org</email>
9499                 </address>
9500                 </affiliation>
9501                 </author>
9502         </sect1info><Title>Setting up OSPF with Zebra</Title>
9504         <para>
9505                 Please, let <ulink url="mailto:piotr%member.fsf.org">me</ulink> know if any of the following information is not accurate or if you have any suggestions.
9506                 <ulink url="http://www.zebra.org">Zebra</ulink> is a great dynamic routing software written by Kunihiro Ishiguro, Toshiaki Takada and Yasuhiro Ohara. With Zebra, setting up OSPF is fast an simple, but in practice there's a lot of parameters to tune if you have very specific needs. OSPF stands for Open Shortest Path First, and some of its principal features are:
9507                 <VariableList>
9508                         <VarListEntry>
9509                                 <Term>Hierachical</Term>
9510                                 <ListItem>
9511                                 <Para>
9512                                 Networks are grouped by <emphasis>areas</emphasis>, which are interconnected by a <emphasis>backbone area</emphasis> which will be designated as <emphasis>area 0</emphasis>. All traffic goes through area 0, and all the routers in area 0 have routing information about all the other areas.
9513                                 </Para>
9514                                 </ListItem>
9515                         </VarListEntry>
9517                         <VarListEntry>
9518                                 <Term>Short convergence</Term>
9519                                 <ListItem>
9520                                 <Para>
9521                                 Routes are propagated very fast, compared with RIP, for example.
9522                                 </Para></ListItem>
9523                         </VarListEntry>
9524                         
9525                         <VarListEntry>
9526                                 <Term>Bandwith efficient</Term>
9527                                 <ListItem>
9528                                 <Para>
9529                                 Uses multicasting instead of broadcasting, so it doesn't flood other hosts with routing information that may not be of interest for them, thus reducing network overhead. Also, <emphasis>Internal Routers</emphasis> (those which only have interfaces in one area) Don't have routing information about other areas. Routers with interfaces in more than one area are called <emphasis>Area Border Routers</emphasis>, and hold topological information about the areas they are connected to.
9530                                 </Para></ListItem>
9531                         </VarListEntry>
9533                         <VarListEntry>
9534                                 <Term>Cpu intensive</Term>
9535                                 <ListItem>
9536                                 <Para>
9537                                 OSPF is based on Dijkstra's <ulink url="http://www.soi.wide.ad.jp/class/99007/slides/13/07.html">Shortest Path First algorithm</ulink>, which is expensive compared to other routing algorithms. But really is not that bad, since the Shortest Path is only calculed for each area, also for small to medium sized networks this won't be an issue, and you won't even notice.
9538                                 </Para></ListItem>
9539                         </VarListEntry>
9540                         
9541                         <VarListEntry>
9542                                 <Term>Link state</Term>
9543                                 <ListItem>
9544                                 <Para>
9545                                 OSPF counts with the special characteristics of networks and interfaces, such as bandwith, link failures, and monetary cost.
9546                                 </Para></ListItem>
9547                         </VarListEntry>
9548                         
9549                         <VarListEntry>
9550                                 <Term>Open protocol and GPLed software</Term>
9551                                 <ListItem>
9552                                 <Para>
9553                                 OSPF is an open protocol, and Zebra is GPL software, which has obvious advantages over propietary software and protocols.
9554                                 </Para></ListItem>
9555                         </VarListEntry>
9557                 </VariableList>
9558   </para>
9559   
9560         <Sect2 id="lartc.dynamic-routing.ospf.prereq">
9561         <Title>Prerequisites</Title>
9562                 <para>
9564                         <VariableList>
9565                                 
9566                                 <VarListEntry>
9567                                         <Term>Linux Kernel:</Term>
9568                                         <ListItem>
9569                                         <Para>
9570                                         Compiled with CONFIG_NETLINK_DEV and CONFIG_IP_MULTICAST (I am not sure if anything more is also needed).
9571                                         </Para></ListItem>
9572                                 </VarListEntry>
9573                                 
9574                                 <VarListEntry>
9575                                         <Term>Iproute</Term>
9576                                         <ListItem>
9577                                         <Para>
9578                                         </Para></ListItem>
9579                                 </VarListEntry>
9580                                 
9581                                 <VarListEntry>
9582                                         <Term>Zebra</Term>
9583                                         <ListItem>
9584                                         <Para>
9585                                         Get it with your favorite package manager or from <ulink url="http://www.zebra.org">http://www.zebra.org</ulink>.
9586                                         </Para></ListItem>
9587                                 </VarListEntry>
9588                         </VariableList>
9589                 </para>
9590         </sect2>  
9591         <Sect2 id="lartc.dynamic-routing.ospf.zebracfg">
9592         <Title>Configuring Zebra</Title>
9593                 <para>
9594                         Let's take this network as an example:
9595                         <screen>
9596                         ----------------------------------------------------
9597                         | 192.168.0.0/24                                   |
9598                         |                                                  |
9599                         |      Area 0    100BaseTX Switched                |
9600                         |     Backbone     Ethernet                        |
9601                         ----------------------------------------------------
9602                           |           |                |              |
9603                           |           |                |              |
9604                           |eth1       |eth1            |eth0          |
9605                           |100BaseTX  |100BaseTX       |100BaseTX     |100BaseTX
9606                           |.1         |.2              |.253          |
9607                          ---------   ------------   -----------      ----------------
9608                          |R Omega|   |R Atlantis|   |R Legolas|      |R Frodo       |
9609                          ---------   ------------   -----------      ----------------
9610                           |eth0         |eth0             |             |          |
9611                           |             |                 |             |          |
9612                           |2MbDSL/ATM   |100BaseTX        |10BaseT      |10BaseT   |10BaseT
9613                         ------------   ------------------------------------       -------------------------------
9614                         | Internet |   | 172.17.0.0/16        Area 1      |       |  192.168.1.0/24 wlan  Area 2|
9615                         ------------   |         Student network (dorm)   |       |       barcelonawireless     |
9616                                        ------------------------------------       -------------------------------
9617                         </screen>
9618                         Don't be afraid by this diagram, zebra does most of the work automatically, so it won't take any work to put all the routes up with zebra. It would be painful to mantain all those routes by hand in a day to day basis. The most important thing you must have clear, is the network topology. And take special care with Area 0, since it's the most important.
9619                         First configure zebra, editing zebra.conf and adapt it to your needs:
9620                         <screen>
9621                         hostname omega
9622                         password xxx 
9623                         enable password xxx
9624                         !
9625                         ! Interface's description.
9626                         !
9627                         !interface lo
9628                         ! description test of desc.
9629                         !
9630                         interface eth1
9631                         multicast
9632                         !
9633                         ! Static default route
9634                         !
9635                         ip route 0.0.0.0/0 212.170.21.129
9636                         !
9637                         log file /var/log/zebra/zebra.log
9638                         </screen>
9639                         In Debian, I will also had to edit /etc/zebra/daemons so they start at boot:
9640                         <screen>
9641                         zebra=yes
9642                         ospfd=yes
9643                         </screen>
9644                         Now we have to edit ospfd.conf if you are still runnig IPV4 or ospf6d.conf if you run IPV6. My ospfd.conf looks like:
9645                         <screen>
9646                         hostname omega
9647                         password xxx
9648                         enable password xxx
9649                         !
9650                         router ospf
9651                           network 192.168.0.0/24 area 0
9652                           network 172.17.0.0/16 area 1
9653                         !
9654                         ! log stdout
9655                         log file /var/log/zebra/ospfd.log
9656                         </screen>
9657                         Here we instruct ospf about our network topology.
9658                 </para>
9659         </sect2>
9660         
9661         <Sect2 id="lartc.dynamic-routing.ospf.running">
9662         <Title>Running Zebra</Title>
9663                 <para>
9664                         Now, we have to start Zebra; either by hand by typing "zebra -d" or with some script like "/etc/init.d/zebra start". Then carefully watching the ospdfd logs we should see something like:
9665                         <screen>
9666                         2002/12/13 22:46:24 OSPF: interface 192.168.0.1 join AllSPFRouters Multicast group.
9667                         2002/12/13 22:46:34 OSPF: SMUX_CLOSE with reason: 5   
9668                         2002/12/13 22:46:44 OSPF: SMUX_CLOSE with reason: 5
9669                         2002/12/13 22:46:54 OSPF: SMUX_CLOSE with reason: 5   
9670                         2002/12/13 22:47:04 OSPF: SMUX_CLOSE with reason: 5   
9671                         2002/12/13 22:47:04 OSPF: DR-Election[1st]: Backup 192.168.0.1
9672                         2002/12/13 22:47:04 OSPF: DR-Election[1st]: DR     192.168.0.1
9673                         2002/12/13 22:47:04 OSPF: DR-Election[2nd]: Backup 0.0.0.0
9674                         2002/12/13 22:47:04 OSPF: DR-Election[2nd]: DR     192.168.0.1
9675                         2002/12/13 22:47:04 OSPF: interface 192.168.0.1 join AllDRouters Multicast group.
9676                         2002/12/13 22:47:06 OSPF: DR-Election[1st]: Backup 192.168.0.2
9677                         2002/12/13 22:47:06 OSPF: DR-Election[1st]: DR     192.168.0.1
9678                         2002/12/13 22:47:06 OSPF: Packet[DD]: Negotiation done (Slave).
9679                         2002/12/13 22:47:06 OSPF: nsm_change_status(): scheduling new router-LSA origination
9680                         2002/12/13 22:47:11 OSPF: ospf_intra_add_router: Start
9681                         </screen>
9682                         Ignore the SMUX_CLOSE message by now, since it's about SNMP. We can see that 192.168.0.1 is the <emphasis>Designated Router</emphasis> and 192.168.0.2 is the <emphasis>Backup Designated Router</emphasis>
9683                 </para>
9685                 <para>
9686                         We can also interact with the zebra or the ospfd interface by executing:
9687                         <screen>
9688                         <prompt>$ </prompt>telnet localhost zebra
9689                         <prompt>$ </prompt>telnet localhost ospfd
9690                         </screen>
9692                         Let's see how to view if the routes are propagating, log into zebra and type:
9693                         
9694                         <screen>
9695                         root@atlantis:~# telnet localhost zebra
9696                         Trying 127.0.0.1...
9697                         Connected to atlantis.
9698                         Escape character is '^]'.
9700                         Hello, this is zebra (version 0.92a).
9701                         Copyright 1996-2001 Kunihiro Ishiguro.
9703                         User Access Verification
9705                         Password: 
9706                         atlantis&gt; show ip route
9707                         Codes: K - kernel route, C - connected, S - static, R - RIP, O - OSPF,
9708                                B - BGP, &gt; - selected route, * - FIB route
9710                         K>* 0.0.0.0/0 via 192.168.0.1, eth1
9711                         C>* 127.0.0.0/8 is directly connected, lo
9712                         O   172.17.0.0/16 [110/10] is directly connected, eth0, 06:21:53
9713                         C>* 172.17.0.0/16 is directly connected, eth0
9714                         O   192.168.0.0/24 [110/10] is directly connected, eth1, 06:21:53
9715                         C>* 192.168.0.0/24 is directly connected, eth1
9716                         atlantis&gt; show ip ospf border-routers
9717                         ============ OSPF router routing table =============
9718                         R    192.168.0.253         [10] area: (0.0.0.0), ABR
9719                                                    via 192.168.0.253, eth1
9720                                                          [10] area: (0.0.0.1), ABR
9721                                                    via 172.17.0.2, eth0
9722                         </screen>
9723                         Or with iproute directly:
9724                         <screen>
9725                         root@omega:~# ip route
9726                         212.170.21.128/26 dev eth0  proto kernel  scope link  src 212.170.21.172 
9727                         192.168.0.0/24 dev eth1  proto kernel  scope link  src 192.168.0.1 
9728                         172.17.0.0/16 via 192.168.0.2 dev eth1  proto zebra  metric 20 
9729                         default via 212.170.21.129 dev eth0  proto zebra 
9730                         root@omega:~# 
9731                         </screen>
9732                         We can see the zebra routes, that weren't there before. It's really nice to see routes appearing just a few seconds after you start zebra and ospfd. You can check connectivity to other hosts with ping. Zebra routes are automatic, you can just add another router to the network, configure zebra, and voila!
9733                 </para>
9734                 
9735                 <para>
9736                         Hint: You can use:
9737                         <screen>
9738                         tcpdump -i eth1 ip[9] == 89
9739                         </screen>
9740                         To capture OSPF packets for analisys. OSPF ip protocol number is 89, and the protocol field is the 9th octet on the ip header.
9741                 </para>
9742                 
9743                 <para>
9744                         OSPF has a lot of tunable parameters, specially for large networks. In further ampliations of the howto we will show some methodologies for fine tunning OSPF.
9745                 </para>
9746         </sect2>
9747 </Sect1>  
9749 <Sect1 id="lartc.dynamic-routing.bgp">
9750 <Title>Setting up BGP4 with Zebra</Title>
9752 <para>
9753 The Border Gateway Protocol Version 4 (BGP4) is a dynamic routing
9754 protocol described in RFC 1771. It allows the distribution of
9755 reachability information, i.e. routing tables, to other BGP4
9756 enabled nodes. It can either be used as EGP or IGP, in EGP mode
9757 each node must have its own Autonomous System (AS) number.
9758 BGP4 supports Classless Inter Domain Routing (CIDR) and route
9759 aggregation (merge multiple routes into one).
9760 </para>
9762 <Sect2 id="lartc.dynamic-routing.bgp.netmap">
9763 <Title>Network Map (Example)</Title>
9765 <para>
9766 The following network map is used for further examples. AS 1 and 50
9767 have more neighbors but we only need to configure 1 and 50 as our
9768 neighbor. The nodes itself communicate over tunnels in this example
9769 but that is not a must.
9770 </para>
9772 <para>
9773 Note: The AS numbers used in this example are reserved, please
9774 get your own AS from RIPE if you set up official peerings.
9775 </para>
9777 <screen>
9779                   --------------------
9780                   | 192.168.23.12/24 |
9781                   |    AS: 23        |
9782                   --------------------
9783                     /             \
9784                    /               \
9785                   /                 \
9786         ------------------       ------------------
9787         | 192.168.1.1/24 |-------| 10.10.1.1/16   |
9788         |    AS: 1       |       |    AS: 50      |
9789         ------------------       ------------------
9790 </screen>
9792 </Sect2>
9794 <Sect2 id="lartc.dynamic-routing.bgp.config">
9795 <Title>Configuration (Example)</Title>
9797 <para>
9798 The following configuration is written for node 192.168.23.12/24,
9799 it is easy to adapt it for the other nodes.
9800 </para>
9802 <para>
9803 It starts with some general stuff like hostname, passwords and
9804 debug switches:
9805 </para>
9807 <screen>
9808 ! hostname
9809 hostname anakin
9811 ! login password
9812 password xxx
9814 ! enable password (super user mode)
9815 enable password xxx
9817 ! path to logfile
9818 log file /var/log/zebra/bgpd.log
9820 ! debugging: be verbose (can be removed afterwards)
9821 debug bgp events
9822 debug bgp filters
9823 debug bgp fsm
9824 debug bgp keepalives
9825 debug bgp updates
9826 </screen>
9828 <para>
9829 Access list, used to limit the redistribution to 
9830 private networks (RFC 1918).
9831 </para>
9833 <screen>
9834 ! RFC 1918 networks
9835 access-list local_nets permit 192.168.0.0/16
9836 access-list local_nets permit 172.16.0.0/12
9837 access-list local_nets permit 10.0.0.0/8
9838 access-list local_nets deny any
9839 </screen>
9841 <para>
9842 Next step is to do the per AS configuration:
9843 </para>
9845 <screen>
9846 ! Own AS number
9847 router bgp 23
9849     ! IP address of the router
9850     bgp router-id 192.168.23.12
9852     ! announce our own network to other neighbors
9853     network 192.168.23.0/24
9855     ! advertise all connected routes (= directly attached interfaces)
9856     redistribute connected
9858     ! advertise kernel routes (= manually inserted routes)
9859     redistribute kernel
9860 </screen>
9862 <para>
9863 Every 'router bgp' block contains a list of neighbors to which
9864 the router is connected to:
9865 </para>
9867 <screen>
9868     neighbor 192.168.1.1 remote-as 1
9869     neighbor 192.168.1.1 distribute-list local_nets in
9870     neighbor 10.10.1.1   remote-as 50
9871     neighbor 10.10.1.1   distribute-list local_nets in
9872 </screen>
9874 </Sect2>
9876 <Sect2>
9877 <Title>Checking Configuration</Title>
9879 <para>
9880 Note: vtysh is a multiplexer an connects all the Zebra interfaces
9881 together.
9882 </para>
9884 <screen>
9885 anakin# sh ip bgp summary 
9886 BGP router identifier 192.168.23.12, local AS number 23
9887 2 BGP AS-PATH entries
9888 0 BGP community entries
9890 Neighbor        V    AS MsgRcvd MsgSent   TblVer  InQ OutQ Up/Down  State/PfxRcd
9891 10.10.0.1       4    50      35      40        0    0    0 00:28:40        1
9892 192.168.1.1     4     1   27574   27644        0    0    0 03:26:04       14
9894 Total number of neighbors 2
9895 anakin#
9896 anakin# sh ip bgp neighbors 10.10.0.1
9897 BGP neighbor is 10.10.0.1, remote AS 50, local AS 23, external link
9898   BGP version 4, remote router ID 10.10.0.1
9899   BGP state = Established, up for 00:29:01
9900   ....
9901 anakin#
9902 </screen>
9904 <para>
9905 Let's see which routes we got from our neigbors:
9906 </para>
9908 <screen>
9909 anakin# sh ip ro bgp 
9910 Codes: K - kernel route, C - connected, S - static, R - RIP, O - OSPF,
9911        B - BGP, > - selected route, * - FIB route
9913 B>* 172.16.0.0/14 [20/0] via 192.168.1.1, tun0, 2d10h19m
9914 B>* 172.30.0.0/16 [20/0] via 192.168.1.1, tun0, 10:09:24
9915 B>* 192.168.5.10/32 [20/0] via 192.168.1.1, tun0, 2d10h27m
9916 B>* 192.168.5.26/32 [20/0] via 192.168.1.1, tun0, 10:09:24
9917 B>* 192.168.5.36/32 [20/0] via 192.168.1.1, tun0, 2d10h19m
9918 B>* 192.168.17.0/24 [20/0] via 192.168.1.1, tun0, 3d05h07m
9919 B>* 192.168.17.1/32 [20/0] via 192.168.1.1, tun0, 3d05h07m
9920 B>* 192.168.32.0/24 [20/0] via 192.168.1.1, tun0, 2d10h27m
9921 anakin#
9922 </screen>
9924 </Sect2>
9926 </Sect1>
9928 </chapter>
9931 <chapter id="lartc.other"
9932   xreflabel="Other possibilities">
9933   <Title>Other possibilities</Title>
9935 <Para>
9936 This chapter is a list of projects having to do with advanced Linux routing
9937 &amp; traffic shaping. Some of these links may deserve chapters of their
9938 own, some are documented very well of themselves, and don't need more HOWTO.
9939 </Para>
9941 <Para>
9942 <VariableList>
9944 <VarListEntry>
9945 <Term>802.1Q VLAN Implementation for Linux <ULink
9946 URL="http://scry.wanfear.com/~greear/vlan.html"
9947 >(site)</ULink
9948 ></Term>
9949 <ListItem>
9950 <Para>
9951 VLANs are a very cool way to segregate your
9952 networks in a more virtual than physical way. Good information on VLANs can
9953 be found <ULink
9954 URL="ftp://ftp.netlab.ohio-state.edu/pub/jain/courses/cis788-97/virtual_lans/index.htm"
9955 >here</ULink
9956 >. With this implementation, you can have your Linux box talk
9957 VLANs with machines like Cisco Catalyst, 3Com: &lcub;Corebuilder, Netbuilder II,
9958 SuperStack II switch 630&rcub;, Extreme Ntwks Summit 48, Foundry: &lcub;ServerIronXL,
9959 FastIron&rcub;.
9960 </Para>
9962 <Para>
9963 A great HOWTO about VLANs can be found <ULink
9964 URL="http://scry.wanfear.com/~greear/vlan/cisco_howto.html"
9965 >here</ULink
9967 </Para>
9969 <Para>
9970 Update: has been included in the kernel as of 2.4.14 (perhaps 13).
9971 </Para></ListItem>
9972 </VarListEntry>
9973 <VarListEntry>
9974 <Term>Alternate 802.1Q VLAN Implementation for Linux <ULink
9975 URL="http://vlan.sourceforge.net "
9976 >(site)</ULink
9977 ></Term>
9978 <ListItem>
9979 <Para>
9980 Alternative VLAN implementation for linux. This project was started out of
9981 disagreement with the 'established' VLAN project's architecture and coding
9982 style, resulting in a cleaner overall design.
9983 </Para></ListItem>
9984 </VarListEntry>
9985 <VarListEntry>
9986 <Term>Linux Virtual Server <ULink
9987 URL="http://www.LinuxVirtualServer.org/"
9988 >(site)</ULink
9989 ></Term>
9990 <ListItem>
9991 <Para>
9992 These people are brilliant. The Linux Virtual Server is a highly scalable and
9993 highly available server built on a cluster of real servers, with the load
9994 balancer running on the Linux operating system. The architecture of the
9995 cluster is transparent to end users. End users only see a single virtual
9996 server.
9997 </Para>
9999 <Para>
10000 In short whatever you need to load balance, at whatever level of traffic, LVS
10001 will have a way of doing it. Some of their techniques are positively evil!
10002 For example, they let several machines have the same IP address on a
10003 segment, but turn off ARP on them. Only the LVS machine does ARP - it then
10004 decides which of the backend hosts should handle an incoming packet, and
10005 sends it directly to the right MAC address of the backend server. Outgoing
10006 traffic will flow directly to the router, and not via the LVS machine, which
10007 does therefor not need to see your 5Gbit/s of content flowing to the world,
10008 and cannot be a bottleneck.
10009 </Para>
10011 <Para>
10012 The LVS is implemented as a kernel patch in Linux 2.0 and 2.2, but as a
10013 Netfilter module in 2.4/2.5, so it does not need kernel patches! Their 2.4
10014 support is still in early development, so beat on it and give feedback or
10015 send patches.
10016 </Para></ListItem>
10017 </VarListEntry>
10018 <VarListEntry>
10019 <Term>CBQ.init <ULink
10020 URL="ftp://ftp.equinox.gu.net/pub/linux/cbq/"
10021 >(site)</ULink
10022 ></Term>
10023 <ListItem>
10024 <Para>
10025 Configuring CBQ can be a bit daunting, especially if all you want to do is
10026 shape some computers behind a router. CBQ.init can help you configure Linux
10027 with a simplified syntax.
10028 </Para>
10030 <Para>
10031 For example, if you want all computers in your 192.168.1.0/24 subnet
10032 (on 10mbit eth1) to be limited to 28kbit/s download speed, put
10033 this in the CBQ.init configuration file:
10034 </Para>
10036 <Para>
10038 <Screen>
10039 DEVICE=eth1,10Mbit,1Mbit
10040 RATE=28Kbit
10041 WEIGHT=2Kbit
10042 PRIO=5
10043 RULE=192.168.1.0/24
10044 </Screen>
10046 </Para>
10048 <Para>
10049 By all means use this program if the 'how and why' don't interest you.
10050 We're using CBQ.init in production and it works very well. It can even do
10051 some more advanced things, like time dependent shaping. The documentation is
10052 embedded in the script, which explains why you can't find a README.
10053 </Para></ListItem>
10054 </VarListEntry>
10055 <VarListEntry>
10056 <Term>Chronox easy shaping scripts <ULink
10057 URL="http://www.chronox.de"
10058 >(site)</ULink
10059 ></Term>
10060 <ListItem>
10061 <Para>
10062 Stephan Mueller (smueller@chronox.de) wrote two useful scripts, 'limit.conn'
10063 and 'shaper'. The first one allows you to easily throttle a single download
10064 session, like this:
10065 </Para>
10067 <Para>
10069 <Screen>
10070 # limit.conn -s SERVERIP -p SERVERPORT -l LIMIT
10071 </Screen>
10073 </Para>
10075 <Para>
10076 It works on Linux 2.2 and 2.4/2.5.
10077 </Para>
10079 <Para>
10080 The second script is more complicated, and can be used to make lots of
10081 different queues based on iptables rules, which are used to mark packets
10082 which are then shaped.
10083 </Para></ListItem>
10084 </VarListEntry>
10085 <VarListEntry>
10086 <Term>Virtual Router
10087 Redundancy Protocol implementation <ULink
10088 URL="http://w3.arobas.net/~jetienne/vrrpd/index.html"
10089 >(site)</ULink
10090 ></Term>
10091 <ListItem>
10092 <Para>
10093 This is purely for redundancy. Two machines with their own IP address and
10094 MAC Address together create a third IP Address and MAC Address, which is
10095 virtual. Originally intended purely for routers, which need constant MAC
10096 addresses, it also works for other servers.
10097 </Para>
10099 <Para>
10100 The beauty of this approach is the incredibly easy configuration. No kernel
10101 compiling or patching required, all userspace.
10102 </Para>
10104 <Para>
10105 Just run this on all machines participating in a service:
10107 <Screen>
10108 # vrrpd -i eth0 -v 50 10.0.0.22
10109 </Screen>
10111 </Para>
10113 <Para>
10114 And you are in business! 10.0.0.22 is now carried by one of your servers,
10115 probably the first one to run the vrrp daemon. Now disconnect that computer
10116 from the network and very rapidly one of the other computers will assume the
10117 10.0.0.22 address, as well as the MAC address.
10118 </Para>
10120 <Para>
10121 I tried this over here and had it up and running in 1 minute. For some
10122 strange reason it decided to drop my default gateway, but the -n flag
10123 prevented that.
10124 </Para>
10126 <Para>
10127 This is a 'live' fail over:
10128 </Para>
10130 <Para>
10132 <Screen>
10133 64 bytes from 10.0.0.22: icmp_seq=3 ttl=255 time=0.2 ms
10134 64 bytes from 10.0.0.22: icmp_seq=4 ttl=255 time=0.2 ms
10135 64 bytes from 10.0.0.22: icmp_seq=5 ttl=255 time=16.8 ms
10136 64 bytes from 10.0.0.22: icmp_seq=6 ttl=255 time=1.8 ms
10137 64 bytes from 10.0.0.22: icmp_seq=7 ttl=255 time=1.7 ms
10138 </Screen>
10140 </Para>
10142 <Para>
10143 Not *one* ping packet was lost! Just after packet 4, I disconnected my P200
10144 from the network, and my 486 took over, which you can see from the higher
10145 latency.
10146 </Para></ListItem>
10147 </VarListEntry>
10148 </VariableList>
10149 </Para>
10151 </chapter>
10153 <chapter id="lartc.further">
10154   <Title>Further reading</Title>
10156 <Para>
10157 <VariableList>
10159 <VarListEntry>
10160 <Term><ULink
10161 URL="http://snafu.freedom.org/linux2.2/iproute-notes.html"
10162 >http://snafu.freedom.org/linux2.2/iproute-notes.html</ULink
10163 ></Term>
10164 <ListItem>
10165 <Para>
10166 Contains lots of technical information, comments from the kernel
10167 </Para></ListItem>
10168 </VarListEntry>
10169 <VarListEntry>
10170 <Term><ULink
10171 URL="http://www.davin.ottawa.on.ca/ols/"
10172 >http://www.davin.ottawa.on.ca/ols/</ULink
10173 ></Term>
10174 <ListItem>
10175 <Para>
10176 Slides by Jamal Hadi Salim, one of the authors of Linux traffic control
10177 </Para></ListItem>
10178 </VarListEntry>
10179 <VarListEntry>
10180 <Term><ULink
10181 URL="http://defiant.coinet.com/iproute2/ip-cref/"
10182 >http://defiant.coinet.com/iproute2/ip-cref/</ULink
10183 ></Term>
10184 <ListItem>
10185 <Para>
10186 HTML version of Alexeys LaTeX documentation - explains part of iproute2 in
10187 great detail
10188 </Para></ListItem>
10189 </VarListEntry>
10190 <VarListEntry>
10191 <Term><ULink
10192 URL="http://www.aciri.org/floyd/cbq.html"
10193 >http://www.aciri.org/floyd/cbq.html</ULink
10194 ></Term>
10195 <ListItem>
10196 <Para>
10197 Sally Floyd has a good page on CBQ, including her original papers. None of
10198 it is Linux specific, but it does a fair job discussing the theory and uses
10199 of CBQ.
10200 Very technical stuff, but good reading for those so inclined. 
10201 </Para></ListItem>
10202 </VarListEntry>
10203 <VarListEntry>
10204 <Term>Differentiated Services on Linux</Term>
10205 <ListItem>
10206 <Para>
10207 This <ULink
10208 URL="ftp://icaftp.epfl.ch/pub/linux/diffserv/misc/dsid-01.txt.gz"
10209 >document</ULink
10210 > by Werner Almesberger, Jamal Hadi Salim and Alexey
10211 Kuznetsov describes DiffServ facilities in the Linux kernel, amongst which
10212 are TBF, GRED, the DSMARK qdisc and the tcindex classifier.
10213 </Para></ListItem>
10214 </VarListEntry>
10215 <VarListEntry>
10216 <Term><ULink
10217 URL="http://ceti.pl/~kravietz/cbq/NET4_tc.html"
10218 >http://ceti.pl/~kravietz/cbq/NET4_tc.html</ULink
10219 ></Term>
10220 <ListItem>
10221 <Para>
10222 Yet another HOWTO, this time in Polish! You can copy/paste command lines
10223 however, they work just the same in every language. The author is
10224 cooperating with us and may soon author sections of this HOWTO.
10225 </Para></ListItem>
10226 </VarListEntry>
10227 <VarListEntry>
10228 <Term><ULink
10229 URL="http://www.cisco.com/univercd/cc/td/doc/product/software/ios111/cc111/car.htm"
10230 >IOS Committed Access Rate</ULink
10231 ></Term>
10232 <ListItem>
10233 <Para>
10234 <Anchor id="CAR">
10235 From the helpful folks of Cisco who have the laudable habit of putting
10236 their documentation online. Cisco syntax is different but the concepts are
10237 the same, except that we can do more and do it without routers the price of
10238 cars :-)
10239 </Para></ListItem>
10240 </VarListEntry>
10241 <VarListEntry>
10242 <Term>Docum experimental site<ULink
10243 URL="http://www.docum.org"
10244 >(site)</ULink
10245 ></Term>
10246 <ListItem>
10247 <Para>
10248 Stef Coene is busy convincing his boss to sell Linux support, and so he is
10249 experimenting a lot, especially with managing bandwidth. His site has a lot
10250 of practical information, examples, tests and also points out some CBQ/tc bugs. 
10251 </Para>
10252 </ListItem>
10253 </VarListEntry>
10254 <VarListEntry>
10255 <Term>TCP/IP Illustrated, volume 1, W. Richard Stevens, ISBN 0-201-63346-9</Term>
10256 <ListItem>
10257 <Para>
10258 Required reading if you truly want to understand TCP/IP. Entertaining as
10259 well.
10260 </Para>
10261 </ListItem>
10262 </VarListEntry>
10263 </VariableList> 
10264 </Para>
10266 </chapter>
10268 <chapter id="lartc.ack">
10269 <Title>Acknowledgements </Title>
10271 <Para>
10273 It is our goal to list everybody who has contributed to this HOWTO, or
10274 helped us demystify how things work. While there are currently no plans
10275 for a Netfilter type scoreboard, we do like to recognize the people who are
10276 helping.
10277 </Para>
10279 <Para>
10281 <ItemizedList spacing="compact">
10282 <ListItem>
10284    <Para>
10285    <author><firstname>Junk</firstname><surname>Alins</surname></author>
10286    <address><email>juanjo@mat.upc.es</email></address>
10287    </Para>
10288   </ListItem>
10289   <ListItem>
10290    <Para>
10291    <author><firstname>Joe</firstname><surname>Van Andel</surname></author>
10292    </Para>
10293   </ListItem>
10295   <ListItem>
10296    <Para>
10297    <author><firstname>Michael</firstname><othername>T.</othername>
10298      <surname>Babcock</surname></author>
10299    <address><email>mbabcock@fibrespeed.net</email></address>
10300    </Para>
10301   </ListItem>
10304   <ListItem>
10305    <Para>
10306    <author><firstname>Christopher</firstname>
10307      <surname>Barton</surname></author>
10308    <address><email>cpbarton%uiuc.edu</email></address>
10309    </Para>
10310   </ListItem>
10313   <ListItem>
10314    <Para>
10315    <author><firstname>Ard</firstname><surname>van Breemen</surname></author>
10316    <address><email>ard%kwaak.net</email></address>
10317   </Para>
10318   </ListItem>
10319   <ListItem>
10320    <Para>
10321    <author><firstname>Ron</firstname><surname>Brinker</surname></author>
10322    <address><email>service%emcis.com</email></address>
10323    </Para>
10324   </ListItem>
10325   <ListItem>
10326    <Para>
10327    <author><firstname>?ukasz</firstname><surname>Bromirski</surname></author>
10328    <address><email>l.bromirski@mr0vka.eu.org</email></address>
10329    </Para>
10330   </ListItem>
10331   <ListItem>
10332    <Para>
10333    <author><firstname>Lennert</firstname><surname>Buytenhek</surname></author>
10334    <address><email>buytenh@gnu.org</email></address>
10335    </Para>
10336   </ListItem>
10337   <ListItem>
10338    <Para>
10339    <author><firstname>Esteve</firstname><surname>Camps</surname></author>
10340    <address><email>esteve@hades.udg.es</email></address>
10341    </Para>
10342   </ListItem>
10344   <ListItem>
10345    <Para>
10346    <author><firstname>Ricardo Javier</firstname><surname>Cardenes</surname></author>
10347    <address><email>ricardo%conysis.com</email></address>
10348    </Para>
10349   </ListItem>
10351   <ListItem>
10352    <Para>
10353    <author><firstname>Stef</firstname><surname>Coene</surname></author>
10354    <address><email>stef.coene@docum.org</email></address>
10355    </Para>
10356   </ListItem>
10357   <ListItem>
10358    <Para>
10359    <author><firstname>Don</firstname><surname>Cohen</surname></author>
10360    <address><email>don-lartc%isis.cs3-inc.com</email></address>
10361    </Para>
10362   </ListItem>
10363   <ListItem>
10364    <Para>
10365    <author><firstname>Jonathan</firstname><surname>Corbet</surname></author>
10366    <address><email>lwn%lwn.net</email></address>
10367    </Para>
10368   </ListItem>
10369   <ListItem>
10370    <Para>
10371    <author><firstname>Gerry</firstname><surname>Creager</surname>
10372      <othername>N5JXS</othername></author>
10373    <address><email>gerry%cs.tamu.edu</email></address>
10374    </Para>
10375   </ListItem>
10376   <ListItem>
10377    <Para>
10378    <author><firstname>Marco</firstname><surname>Davids</surname></author>
10379    <address><email>marco@sara.nl</email></address>
10380    </Para>
10381   </ListItem>
10382   <ListItem>
10383    <Para>
10384    <author><firstname>Jonathan</firstname><surname>Day</surname></author>
10385    <address><email>jd9812@my-deja.com</email></address>
10386    </Para>
10387   </ListItem>
10388   <ListItem>
10389    <Para>
10390    <author><firstname>Martin</firstname><surname>Devera</surname>
10391      <othername>aka devik</othername></author>
10392    <address><email>devik@cdi.cz</email></address>
10393   </Para>
10394   </ListItem>
10396   <ListItem>
10397    <Para>
10398    <author><firstname>Hannes</firstname><surname>Ebner</surname>
10399      </author>
10400    <address><email>he%fli4l.de</email></address>
10401   </Para>
10402   </ListItem>
10404   <ListItem>
10405    <Para>
10406    <author><firstname>Derek</firstname><surname>Fawcus</surname>
10407      </author>
10408    <address><email>dfawcus%cisco.com</email></address>
10409   </Para>
10410   </ListItem>
10412   <ListItem>
10413    <Para>
10414    <author><firstname>David</firstname><surname>Fries</surname>
10415      </author>
10416    <address><email>dfries%mail.win.org</email></address>
10417   </Para>
10418   </ListItem>
10421   <ListItem>
10422    <Para>
10423    <author><firstname>Stephan</firstname><othername>"Kobold"</othername>
10424      <surname>Gehring</surname></author>
10425    <address><email>Stephan.Gehring@bechtle.de</email></address>
10426   </Para>
10427   </ListItem>
10428   <ListItem>
10429    <Para>
10430    <author><firstname>Jacek</firstname><surname>Glinkowski</surname></author>
10431    <address><email>jglinkow%hns.com</email></address>
10432   </Para>
10433   </ListItem>
10435   <ListItem>
10436    <Para>
10437    <author><firstname>Andrea</firstname><surname>Glorioso</surname></author>
10438    <address><email>sama%perchetopi.org</email></address>
10439   </Para>
10440   </ListItem>
10442   <ListItem>
10443    <Para>
10444    <author><firstname>Thomas</firstname><surname>Graf</surname></author>
10445    <address><email>tgraf%suug.ch</email></address>
10446   </Para>
10447   </ListItem>
10450   <ListItem>
10451    <Para>
10452    <author><firstname>Sandy</firstname><surname>Harris</surname></author>
10453    <address><email>sandy%storm.ca</email></address>
10454   </Para>
10455   </ListItem>
10456   <ListItem>
10457    <Para>
10458    <author><firstname>Nadeem</firstname><surname>Hasan</surname></author>
10459    <address><email>nhasan@usa.net</email></address>
10460    </Para>
10461   </ListItem>
10462   <ListItem>
10463    <Para>
10464    <author><firstname>Erik</firstname><surname>Hensema</surname></author>
10465    <address><email>erik%hensema.xs4all.nl</email></address>
10466    </Para>
10467   </ListItem>
10468   <ListItem>
10469    <Para>
10470    <author><firstname>Vik</firstname><surname>Heyndrickx</surname></author>
10471    <address><email>vik.heyndrickx@edchq.com</email></address>
10472    </Para>
10473   </ListItem>
10474   <ListItem>
10475    <Para>
10476    <author><firstname>Spauldo</firstname><surname>Da Hippie</surname></author>
10477    <address><email>spauldo%usa.net</email></address>
10478    </Para>
10479   </ListItem>
10480   <ListItem>
10481    <Para>
10482    <author><firstname>Koos</firstname><surname>van den Hout</surname></author>
10483    <address><email>koos@kzdoos.xs4all.nl</email></address>
10484    </Para>
10485   </ListItem>
10486   <ListItem>
10488 <Para>
10489 Stefan Huelbrock &lt;shuelbrock%datasystems.de&gt;
10490 </Para>
10491 </ListItem>
10492 <ListItem>
10494 <Para>
10495 Alexander W. Janssen &lt;yalla%ynfonatic.de&gt;
10496 </Para>
10497 </ListItem>
10498 <ListItem>
10500 <para>
10501 Andreas Jellinghaus &lt;aj%dungeon.inka.de&gt;
10502 </para>
10503 </listitem>
10505 <listitem>
10506 <Para>
10507 Gareth John &lt;gdjohn%zepler.org&gt;
10508 </Para>
10509 </ListItem>
10511   <ListItem>
10512    <Para>
10513    <author><firstname>Dave</firstname><surname>Johnson</surname></author>
10514    <address><email>dj@www.uk.linux.org</email></address>
10515    </Para>
10516   </ListItem>
10519 <ListItem>
10521 <Para>
10522 Martin Josefsson &lt;gandalf%wlug.westbo.se&gt;
10523 </Para>
10524 </ListItem>
10525 <ListItem>
10527 <Para>
10528 Andi Kleen &lt;ak%suse.de&gt;
10529 </Para>
10530 </ListItem>
10531 <ListItem>
10533 <Para>
10534 Andreas J. Koenig &lt;andreas.koenig%anima.de&gt;
10535 </Para>
10536 </ListItem>
10537 <ListItem>
10539 <Para>
10540 Pawel Krawczyk &lt;kravietz%alfa.ceti.pl&gt;
10541 </Para>
10542 </ListItem>
10543 <ListItem>
10545 <Para>
10546 Amit Kucheria &lt;amitk@ittc.ku.edu&gt;
10547 </Para>
10548 </ListItem>
10549 <ListItem>
10551 <Para>
10552 Edmund Lau &lt;edlau%ucf.ics.uci.edu&gt;
10553 </Para>
10554 </ListItem>
10555 <ListItem>
10557 <Para>
10558 Philippe Latu &lt;philippe.latu%linux-france.org&gt;
10559 </Para>
10560 </ListItem>
10561 <ListItem>
10563 <Para>
10564 Arthur van Leeuwen &lt;arthurvl%sci.kun.nl&gt;
10565 </Para>
10566 </ListItem>
10567   <ListItem>
10568    <Para>
10569    <author><firstname>Jose Luis Domingo</firstname><surname>Lopez</surname>
10570      </author>
10571    <address><email>jdomingo@24x7linux.com</email></address>
10572   </Para>
10573   </ListItem>
10576   <ListItem>
10577    <Para>
10578    <author><firstname>Robert</firstname><surname>Lowe</surname>
10579      </author>
10580    <address><email>robert.h.lowe@lawrence.edu</email></address>
10581   </Para>
10582   </ListItem>
10585 <ListItem>
10587 <Para>
10588 Jason Lunz &lt;j@cc.gatech.edu&gt;
10589 </Para>
10590 </ListItem>
10591 <ListItem>
10593 <Para>
10594 Stuart Lynne &lt;sl@fireplug.net&gt;
10595 </Para>
10596 </ListItem>
10597 <ListItem>
10599 <Para>
10600 Alexey Mahotkin &lt;alexm@formulabez.ru&gt;
10601 </Para>
10602 </ListItem>
10603 <ListItem>
10605 <Para>
10606 Predrag Malicevic &lt;pmalic@ieee.org&gt;
10607 </Para>
10608 </ListItem>
10609 <listitem>
10610 <para>
10611 Patrick McHardy &lt;kaber@trash.net&gt;
10612 </para>
10613 </ListItem>
10615 <ListItem>
10618 <Para>
10619 Andreas Mohr &lt;andi%lisas.de&gt;
10620 </Para>
10621 </ListItem>
10623 <listitem>
10624 <para>James Morris &lt;jmorris@intercode.com.au&gt;
10625 </para></listitem>
10628 <ListItem>
10629 <Para>
10630 Andrew Morton &lt;akpm%zip.com.au&gt;
10631 </Para>
10632 </ListItem>
10634 <ListItem>
10635 <Para>
10636 Wim van der Most 
10637 </Para>
10638 </ListItem>
10639 <ListItem>
10641 <Para>
10642 Stephan Mueller &lt;smueller@chronox.de&gt;
10643 </Para>
10644 </ListItem>
10645 <ListItem>
10647 <Para>
10648 Togan Muftuoglu &lt;toganm%yahoo.com&gt;
10649 </Para>
10650 </ListItem>
10651 <ListItem>
10654 <Para>
10655 Chris Murray &lt;cmurray@stargate.ca&gt;
10656 </Para>
10657 </ListItem>
10658 <ListItem>
10660 <Para>
10661 Patrick Nagelschmidt &lt;dto%gmx.net&gt;
10662 </Para>
10663 </ListItem>
10664 <ListItem>
10666 <Para>
10667 Ram Narula &lt;ram@princess1.net&gt;
10668 </Para>
10669 </ListItem>
10670 <ListItem>
10672 <Para>
10673 Jorge Novo &lt;jnovo@educanet.net&gt;
10674 </Para>
10675 </ListItem>
10676 <ListItem>
10678 <Para>
10679 Patrik &lt;ph@kurd.nu&gt;
10680 </Para>
10681 </ListItem>
10683 <listitem><para>P?l Osgy?ny &lt;oplab%westel900.net&gt;</para></listitem>
10685 <ListItem>
10687 <Para>
10688 Lutz Pre&szlig;ler &lt;Lutz.Pressler%SerNet.DE&gt;
10689 </Para>
10690 </ListItem>
10691 <ListItem>
10693 <Para>
10694 Jason Pyeron &lt;jason%pyeron.com&gt;
10695 </Para>
10696 </ListItem>
10698 <ListItem>
10699 <Para>
10700 Rod Roark &lt;rod%sunsetsystems.com&gt;
10701 </Para>
10702 </ListItem>
10704 <ListItem>
10705 <Para>
10706 Pavel Roskin &lt;proski@gnu.org&gt;
10707 </Para>
10708 </ListItem>
10711 <ListItem>
10712 <Para>
10713 Rusty Russell &lt;rusty%rustcorp.com.au&gt;
10714 </Para>
10715 </ListItem>
10717 <ListItem>
10718 <Para>
10719 Mihai RUSU &lt;dizzy%roedu.net&gt;
10720 </Para>
10721 </ListItem>
10723 <ListItem>
10724 <Para>
10725 Rob Pitman &lt;rob%pitman.co.za&gt;
10726 </Para>
10727 </ListItem>
10730 <ListItem>
10732 <Para>
10733 Jamal Hadi Salim &lt;hadi%cyberus.ca&gt;
10734 </Para>
10735 </ListItem>
10737 <ListItem>
10738 <Para>
10739 Ren? Serral &lt;rserral%ac.upc.es&gt; 
10740 </Para>
10741 </ListItem>
10744 <ListItem>
10745 <Para>
10746 David Sauer &lt;davids%penguin.cz&gt;
10747 </Para>
10748 </ListItem>
10749 <ListItem>
10751 <Para>
10752 Sheharyar Suleman Shaikh &lt;sss23@drexel.edu&gt;
10753 </Para>
10754 </ListItem>
10755 <ListItem>
10757 <Para>
10758 Stewart Shields &lt;MourningBlade%bigfoot.com&gt;
10759 </Para>
10760 </ListItem>
10761 <ListItem>
10763 <Para>
10764 Nick Silberstein &lt;nhsilber%yahoo.com&gt;
10765 </Para>
10766 </ListItem>
10767 <ListItem>
10769 <Para>
10770 Konrads Smelkov &lt;konrads@interbaltika.com&gt;
10771 </Para>
10772 </ListItem>
10773 <ListItem>
10775 <Para>
10776 <author><firstname>William</firstname><surname>Stearns</surname></author>
10777 <address><email>wstearns@pobox.com</email></address>
10778 </Para>
10779 </ListItem>
10781 <ListItem>
10782 <Para>
10783 Andreas Steinmetz &lt;ast%domdv.de&gt;
10784 </Para>
10785 </ListItem>
10787 <ListItem>
10788 <Para>
10789 Matthew Strait &lt;straitm%mathcs.carleton.edu&gt;
10790 </Para>
10791 </ListItem>
10793 <ListItem>
10794 <Para>
10795 Jason Tackaberry &lt;tack@linux.com&gt;
10796 </Para>
10797 </ListItem>
10798 <ListItem>
10800 <Para>
10801 Charles Tassell &lt;ctassell%isn.net&gt;
10802 </Para>
10803 </ListItem>
10804 <ListItem>
10806 <Para>
10807 Glen Turner &lt;glen.turner%aarnet.edu.au&gt;
10808 </Para>
10809 </ListItem>
10811 <ListItem>
10812 <Para>
10813 Tea Sponsor: Eric Veldhuyzen &lt;eric%terra.nu&gt; 
10814 </Para>
10815 </ListItem>
10817 <listitem>
10818 <para>
10819 Thomas Walpuski &lt;thomas%bender.thinknerd.de&gt;
10820 </para>
10821 </listitem>
10824 <ListItem>
10825 <Para>
10826 Song Wang &lt;wsong@ece.uci.edu&gt;
10827 </Para>
10828 </ListItem>
10830   <ListItem>
10831    <Para>
10832    <author><firstname>Chris</firstname><surname>Wilson</surname></author>
10833    <address><email>chris@netservers.co.uk</email></address>
10834    </Para>
10835   </ListItem>
10837   <ListItem>
10838    <Para>
10839    <author><firstname>Lazar</firstname><surname>Yanackiev</surname></author>
10840    <address><email>Lyanackiev%gmx.net</email></address>
10841    </Para>
10842   </ListItem>
10843   
10844   <ListItem>
10845    <Para>
10846    <author><firstname>Pedro</firstname><surname>Larroy</surname></author>
10847    <address><email>piotr%member.fsf.org</email></address>
10848    <ItemizedList>
10849         <ListItem>
10850         <para>
10851         Chapter 15, section 10: Example of a full nat solution with QoS
10852         </para>
10853         </ListItem>
10855         <ListItem>
10856         <para>
10857         Chapter 17, section 1: Setting up OSPF with Zebra
10858         </para>
10859         </ListItem>
10860    </ItemizedList>
10861    </Para>
10862   </ListItem>
10865 </ItemizedList>
10867 </Para>
10869 </chapter>
10871 </Book>