*shower* :-)
[lectures/dfb-slides.git] / wlan1 / wlan1.xml
1 <?xml version='1.0' encoding='iso-8859-1'?>
2 <slides bgcolor="#222266" fgcolor="#9999ff" 
3         face="../ttf/decker.ttf" size="15"
4         bullet="../img/bullet.png"
5         screen_width="1024" screen_height="768">
6 <slide>
7 <header size="20" fgcolor="#22FF22"> 1.1 Was ist Wireless LAN?</header>
8 <text></text>
9 <text></text>
10 <listitem fgcolor="#ff00cc" size="20">   Drahtlose Netzwerk Technologie</listitem>
11 <text></text>
12 <listitem fgcolor="#ff00cc" size="20">   2.4 GHz Bereich, 14 Channels (unterschiedl. Frequenzen)</listitem>
13 <text></text>
14 <listitem fgcolor="#ff00cc" size="20">   Übertragungsraten 1 - 54 MBit</listitem>
15 </slide>
16
17 <slide>
18 <header size="20" fgcolor="#22FF22"> 1.2 WaveLAN Hardware</header>
19 <text></text>
20 <text></text>
21 <listitem fgcolor="#ff00cc" size="20">   Accesspoint 120 - 800 Euro</listitem>
22 <text>    auch als DSL-Router</text>
23 <text>    siehe Punkt 5</text>
24 <text></text>
25 <listitem fgcolor="#ff00cc" size="20">   WaveLAN Karten 30 - 150 Euro</listitem>
26 <text>    22 MBit +40 Euro, 54 MBit &gt; 100 Euro</text>
27 <text></text>
28 <listitem fgcolor="#ff00cc" size="20">   Bundles (z.B. AP, 2 Karten) billiger</listitem>
29 <text></text>
30 <listitem fgcolor="#ff00cc" size="20">   Antennen (Planar, Omnidirektional, Richt)</listitem>
31 <text>    http://www.turnpoint.net/wireless/cantennahowto.html</text>
32 <text>    Aber: nicht alle Karten/APs haben (gleichen) Antennenanschluss</text>
33 <text>    maximale Reichweiten 2 - 20 km (nicht alles erlaubt)</text>
34 </slide>
35
36 <slide>
37 <header size="20" fgcolor="#22FF22"> 2.1 Begriffserklaerungen</header>
38 <text></text>
39 <text></text>
40 <listitem fgcolor="#ff00cc" size="20">   SSID: Netzwerkname</listitem>
41 <text></text>
42 <listitem fgcolor="#ff00cc" size="20">   WEP: Verschluesselung (RC4)</listitem>
43 <text></text>
44 <listitem size="20">    40 (64) oder 104 (128) Bit Schluessellaenge</listitem>
45 </slide>
46
47 <slide>
48 <header size="20" fgcolor="#22FF22"> 2.2 Managed Mode</header>
49 <text></text>
50 <text></text>
51 <listitem fgcolor="#ff00cc" size="20">   Dazu meldet sich jeder Client an einem AccessPoint an</listitem>
52 <text>    Der AP stellt so die Verbindung zum Ethernet her</text>
53 <text>    Bsp.: {Client} ~~~ (AP)---[Ethernet]</text>
54 <text></text>
55 <listitem fgcolor="#ff00cc" size="20">   Channel wird vom AP festgelegt</listitem>
56 <text></text>
57 <listitem fgcolor="#ff00cc" size="20">   Client wird auf selbe SSID wie AP konfiguriert (automat.)</listitem>
58 <text></text>
59 <listitem fgcolor="#ff00cc" size="20">   Client muss die selben WEPkeys benutzen wie AP</listitem>
60 <text></text>
61 <listitem fgcolor="#ff00cc" size="20">   An einem Ethernet koennen mehrere APs angeschlossen werden</listitem>
62 <text>  </text>
63 </slide>
64
65 <slide>
66 <header size="20" fgcolor="#22FF22"> 2.3 AdHoc Mode</header>
67 <text></text>
68 <text></text>
69 <listitem fgcolor="#ff00cc" size="20">   Nur Wireless Clients ohne AP </listitem>
70 <text></text>
71 <listitem fgcolor="#ff00cc" size="20">   daher keine Ethernetverbindung</listitem>
72 <text></text>
73 <listitem fgcolor="#ff00cc" size="20">   Clients muessen selben Channel, SSID und WEPkey haben</listitem>
74 <text>    Bsp.: {Client 1} ~~~ {Client 2} ~~~ ...</text>
75 </slide>
76
77 <slide>
78 <header size="20" fgcolor="#22FF22"> 2.4 WDS</header>
79 <text></text>
80 <text></text>
81 <listitem fgcolor="#ff00cc" size="20">   Mehrere Ethernets ohne direkte Verbindun werden durch AccessPoints verbunden</listitem>
82 <text></text>
83 <listitem fgcolor="#ff00cc" size="20">   keine Clients noetig</listitem>
84 <text></text>
85 <listitem fgcolor="#ff00cc" size="20">   APs muessen auf selbem Channel sein und die selben WEPkeys haben</listitem>
86 </slide>
87
88 <slide>
89 <header size="20" fgcolor="#22FF22"> 3.1 Vorraussetzungen</header>
90 <text></text>
91 <text></text>
92 <listitem fgcolor="#ff00cc" size="20">   Kernel</listitem>
93 <text>    http://www.kernel.org (&gt;=2.4.20 - nicht unbedingt pre/testing/2.5)</text>
94 <text>    hier: kein PCMCIA Support im Kernel sondern pcmcia-cs</text>
95 <text>     Network device support  ---&gt;</text>
96 <text>      [*] Network device support</text>
97 <text>      ...</text>
98 <text>      Wireless LAN (non-hamradio)  ---&gt;</text>
99 <text>       [*] Wireless LAN (non-hamradio)</text>
100 <text>    fuer PCI Karten auch:</text>
101 <text>     &lt;M&gt;   Hermes chipset 802.11b support (Orinoco/Prism2/Symbol)</text>
102 <text>     &lt;M&gt;     Hermes in PLX9052 based PCI adaptor support</text>
103 <text>     &lt;M&gt;     Prism 2.5 PCI 802.11b adaptor support</text>
104 <text></text>
105 <listitem fgcolor="#ff00cc" size="20">   wireless_tools</listitem>
106 <text>    http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html</text>
107 <text></text>
108 <listitem size="20">    linux/wireless.h installen</listitem>
109 <text>     entweder wireless.h ueber /usr/include/linux/wireless.h kopieren oder</text>
110 <text>     bei neuem kernel /usr/include/linux nach /usr/src/linux/include/linux linken</text>
111 <text></text>
112 <listitem size="20">    compilen</listitem>
113 <text>     make</text>
114 <text>     sudo make install</text>
115 <text>     /etc/ld.so.conf: /usr/local/lib/ (falls noetig) &amp;&amp; ldconfig</text>
116 <text></text>
117 <listitem fgcolor="#ff00cc" size="20">   pcmcia-cs (hier - weil nicht im Kernel)</listitem>
118 <text>    http://pcmcia-cs.sourceforge.net</text>
119 <text></text>
120 <listitem size="20">    compilen:</listitem>
121 <text>     make config (interaktiv)</text>
122 <text>     make all &amp;&amp; make install</text>
123 <text></text>
124 <listitem size="20">    config: card Eintrag in /etc/pcmcia/config (cardctl info)</listitem>
125 </slide>
126
127 <slide>
128 <header size="20" fgcolor="#22FF22"> 3.2 Client Setup</header>
129 <text></text>
130 <text></text>
131 <listitem fgcolor="#ff00cc" size="20">   setzen des WEPkeys</listitem>
132 <text>    iwconfig eth0 key s:123456789abcd (104 Bit key benutzen, wenn supported!)</text>
133 <text></text>
134 <listitem fgcolor="#ff00cc" size="20">   setzen der SSID</listitem>
135 <text>    iwconfig eth0 essid "" oder iwconfig eth0 essid any</text>
136 <text></text>
137 <listitem fgcolor="#ff00cc" size="20">   Wireless device hochfahren</listitem>
138 </slide>
139
140 <slide>
141 <header size="20" fgcolor="#22FF22"> 3.3 AP Setup</header>
142 <text></text>
143 <text></text>
144 <listitem fgcolor="#ff00cc" size="20">   Chipsatz</listitem>
145 <text>    http://www.seattlewireless.net/index.cgi/HardwareComparison</text>
146 <text>    Prism: HostAP http://hostap.epitest.fi</text>
147 <text>    Lucent: HermesAP http://hunz.org/hermesap.html</text>
148 <text></text>
149 <listitem fgcolor="#ff00cc" size="20">   HostAP</listitem>
150 <text>    Treiber, der IEEE 802.11 management Funktionen am Host Computer uebernimmt</text>
151 <text></text>
152 <listitem size="20">    build:</listitem>
153 <text>     cp -a hostap/driver/* ./pcmcia-cs/</text>
154 <text>     jetzt wie bei pcmcia-cs</text>
155 <text></text>
156 <listitem size="20">    config:</listitem>
157 <text>     card Eintrag in /etc/pcmcia/hostap_cs.conf (cardctl info)</text>
158 <text>     iwconfig wlan0 essid "foobar" (default "test")</text>
159 <text>     iwconfig wlan0 channel X (zum setzen des channels) </text>
160 <text></text>
161 <listitem fgcolor="#ff00cc" size="20">   HermesAP</listitem>
162 <text>    Erweiterter Orinoco Treiber, der AP-Firmware benutzt</text>
163 <text></text>
164 <listitem size="20">    build: </listitem>
165 <text>     aus driver/orinoco-0.13b-hermesap-0.1a/ *.c *.h ins wireless dir von pcmcia-cs kopieren</text>
166 <text>     pcmcia-cs wie oben compilen</text>
167 <text></text>
168 <listitem size="20">    AP firmware extrahieren und laden:</listitem>
169 <text>     im firmware dir ./hfwget.sh ausfuehren</text>
170 <text>     dann firmware mit hfw/hfwload ethX firmware/T108580.hfw laden</text>
171 <text></text>
172 <listitem size="20">    config:</listitem>
173 <text>     ssid / wepkeys / channel setzen wie oben</text>
174 <text>     hidden mode mit iwpriv ethX hidden 1</text>
175 <text></text>
176 </slide>
177
178 </slides>