Projet

Général

Profil

Openwrt » Historique » Version 383

Skuld Skuld, 20/07/2017 21:56

1 37 Laurent GUERBY
{{>toc}}
2 37 Laurent GUERBY
3 1 Laurent GUERBY
h1. Openwrt
4 1 Laurent GUERBY
5 121 Laurent GUERBY
h2. Links
6 121 Laurent GUERBY
7 379 Laurent GUERBY
* voir aussi [[LEDE]] un fork d'Openwrt
8 380 Laurent GUERBY
* mirror openwrt http://openwrt.tetaneutral.net/
9 365 Baptiste Jonglez
* Barrier Breaker http://wiki.openwrt.org/doc/barrier.breaker
10 375 Laurent GUERBY
* old releases mirror : http://ba.mirror.garr.it/mirrors/openwrt/
11 121 Laurent GUERBY
* http://downloads.openwrt.org/
12 121 Laurent GUERBY
* http://blog.sleeplessbeastie.eu/2012/11/26/openwrt-on-ubiquiti-airrouter/
13 121 Laurent GUERBY
* http://wiki.openwrt.org/doc/howto/obtain.firmware.generate
14 121 Laurent GUERBY
* http://www.linuxjournal.com/article/10687 Building Custom Firmware with OpenWrt
15 121 Laurent GUERBY
* http://www.instructables.com/id/Openwrt-on-a-pc/
16 121 Laurent GUERBY
* https://jeremy.visser.name/2013/05/openwrt-12-09-attitude-adjustment-on-ubiquiti-unifi/
17 122 Laurent GUERBY
* https://dev.openwrt.org/ticket/10597 upgrading ubiquiti AirOS firmware to OpenWrt does not work
18 127 Laurent GUERBY
* build log http://buildbot.openwrt.org:8010/
19 1 Laurent GUERBY
* logs of failing packages are collected in http://buildbot.openwrt.org:8010/broken_packages/
20 378 Baptiste Jonglez
* Bridge Wifi/LAN sur un client Wifi (STA) :
21 378 Baptiste Jonglez
** WDS implémenté pour la plupart des pilotes Wifi sous Linux (4-address mode) : https://wireless.wiki.kernel.org/en/users/Documentation/iw#using_4-address_for_ap_and_client_mode
22 378 Baptiste Jonglez
** Voir "option wds 1" dans https://wiki.openwrt.org/doc/uci/wireless#common_options1
23 378 Baptiste Jonglez
* Autres méthodes pour workaround si pas de WDS :
24 378 Baptiste Jonglez
** pseudobridge pour STA/LAN http://wiki.openwrt.org/doc/recipes/relayclient
25 378 Baptiste Jonglez
** idem http://cavebeat.blogspot.fr/2012/08/openwrt-bridge-with-relayd-pseudobridge.html
26 378 Baptiste Jonglez
** WDS bridged client mode issue http://wiki.openwrt.org/doc/howto/clientmode#bridged.client.mode.issues
27 378 Baptiste Jonglez
** repeater with pseudobridge https://forum.openwrt.org/viewtopic.php?id=39077
28 131 Laurent GUERBY
* https://dev.openwrt.org/wiki/SubmittingPatches
29 141 Laurent GUERBY
* CPE WAN Management Protocol (CWMP).  
30 378 Baptiste Jonglez
** http://en.wikipedia.org/wiki/TR-069
31 378 Baptiste Jonglez
** https://wiki.openwrt.org/doc/howto/tr-069
32 377 Laurent GUERBY
** http://events.ccc.de/congress/2012/Fahrplan/events/5112.en.html
33 121 Laurent GUERBY
34 366 Laurent GUERBY
Wifi in crowded conferences
35 367 Laurent GUERBY
* https://www.usenix.org/conference/lisa12/technical-sessions/presentation/lang_david_wireless
36 367 Laurent GUERBY
** https://www.usenix.org/sites/default/files/conference/protected-files/wireless_paper_slides.pdf
37 366 Laurent GUERBY
38 67 Laurent GUERBY
h2. Build
39 67 Laurent GUERBY
40 133 Laurent GUERBY
http://wiki.openwrt.org/doc/howto/build
41 134 Laurent GUERBY
http://wiki.openwrt.org/doc/howto/buildroot.exigence
42 135 Laurent GUERBY
http://wiki.openwrt.org/toh/ubiquiti/airmaxm
43 134 Laurent GUERBY
44 134 Laurent GUERBY
Images
45 67 Laurent GUERBY
http://wiki.openwrt.org/doc/howto/obtain.firmware.generate
46 67 Laurent GUERBY
47 361 Laurent GUERBY
48 361 Laurent GUERBY
49 143 Laurent GUERBY
h2. VLAN
50 143 Laurent GUERBY
51 143 Laurent GUERBY
https://www.mail-archive.com/openwrt-devel@lists.openwrt.org/msg22793.html
52 143 Laurent GUERBY
53 143 Laurent GUERBY
54 143 Laurent GUERBY
ar8216, ar8316:
55 143 Laurent GUERBY
- do not support mixed traffic at all. Either everything is tagged or
56 143 Laurent GUERBY
nothing is tagged on a port.
57 143 Laurent GUERBY
58 143 Laurent GUERBY
ar8227/8, ar8236
59 143 Laurent GUERBY
- support having the PVID untagged and everything else tagged through
60 143 Laurent GUERBY
a special port-tag-mode, so here only one vlan untagged at most, and
61 143 Laurent GUERBY
it always matches the PVID.
62 143 Laurent GUERBY
63 143 Laurent GUERBY
ar8327/8, ar8337/8.
64 143 Laurent GUERBY
- support per untagging/tagging on a per vlan per port basis on
65 143 Laurent GUERBY
egress. So here more than one vlan could be untagged on egress, but
66 143 Laurent GUERBY
the PVID still sets the incoming VID.
67 143 Laurent GUERBY
68 13 Laurent GUERBY
h2. Gestion multi internet
69 13 Laurent GUERBY
70 132 bikepunk bikepunk
Trouver comment gérer son reseau local et sa connexion quand on a plusieurs acces
71 14 Laurent GUERBY
- TSF tetaneutral.net
72 14 Laurent GUERBY
- ADSL tetaneutral.net
73 132 bikepunk bikepunk
- ADSL ou fibre ou cable autre opérateur
74 13 Laurent GUERBY
- wifi ouverts des voisins
75 13 Laurent GUERBY
76 15 Laurent GUERBY
Quels sont les objectifs ?
77 15 Laurent GUERBY
- simple redondance avec bascule manuelle ou automatique
78 132 bikepunk bikepunk
- agrégation des débits
79 132 bikepunk bikepunk
- sélection de l'acces selon le traffic
80 15 Laurent GUERBY
- portail captif / acces des autres membres ?
81 15 Laurent GUERBY
- autres objectifs ?
82 13 Laurent GUERBY
83 16 Mehdi Abaakouk
Pour faire du failover ou du load balancing de lien internet facilement avec openwrt:
84 16 Mehdi Abaakouk
* http://wiki.openwrt.org/doc/uci/multiwan
85 16 Mehdi Abaakouk
* screenshot interface luci: https://forum.openwrt.org/viewtopic.php?pid=106310#p106310
86 63 Laurent GUERBY
* http://mpath-tools.optilian.org/
87 16 Mehdi Abaakouk
88 132 bikepunk bikepunk
Références
89 17 Laurent GUERBY
- [[Test_OpenWRT_sur_TP-LINK_WR-1043ND]]
90 17 Laurent GUERBY
91 86 Laurent GUERBY
h2. IPv6
92 86 Laurent GUERBY
93 86 Laurent GUERBY
* [[IPv6]]
94 86 Laurent GUERBY
* http://doc.rhizome-fai.net/doku.php?id=technique:materiel:ap_interieurs:openwrt_ipv6 
95 365 Baptiste Jonglez
* supporté nativement sur Barrier Breaker : http://wiki.openwrt.org/doc/barrier.breaker
96 86 Laurent GUERBY
97 26 Laurent GUERBY
h2. Exemples concrets
98 25 Laurent GUERBY
99 26 Laurent GUERBY
h3. Chez Laurent GUERBY
100 1 Laurent GUERBY
101 26 Laurent GUERBY
La situation est la suivante :
102 26 Laurent GUERBY
103 25 Laurent GUERBY
- je capte un signal Free Wifi d'un voisin (2.4 GHz)
104 1 Laurent GUERBY
- je capte un signal SFR Public Wifi d'un voisin (2.4 GHz)
105 25 Laurent GUERBY
- je capte un signal TSF (5 GHz)
106 132 bikepunk bikepunk
- je n'ai pas d'ADSL ou RTC (pas de ligne cuivre activée)
107 25 Laurent GUERBY
- j'ai un code d'acces Free Wifi (via famille)
108 25 Laurent GUERBY
- j'ai un code d'acces SFR Public Wifi (via famille)
109 25 Laurent GUERBY
- j'ai un abonnement tetaneutral.net sur le signal TSF
110 25 Laurent GUERBY
111 25 Laurent GUERBY
Bref si je mets deux clients 2.4 GHz en plus de ma Nanostation LocoM5 TSF j'ai 3 WAN possibles chez moi.
112 25 Laurent GUERBY
113 18 Laurent GUERBY
h2. Alix
114 18 Laurent GUERBY
115 132 bikepunk bikepunk
Via Cédric qui en a un.
116 18 Laurent GUERBY
117 18 Laurent GUERBY
* http://pcengines.ch/alix.htm
118 30 Cédric Le Goater
* http://www.pcengines.ch/alix2d13.htm
119 18 Laurent GUERBY
120 132 bikepunk bikepunk
Elles sont intéressantes pour leur faible consommation (alimentable 
121 18 Laurent GUERBY
en POE) et leur large support d'OS. Elles sont aussi un peu plus 
122 132 bikepunk bikepunk
chères (>100 euros) que les petits routeurs grand public et peut-être 
123 18 Laurent GUERBY
de conception vieillissante.
124 1 Laurent GUERBY
125 30 Cédric Le Goater
Les perfs sont correctes. Un lien a 45Mb/s consomme ~30% CPU mais on 
126 132 bikepunk bikepunk
plafonne à ~17Mb/s avec OpenVPN, ~21Mb/s sans encryption. Il serait
127 132 bikepunk bikepunk
intéressant de mesurer les perfs avec un kernel supportant le geode AES.
128 132 bikepunk bikepunk
Ce n'est pas possible sans un kernel custom sur debian. Affaire à suivre. 
129 30 Cédric Le Goater
130 30 Cédric Le Goater
References :
131 30 Cédric Le Goater
132 30 Cédric Le Goater
* http://www.i4wifi.eu/alix-2d13-lx800-500mhz-256mb-1x-minipci-3x-lan-usb-i2c-com2_d2191.html
133 30 Cédric Le Goater
* http://www.gooze.eu/alix-2d13-pc-engines-kit
134 30 Cédric Le Goater
135 30 Cédric Le Goater
Utilisation de la crypto API :
136 30 Cédric Le Goater
137 30 Cédric Le Goater
* http://carnivore.it/2011/04/23/openssl_-_af_alg
138 1 Laurent GUERBY
139 32 Laurent GUERBY
h2. TP-Link
140 32 Laurent GUERBY
141 33 Laurent GUERBY
* Note: desactiver la reception de DNS par DHCP et les mettre en dur pour eviter les plantages (astuce Cyril GOUSSE Saint-Gaudens)
142 21 Laurent GUERBY
143 27 Matthieu Herrb
h2. OpenBSD
144 27 Matthieu Herrb
145 132 bikepunk bikepunk
Pour ceux qui veulent gérer le multi-homing avec un autre système, OpenBSD a une FAQ sur le multipath avec PF: 
146 27 Matthieu Herrb
147 27 Matthieu Herrb
* http://www.openbsd.org/faq/faq6.html#Multipath
148 27 Matthieu Herrb
* http://www.openbsd.org/faq/pf/pools.html#outgoing
149 27 Matthieu Herrb
150 369 Laurent GUERBY
Matthieu compte expérimenter avec cela sur son routeur Soekris (http://soekris.com) bientot.
151 27 Matthieu Herrb
152 29 Laurent GUERBY
h2. DSL
153 29 Laurent GUERBY
154 369 Laurent GUERBY
ADSL / VDSL
155 60 Laurent GUERBY
wiki openwrt: http://wiki.openwrt.org/tag/adsl2plus?do=showtag&tag=tag%3Aadsl2plus
156 60 Laurent GUERBY
157 132 bikepunk bikepunk
<obinou> hello guerby ! On a une page pour le matériel potentiellement intéressant à acheter pour ttn ?
158 132 bikepunk bikepunk
<obinou> j'ai découvert que le Buffalo WBMR-HP-G300H est un routeur supporté par openwrt avec un chipset ADSL dont les sources sont libre
159 29 Laurent GUERBY
<obinou> http://www.amazon.fr/Buffalo-AirStation-Nfiniti-HighPower-Broadband/dp/B005584W2E/ref=sr_1_1?ie=UTF8&qid=1327222358&sr=8-1
160 132 bikepunk bikepunk
<mherrb> j'ai un WZR-HP-G300NH2 achete 90 EUR chez materiel.net qui devrait être supporté aussi (son fw d'origine c'est DD-WRT).
161 29 Laurent GUERBY
<mherrb> http://www.materiel.net/routeur-adsl/buffalo-technology-wzr-hp-g300nh2-55100.html
162 29 Laurent GUERBY
<obinou> mherrb, ok - par contre il fait pas ADSL, si ?
163 132 bikepunk bikepunk
<obinou> Moi je suis sur ces putains de pb d'adsl , là
164 29 Laurent GUERBY
<obinou> sur les machin broadcom en l'occurence
165 132 bikepunk bikepunk
<obinou> La difficulté c'est de trouver un modem ADSL wrt qui ne soit pas du broadcom. Ou alors faut faire comme je fait ici: Prendre un modem ADSL séparé (Vigor 120 à 30€) et l'utiliser en modem PPPoE pur
166 132 bikepunk bikepunk
<obinou> mherrb, concernant l'ADSL (mail de laurent), j'ai ce DSLAM à dispo : http://landashop.com/catalog/ports-adsl2-dslam-switch-10100mbps-uplink-port-p-1747.html
167 29 Laurent GUERBY
<mherrb> ok. je ne sais pas ce qu'on mes collegues, et je n'en sais toujours pas plus sur leur projet.
168 132 bikepunk bikepunk
<obinou> mherrb, Je n'ai jamais trouvé le temps d'y travailler de manière vraiment importante , mais j'admets que j'aimerais beaucoup m'y pencher plus, tant au niveau perso que pro.
169 132 bikepunk bikepunk
<obinou> (Même si j'admets que l'avantage de l'ADSL, c'est que quand tu sais comment ça marche dedans, tu deviens un inconditionel de la fibre...)
170 132 bikepunk bikepunk
<obinou> mherrb, Bref, si tu pense qu'il y a une opportunité , hésite pas a passer mon contact, mais bon, sinon, c'est pas grave. De toute façon l'ADSL j'espère que c'est quelque chose qu'on finira par voir mourir de notre vivant :-)
171 29 Laurent GUERBY
<mherrb> oui j'y penserai.
172 132 bikepunk bikepunk
<mherrb> en materiel adsl intéressant il y a aussi les cartes Traverse: https://kd85.com/traverse.html
173 132 bikepunk bikepunk
<obinou> mherrb, ah ! oui, elles sont sympa, mais chères par contre
174 29 Laurent GUERBY
175 136 Laurent GUERBY
h3. TP-Link TD-W8970
176 136 Laurent GUERBY
177 136 Laurent GUERBY
* Openwrt on [[TD-W8970]]
178 136 Laurent GUERBY
179 138 Laurent GUERBY
h3. Buffalo WBMR-HP-G300H
180 138 Laurent GUERBY
181 138 Laurent GUERBY
Routeur ADSL + Wifi 802.11n + 4 ports giga, supporté par OpenWRT.
182 138 Laurent GUERBY
Chipset wifi "Lantiq" , supporté en open-source par OpenWRT
183 1 Laurent GUERBY
http://www.amazon.fr/Buffalo-AirStation-Nfiniti-HighPower-Broadband/dp/B005584W2E/ref=sr_1_1?ie=UTF8&qid=1327222358&sr=8-1
184 373 Laurent GUERBY
barrier breaker : https://fiat-tux.fr/2015/06/03/mise-a-jour-dopenwrt-sur-buffalo-wbmr-hp-g300h/
185 1 Laurent GUERBY
186 369 Laurent GUERBY
* WBMR-HP-G300H https://www.mail-archive.com/cerowrt-devel@lists.bufferbloat.net/msg03053.html
187 369 Laurent GUERBY
188 138 Laurent GUERBY
Test et tutorial aquilenet : https://atelier.aquilenet.fr/projects/adsl/wiki/Buffalo_WBMR-HP-G300H_+_OpenWRT_%28modem-routeur_ADSl_%C3%A0_80%E2%82%AC%29
189 138 Laurent GUERBY
190 374 Laurent GUERBY
* http://libwalk.so/flasher-un-modem-routeur-buffalo-wbmr-hp-g300h-avec-openwrt/
191 374 Laurent GUERBY
* bug dhcpv6 barrier breaker https://dev.openwrt.org/ticket/12888
192 138 Laurent GUERBY
193 34 Laurent Lau
h2. Shorewall
194 34 Laurent Lau
195 35 Laurent Lau
Via Laurent B. http://www.shorewall.net/MultiISP.html
196 132 bikepunk bikepunk
La répartition de charge se fait dans un fichier de conf "tcrules". On peut dédier des protocoles par FAI (http descendant Tetaneutral, ssh Free, dns SFR) si un lien tombe le trafic est redirigé sur un FAI toujours UP.
197 132 bikepunk bikepunk
Le backup est transparent les liens ISP sont monitorés si un tombe tout le trafic est redirigé vers les liens ISP up restant via Link Status Monitor http://lsm.foobar.fi/. Le principe est de pinguer des ip définies dans un fichier de configuration (exemple le premier ou second hop de chaque FAI) via l'interface réseau qui route vers ce FAI. A détection de changement d'état du lien un script est exécuté. (dans notre cas le script exécute une reconf shorewall)
198 34 Laurent Lau
199 74 Laurent GUERBY
h2. DD-WRT
200 74 Laurent GUERBY
201 74 Laurent GUERBY
hardware list
202 74 Laurent GUERBY
http://www.dd-wrt.com/wiki/index.php/Supported_Devices
203 74 Laurent GUERBY
204 78 Laurent GUERBY
VLAN support
205 78 Laurent GUERBY
http://www.dd-wrt.com/wiki/index.php/VLAN_Detached_Networks_(Separate_Networks_With_Internet)
206 78 Laurent GUERBY
207 111 Laurent GUERBY
h2. Mikrotik RB750GL
208 111 Laurent GUERBY
209 111 Laurent GUERBY
* http://routerboard.com/RB750GL
210 111 Laurent GUERBY
* openwrt sur RB750GL http://philpep.org/blog/openwrt-sur-rb750gl
211 112 Laurent GUERBY
** http://www.ericconrad.com/2012/05/installing-openwrt-on-routerboard-750gl.html
212 78 Laurent GUERBY
213 39 Laurent GUERBY
h2. Netgear WNDR3700 v2
214 13 Laurent GUERBY
215 39 Laurent GUERBY
Article LWN sur openwrt http://lwn.net/Articles/451837/
216 31 Laurent GUERBY
217 132 bikepunk bikepunk
Modele recommandé par l'article Wifi 2.4 et 5, attention prendre la v2 http://wiki.openwrt.org/toh/netgear/wndr3700
218 1 Laurent GUERBY
219 39 Laurent GUERBY
A noter les efforts de bufferbloat sur cerowrt, pas mal de boulot bas niveau :
220 1 Laurent GUERBY
221 39 Laurent GUERBY
https://www.bufferbloat.net/projects/bloat
222 39 Laurent GUERBY
http://www.bufferbloat.net/projects/cerowrt/wiki/Building_Cerowrt_on_your_own_machine
223 39 Laurent GUERBY
http://www.bufferbloat.net/projects/uberwrt/wiki/Hardware_evaluation
224 39 Laurent GUERBY
http://www.bufferbloat.net/projects/bismark/wiki/Wndr3700v2
225 1 Laurent GUERBY
226 39 Laurent GUERBY
80-100 euros
227 1 Laurent GUERBY
228 39 Laurent GUERBY
h2. TP-Link TL-WR1043ND
229 1 Laurent GUERBY
230 1 Laurent GUERBY
http://wiki.openwrt.org/toh/tp-link/tl-wr1043nd
231 1 Laurent GUERBY
Simulateur en ligne de l'interface du TL-WR1043ND ici : http://www.tp-link.com/simulator/tl-wr1043nd/index.htm
232 1 Laurent GUERBY
233 132 bikepunk bikepunk
Tests de Cazères éthique de OpenWRT sur TP-LINK WR-1043ND
234 39 Laurent GUERBY
[[Test OpenWRT sur TP-LINK WR-1043ND]]
235 1 Laurent GUERBY
236 39 Laurent GUERBY
45 euros
237 1 Laurent GUERBY
238 68 Laurent GUERBY
h2. TP-LINK TL-WR2543ND
239 68 Laurent GUERBY
240 68 Laurent GUERBY
* dual band 2.4 et 5 3x RP-SMA
241 68 Laurent GUERBY
* SOC AR7242@400MHz	 flash=8MB RAM=64MB Gbit=4x1 USB=Yes
242 68 Laurent GUERBY
* ethernet RTL8367R
243 68 Laurent GUERBY
* wifi AR9380 3x3 MIMO 450 Mbps 
244 68 Laurent GUERBY
* http://wiki.openwrt.org/toh/tp-link/tl-wr2543nd
245 68 Laurent GUERBY
* 60-80 euros http://www.redcoon.fr/B339082-TP-LINK-TL-WR2543ND_Routeur
246 68 Laurent GUERBY
247 110 Laurent GUERBY
h2. TP-Link TL-WDR3600
248 110 Laurent GUERBY
249 110 Laurent GUERBY
* altermundi DIY dual band box + antenna : http://docs.altermundi.net/RedesMiniMaxi/MontajeDeUnNodo
250 110 Laurent GUERBY
* http://wiki.openwrt.org/toh/tp-link/tl-wdr3600
251 110 Laurent GUERBY
* http://www.ldlc.com/fiche/PB00133553.html
252 381 Laurent GUERBY
*
253 110 Laurent GUERBY
254 75 Laurent GUERBY
h2. TP-LINK TL-WDR4300
255 75 Laurent GUERBY
256 75 Laurent GUERBY
http://wiki.openwrt.org/toh/tp-link/tl-wdr4300
257 75 Laurent GUERBY
https://forum.openwrt.org/viewtopic.php?id=36534
258 142 Laurent GUERBY
VLAN support patch https://dev.openwrt.org/ticket/12181  
259 68 Laurent GUERBY
260 115 Laurent GUERBY
Note battlemesh
261 115 Laurent GUERBY
262 115 Laurent GUERBY
<pre>
263 115 Laurent GUERBY
From: 	Bastian Bittorf <bittorf@bluebottle.com>
264 115 Laurent GUERBY
Reply-to: 	Battle of the Mesh Mailing List <battlemesh@ml.ninux.org>
265 115 Laurent GUERBY
To: 	Battle of the Mesh Mailing List <battlemesh@ml.ninux.org>
266 115 Laurent GUERBY
Subject: 	Re: [Battlemesh] netgear 2.4ghz and 5ghz at wbm?
267 115 Laurent GUERBY
Date: 	Sat, 6 Jul 2013 10:20:41 +0200
268 115 Laurent GUERBY
269 115 Laurent GUERBY
We used a lot of TP-LINK TL-WDR4300, but i prefer now
270 115 Laurent GUERBY
to TP-LINK TL-WDR4900 v1 - which has a better antenna-design.
271 1 Laurent GUERBY
</pre>
272 381 Laurent GUERBY
273 381 Laurent GUERBY
Testé par sileht pour couper et remettre l'USB sur dlcnas-gw :
274 381 Laurent GUERBY
https://wiki.openwrt.org/doc/howto/usb.overview
275 381 Laurent GUERBY
<pre>
276 381 Laurent GUERBY
 echo 0 > /sys/class/gpio/gpio21/value
277 381 Laurent GUERBY
 echo 0 > /sys/class/gpio/gpio22/value
278 381 Laurent GUERBY
 echo 1 > /sys/class/gpio/gpio21/value
279 381 Laurent GUERBY
 echo 1 > /sys/class/gpio/gpio22/value
280 381 Laurent GUERBY
</pre>
281 381 Laurent GUERBY
282 361 Laurent GUERBY
283 361 Laurent GUERBY
h2. MiniPCIe
284 361 Laurent GUERBY
285 361 Laurent GUERBY
https://www.globalscaletechnologies.com/p-58-mirabox-development-kit.aspx
286 361 Laurent GUERBY
http://soekris.com/products/net6801-1.html
287 361 Laurent GUERBY
http://www.gateworks.com/
288 362 Laurent GUERBY
http://linuxgizmos.com/tiny-open-source-board-runs-linux-on-i-mx6/
289 364 Laurent GUERBY
http://www.compexshop.com/index.php/cPath/104_106
290 362 Laurent GUERBY
291 361 Laurent GUERBY
http://shop.hauser.lu/cables-connecteurs/178-cable-coaxial-sat-reseau-cat6.html
292 115 Laurent GUERBY
293 363 Laurent GUERBY
https://wikidevi.com/wiki/List_of_802.11ac_Hardware
294 363 Laurent GUERBY
295 358 Laurent GUERBY
h2. Linksys EA6900
296 358 Laurent GUERBY
297 358 Laurent GUERBY
* 802.11ac
298 358 Laurent GUERBY
299 358 Laurent GUERBY
h2. NETGEAR R7000 
300 358 Laurent GUERBY
301 358 Laurent GUERBY
* aka Nighthawk
302 358 Laurent GUERBY
* 802.11ac
303 358 Laurent GUERBY
304 108 Laurent GUERBY
h2. TP-Link Archer C7 AC1750 
305 108 Laurent GUERBY
306 140 Laurent GUERBY
* http://wiki.openwrt.org/toh/tp-link/tl-wdr7500
307 109 Laurent GUERBY
* http://www.tp-link.com/en/products/details/?model=Archer+C7
308 108 Laurent GUERBY
* http://forums.overclockers.co.uk/showthread.php?p=24424655
309 108 Laurent GUERBY
* 802.11ac
310 140 Laurent GUERBY
* http://www.newegg.com/Product/Product.aspx?Item=N82E16833704177
311 140 Laurent GUERBY
* https://forum.openwrt.org/viewtopic.php?id=44201
312 108 Laurent GUERBY
313 382 Laurent GUERBY
314 382 Laurent GUERBY
USB power control :
315 382 Laurent GUERBY
<pre>
316 382 Laurent GUERBY
echo 0 > /sys/devices/platform/ath79-gpio/gpio/gpio21/value
317 382 Laurent GUERBY
echo 0 > /sys/devices/platform/ath79-gpio/gpio/gpio22/value
318 382 Laurent GUERBY
</pre>
319 382 Laurent GUERBY
320 359 Laurent GUERBY
h2. ASUS RT-AC68U
321 1 Laurent GUERBY
322 359 Laurent GUERBY
* 802.11ac
323 1 Laurent GUERBY
324 140 Laurent GUERBY
h2. Sitecom WLR-8100
325 1 Laurent GUERBY
326 140 Laurent GUERBY
* Disponible ?
327 140 Laurent GUERBY
* http://wiki.openwrt.org/toh/sitecom/wlr-8100
328 140 Laurent GUERBY
* 802.11ac
329 1 Laurent GUERBY
330 353 Laurent GUERBY
h2. Linksys WRT1900AC
331 353 Laurent GUERBY
332 353 Laurent GUERBY
* http://wiki.openwrt.org/toh/linksys/wrt1900ac
333 356 Laurent GUERBY
* http://www.smallnetbuilder.com/wireless/wireless-reviews/32393-linksys-wrt1900ac-ac1900-dual-band-wireless-router-review
334 353 Laurent GUERBY
* https://forum.openwrt.org/viewtopic.php?id=50173
335 353 Laurent GUERBY
** The most important part that is still missing is a usable driver for the Marvell 802.11ac wireless chipset. Belkin is working on fixing this, but they have not given us an estimation on when such a driver will be provided.
336 354 Laurent GUERBY
* update : https://lists.openwrt.org/pipermail/openwrt-devel/2014-April/024945.html
337 354 Laurent GUERBY
** Quick update on this subject: Linksys has now posted a GPL source for the WRT1900AC, and it contains the wifi driver sources. It appears to me, that this driver was properly licensed under GPL, with proper license headers in all source files.
338 355 Laurent GUERBY
* 270 euros
339 355 Laurent GUERBY
* http://www.ldlc.com/fiche/PB00164581.html
340 355 Laurent GUERBY
* http://www.materiel.net/routeur-adsl/linksys-routeur-gigabit-ac1900-wrt1900ac-102387.html
341 355 Laurent GUERBY
** 4 antennes externes réglables pour une couverture Wi-Fi AC exceptionnelle
342 355 Laurent GUERBY
** Processeur ARM double-cœur 1,2 GHz qui prend en charge plusieurs utilisateurs et périphériques pour éviter les interruptions
343 355 Laurent GUERBY
** 128Mo flash
344 355 Laurent GUERBY
** 265Mo RAM en DDR3
345 355 Laurent GUERBY
** 4 ports LAN gigabit et 1 port WAN gigabit pour les connexions filaires ultra-rapides
346 355 Laurent GUERBY
** Technologie de formation de faisceau (3 faisceaux spaciaux)
347 355 Laurent GUERBY
** Port USB 3.0
348 355 Laurent GUERBY
** Un port combo eSATA/USB 2.0
349 353 Laurent GUERBY
* 802.11ac
350 353 Laurent GUERBY
351 357 Laurent GUERBY
h2. compex WLE900VX
352 1 Laurent GUERBY
353 357 Laurent GUERBY
354 357 Laurent GUERBY
* mini PCIe
355 357 Laurent GUERBY
* https://bbs.archlinux.org/viewtopic.php?id=173899
356 357 Laurent GUERBY
* http://www.amazon.de/dp/B004LB714M
357 357 Laurent GUERBY
* http://www.ebay.com/itm/Compex-WLE900V5-23-802-11ac-3-3MIMO-5GHz-MINI-PCIE-Qualcomm-Atheros-QCA9880-mmcx-/200995811154?pt=US_Internal_Network_Cards&hash=item2ecc48af52
358 357 Laurent GUERBY
* 802.11ac
359 352 Laurent GUERBY
360 1 Laurent GUERBY
h2. Ubiquiti
361 1 Laurent GUERBY
362 132 bikepunk bikepunk
Tests de Cazères éthique peu concluants en portée et ad hoc sur LocoM2 ?
363 132 bikepunk bikepunk
[[Essai d'intégration des NS Loco M2 dans le réseau de Ricoré de Cazères Éthique]]
364 108 Laurent GUERBY
365 108 Laurent GUERBY
h2. TP-Link TL-WR340G 
366 12 Laurent GUERBY
367 12 Laurent GUERBY
14.08 euros livré chez interprojekt.com.pl, pas facile pour openwrt (2MB flash)
368 73 Laurent GUERBY
Liste de matériel
369 1 Laurent GUERBY
http://wiki.funkfeuer.at/index.php/Hardware
370 132 bikepunk bikepunk
371 132 bikepunk bikepunk
h2. Netgear WNDR3800
372 73 Laurent GUERBY
373 1 Laurent GUERBY
Testé sous openwrt par Olivier Le Brouster de grenode, VLAN support ok
374 1 Laurent GUERBY
http://wiki.openwrt.org/toh/netgear/wndr3800
375 1 Laurent GUERBY
http://www.smallnetbuilder.com/wireless/wireless-reviews/31593-new-to-the-charts-netgear-wndr3800-n600-wireless-dual-band-gigabit-router-premium-edition
376 137 bikepunk bikepunk
377 137 bikepunk bikepunk
378 1 Laurent GUERBY
h2. Buffalo WHR-G54S
379 1 Laurent GUERBY
380 1 Laurent GUERBY
http://wiki.openwrt.org/toh/buffalo/whr-g54s
381 1 Laurent GUERBY
382 132 bikepunk bikepunk
le serveur tftp était sur 192.168.1.1
383 132 bikepunk bikepunk
installé backfire brcm47xx avec atftp
384 132 bikepunk bikepunk
image utilisée :
385 107 bikepunk bikepunk
http://downloads.openwrt.org/backfire/10.03.1/brcm47xx/openwrt-brcm47xx-squashfs.trx
386 107 bikepunk bikepunk
387 132 bikepunk bikepunk
h2. Linksys WRT54GL
388 132 bikepunk bikepunk
389 132 bikepunk bikepunk
http://wiki.openwrt.org/toh/linksys/wrt54g
390 132 bikepunk bikepunk
image utilisée : 
391 132 bikepunk bikepunk
http://downloads.openwrt.org/backfire/10.03.1/brcm-2.4/openwrt-wrt54g-squashfs.bin
392 132 bikepunk bikepunk
On peut le flasher avec l'interface web Linksys ou DD-WRT sans souci.
393 132 bikepunk bikepunk
la [[Openwrt#Procedure-Openwrt|Procédure pour les 740N]] fonctionne, il y a la place pour le support IPv6
394 132 bikepunk bikepunk
395 113 bikepunk bikepunk
h2. D-Link HorstBox
396 65 Laurent GUERBY
397 65 Laurent GUERBY
http://www.conrad-uk.com/ce/en/product/923438/D-Link-HorstBox
398 1 Laurent GUERBY
399 84 Julien Aubé
Via obinou, chipset ADSL libre  Lantiq comme le buffalo-
400 84 Julien Aubé
401 132 bikepunk bikepunk
Erreur: Le HorstBox a un chipset Lantiq trop vieux et non supporté par OpenWRT (pas nativement du moins).
402 84 Julien Aubé
403 84 Julien Aubé
h2. British Telecom Home Hub v3a
404 84 Julien Aubé
405 84 Julien Aubé
http://wiki.openwrt.org/toh/bt/homehub.3.0
406 84 Julien Aubé
http://www.psidoc.com/index.php
407 84 Julien Aubé
http://wiki.openwrt.org/toh/bt/start
408 84 Julien Aubé
409 84 Julien Aubé
Trouvable pour pas cher sur ebay.co.uk , ex:
410 84 Julien Aubé
http://www.ebay.co.uk/itm/BT-HOME-HUB-3-WIRELESS-ROUTER-Excellent-Condition-/181044850411?pt=UK_Computing_Wireless_Routers&hash=item2a271d2eeb
411 84 Julien Aubé
(recherche HOME HUB 3)
412 84 Julien Aubé
413 132 bikepunk bikepunk
Basé sur un chipset Lantiq, boote Openwrt (presque) jusqu'au bout. 
414 132 bikepunk bikepunk
Attention, très difficile à souder le port série et la pin de contrôle de boot processeur (Il faut avoir l'habitude)
415 84 Julien Aubé
416 144 Laurent GUERBY
h2. TP-Link TL-WR841N
417 144 Laurent GUERBY
418 144 Laurent GUERBY
* http://wiki.openwrt.org/toh/tp-link/tl-wr841nd
419 144 Laurent GUERBY
* MIMO
420 145 Baptiste Jonglez
* antennes intégrées : très bon gain (traverse plusieurs murs en béton)
421 144 Laurent GUERBY
* 19.90 euros sur LDLC pour le 841N http://www.ldlc.com/fiche/PB00143539.html
422 144 Laurent GUERBY
* 29.90 euros pour la version antennes detachables 841ND http://www.ldlc.com/fiche/PB00108423.html
423 1 Laurent GUERBY
424 145 Baptiste Jonglez
* bug switch sur 12.09, cause des problèmes IPv6, patch dispo :
425 144 Laurent GUERBY
** https://dev.openwrt.org/ticket/15448
426 65 Laurent GUERBY
427 48 Laurent GUERBY
h2. TP-Link TL-WR740N
428 48 Laurent GUERBY
429 368 Laurent GUERBY
* bug ar71xx: wr741nd wifi crash after some time https://dev.openwrt.org/ticket/13681
430 49 Laurent GUERBY
* http://wiki.openwrt.org/toh/tp-link/tl-wr740n
431 49 Laurent GUERBY
* https://dev.openwrt.org/ticket/10492
432 49 Laurent GUERBY
* http://www.magicpc.fr/Routeur/Tp-link_TL-WR740N/p-22121/
433 49 Laurent GUERBY
* http://doc.rhizome-fai.net/doku.php?id=howto:deploiement:point_relais_switch
434 49 Laurent GUERBY
* http://doc.rhizome-fai.net/doku.php?id=technique:materiel:ap_interieurs:tp-link_wr740n
435 1 Laurent GUERBY
* http://phobosk.wordpress.com/2012/10/21/how-to-turn-your-tp-link-tl-wrt740n-router-into-a-fully-functional-one-using-openwrt/
436 360 Laurent GUERBY
437 360 Laurent GUERBY
* solderless serial : http://hackaday.com/2014/04/29/solderless-tag-connect-for-flashing-routers/
438 360 Laurent GUERBY
** https://github.com/IRNAS/SolRouterSer
439 360 Laurent GUERBY
** http://irnas.eu/projects.html
440 48 Laurent GUERBY
441 370 Laurent GUERBY
Via sileht liste des packages openwrt
442 370 Laurent GUERBY
<pre>
443 370 Laurent GUERBY
curl http://downloads.openwrt.org/snapshots/trunk/ar71xx/config | sed -n 's/^CONFIG_PACKAGE_\(.*\)=y/\1/gp' | xargs
444 370 Laurent GUERBY
</pre>
445 370 Laurent GUERBY
446 96 Laurent GUERBY
<pre>
447 96 Laurent GUERBY
Firmware Version:	
448 96 Laurent GUERBY
3.12.11 Build 120320 Rel.51047n
449 96 Laurent GUERBY
Hardware Version:	
450 96 Laurent GUERBY
WR740N v4 00000000
451 97 Laurent GUERBY
DEfault IP 192.168.0.1
452 97 Laurent GUERBY
login: admin
453 97 Laurent GUERBY
pass: admin or empty
454 96 Laurent GUERBY
</pre>
455 96 Laurent GUERBY
456 101 Laurent GUERBY
* squahfs vs jffs2 
457 101 Laurent GUERBY
** http://wiki.openwrt.org/doc/techref/flash.layout
458 101 Laurent GUERBY
** http://wiki.openwrt.org/doc/techref/filesystems
459 101 Laurent GUERBY
** squashfs failsafe  http://wiki.openwrt.org/doc/howto/generic.failsafe
460 101 Laurent GUERBY
** squashfs compressed readonly and has additional jffs2 for write and overwrite (hence good failsafe back to read-only)
461 101 Laurent GUERBY
** jffs2 will end up smaller if lots of original files modified but has no good failsafe
462 101 Laurent GUERBY
** we recommand squashfs
463 101 Laurent GUERBY
464 1 Laurent GUERBY
* Firmware:
465 100 Laurent GUERBY
** a flasher via l'upgrade tplink : http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/openwrt-ar71xx-generic-tl-wr740n-v4-squashfs-factory.bin
466 97 Laurent GUERBY
** ensuite IP 192.168.1.1 login root password vide
467 98 Laurent GUERBY
** filesystem
468 98 Laurent GUERBY
<pre>
469 98 Laurent GUERBY
root@OpenWrt:~# df -h
470 98 Laurent GUERBY
Filesystem                Size      Used Available Use% Mounted on
471 98 Laurent GUERBY
rootfs                    1.1M    212.0K    876.0K  19% /
472 98 Laurent GUERBY
/dev/root                 2.0M      2.0M         0 100% /rom
473 98 Laurent GUERBY
tmpfs                    14.3M    132.0K     14.1M   1% /tmp
474 98 Laurent GUERBY
tmpfs                   512.0K         0    512.0K   0% /dev
475 98 Laurent GUERBY
root                     14.3M     40.0K     14.2M   0% /tmp/root
476 98 Laurent GUERBY
overlayfs:/tmp/root      14.3M     40.0K     14.2M   0% /tmp/root
477 98 Laurent GUERBY
/dev/mtdblock3            1.1M    212.0K    876.0K  19% /overlay
478 98 Laurent GUERBY
overlayfs:/overlay        1.1M    212.0K    876.0K  19% /
479 1 Laurent GUERBY
</pre>
480 96 Laurent GUERBY
481 371 bikepunk bikepunk
* Reset hardware :
482 371 bikepunk bikepunk
http://wiki.openwrt.org/doc/howto/generic.failsafe
483 371 bikepunk bikepunk
<pre>
484 371 bikepunk bikepunk
1.éteindre le 740N, brancher un cable ethernet sur un port jaune, allumer le 740N, prendre une ip
485 371 bikepunk bikepunk
#ip a a 192.168.1.2/24 dev eth0
486 371 bikepunk bikepunk
487 371 bikepunk bikepunk
2.quand la led "en étoile" s'allumer, appuyer sur le boutton reset
488 371 bikepunk bikepunk
puis se connecter en telnet au routeur
489 371 bikepunk bikepunk
#telnet 192.168.1.1
490 371 bikepunk bikepunk
491 371 bikepunk bikepunk
3.pour monter la flash :
492 371 bikepunk bikepunk
#mount_root
493 371 bikepunk bikepunk
puis pour resetter les paramètres d'origine :
494 371 bikepunk bikepunk
#firstboot
495 371 bikepunk bikepunk
pour changer le mot de passe :
496 371 bikepunk bikepunk
#passwd
497 371 bikepunk bikepunk
</pre>
498 371 bikepunk bikepunk
499 372 Laurent GUERBY
Pour revenir au firmware constructeur :
500 372 Laurent GUERBY
501 372 Laurent GUERBY
<pre>
502 372 Laurent GUERBY
cd /tmp
503 372 Laurent GUERBY
mv wr741nv4_en_3_17_0_up_boot(140410).bin orig.bin
504 372 Laurent GUERBY
dd if=orig.bin of=tplink.bin skip=257 bs=512
505 372 Laurent GUERBY
mtd -r write /tmp/tplink.bin firmware
506 372 Laurent GUERBY
</pre>
507 372 Laurent GUERBY
508 103 Laurent GUERBY
h3. Procedure Openwrt
509 103 Laurent GUERBY
510 103 Laurent GUERBY
<pre>
511 103 Laurent GUERBY
En partant d'un TP-Link 740N configuration usine
512 103 Laurent GUERBY
513 116 Laurent GUERBY
ATTENTION : bien verifier la version materielle sur l'etiquette sous le routeur elle doit etre 4.x
514 116 Laurent GUERBY
(4.23 a 4.26 ont ete teste par ttnn)
515 116 Laurent GUERBY
516 103 Laurent GUERBY
brancher sur ethernet port jaune dhclient ou wifi SSID TP_LINK_MAC
517 103 Laurent GUERBY
brancher LAN de l'antenne sur le port bleu
518 103 Laurent GUERBY
l'ip defaut du TP-Link usine est 192.168.0.1/24
519 103 Laurent GUERBY
soit ip statique soit dhclient (soit wifi)
520 103 Laurent GUERBY
login admin
521 103 Laurent GUERBY
pass admin
522 103 Laurent GUERBY
menu system / firmware upgrade
523 103 Laurent GUERBY
choose file => ... openwrt-ar71xx-generic-tl-wr740n-v4-squashfs-factory.bin
524 103 Laurent GUERBY
clic upgrade
525 103 Laurent GUERBY
526 103 Laurent GUERBY
Le 740N est sous openwrt
527 103 Laurent GUERBY
528 103 Laurent GUERBY
supprimer la lease DHCP et en reprendre une
529 103 Laurent GUERBY
530 103 Laurent GUERBY
ip defaut openwrt 192.168.1.1/24 wifi desactive
531 103 Laurent GUERBY
login: root
532 103 Laurent GUERBY
pas de password
533 103 Laurent GUERBY
534 103 Laurent GUERBY
menu System/admin
535 103 Laurent GUERBY
changer le pass avec le pass standard ttnn
536 103 Laurent GUERBY
save and apply
537 103 Laurent GUERBY
538 103 Laurent GUERBY
menu network/interfaces
539 103 Laurent GUERBY
wan edit
540 103 Laurent GUERBY
protocol static address
541 103 Laurent GUERBY
clic sur switch protocol
542 103 Laurent GUERBY
ipv4 91.224.149.xxx
543 103 Laurent GUERBY
netmask 255.255.255.0
544 103 Laurent GUERBY
gw 91.224.149.254
545 103 Laurent GUERBY
custom DNS 91.224.149.254
546 125 Laurent GUERBY
clic plus DNS 8.8.8.8
547 103 Laurent GUERBY
save and apply
548 103 Laurent GUERBY
549 103 Laurent GUERBY
menu network/wifi
550 125 Laurent GUERBY
551 125 Laurent GUERBY
clic enable
552 103 Laurent GUERBY
clic edit
553 103 Laurent GUERBY
onglet general setup
554 103 Laurent GUERBY
ESSID tetaneutral.net
555 103 Laurent GUERBY
onglet wireless security
556 103 Laurent GUERBY
transmit power 20 dBm = 100 mW
557 103 Laurent GUERBY
wireless network enable
558 103 Laurent GUERBY
WPA2-PSK
559 103 Laurent GUERBY
key : mot de passe wifi standard ttnn
560 103 Laurent GUERBY
save and apply
561 103 Laurent GUERBY
562 103 Laurent GUERBY
onglet advanced settings
563 103 Laurent GUERBY
country code : FR
564 103 Laurent GUERBY
save and apply
565 1 Laurent GUERBY
566 125 Laurent GUERBY
menu network/interfaces
567 125 Laurent GUERBY
lan edit
568 125 Laurent GUERBY
ipv4 address a changer 192.168.xxx.1
569 125 Laurent GUERBY
dhcp server parametres a changer eventuellement
570 125 Laurent GUERBY
save and apply
571 125 Laurent GUERBY
572 125 Laurent GUERBY
menu network/firewall
573 125 Laurent GUERBY
onglet traffic rules
574 125 Laurent GUERBY
Open ports on router:
575 125 Laurent GUERBY
name: SSH protocol TCP external port 22 clic Add
576 125 Laurent GUERBY
save and apply
577 125 Laurent GUERBY
578 125 Laurent GUERBY
maintenant le net marche en IPv4 et l'acces ssh externe est actif donc on peut installer des pkg
579 103 Laurent GUERBY
test debrancher/rebrancher electriquement
580 103 Laurent GUERBY
581 103 Laurent GUERBY
menu system/software
582 124 Laurent GUERBY
click update list
583 104 Laurent GUERBY
Download and install package: : kmod-ipv6 radvd ip kmod-ip6tables ip6tables luci-app-radvd
584 103 Laurent GUERBY
clic sur ok
585 117 Laurent GUERBY
before Free space: 81% (876.00 KB)
586 1 Laurent GUERBY
after Free space: 39% (420.00 KB)
587 124 Laurent GUERBY
588 124 Laurent GUERBY
Installing kmod-ipv6 (3.3.8-1) to root...
589 124 Laurent GUERBY
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/kmod-ipv6_3.3.8-1_ar71xx.ipk.
590 124 Laurent GUERBY
Configuring kmod-ipv6.
591 124 Laurent GUERBY
Installing radvd (1.9.1-2) to root...
592 124 Laurent GUERBY
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/radvd_1.9.1-2_ar71xx.ipk.
593 124 Laurent GUERBY
Installing libdaemon (0.14-2) to root...
594 124 Laurent GUERBY
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/libdaemon_0.14-2_ar71xx.ipk.
595 124 Laurent GUERBY
Configuring libdaemon.
596 124 Laurent GUERBY
Configuring radvd.
597 124 Laurent GUERBY
Installing ip (3.3.0-1) to root...
598 124 Laurent GUERBY
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/ip_3.3.0-1_ar71xx.ipk.
599 124 Laurent GUERBY
Configuring ip.
600 124 Laurent GUERBY
Installing kmod-ip6tables (3.3.8-1) to root...
601 124 Laurent GUERBY
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/kmod-ip6tables_3.3.8-1_ar71xx.ipk.
602 124 Laurent GUERBY
Configuring kmod-ip6tables.
603 124 Laurent GUERBY
Installing ip6tables (1.4.10-4) to root...
604 124 Laurent GUERBY
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/ip6tables_1.4.10-4_ar71xx.ipk.
605 1 Laurent GUERBY
Installing libip6tc (1.4.10-4) to root...
606 124 Laurent GUERBY
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/libip6tc_1.4.10-4_ar71xx.ipk.
607 124 Laurent GUERBY
Configuring libip6tc.
608 124 Laurent GUERBY
Configuring ip6tables.
609 124 Laurent GUERBY
Installing luci-app-radvd (0.11.1-1) to root...
610 124 Laurent GUERBY
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/luci-app-radvd_0.11.1-1_ar71xx.ipk.
611 124 Laurent GUERBY
Configuring luci-app-radvd.
612 103 Laurent GUERBY
613 103 Laurent GUERBY
menu network/interfaces
614 103 Laurent GUERBY
wan edit
615 103 Laurent GUERBY
send router solicitation : off
616 103 Laurent GUERBY
ipv6 address 2a01:6600:8081:xx00::1/56
617 118 Laurent GUERBY
ipv6 gateway fe80::31
618 118 Laurent GUERBY
save and apply
619 118 Laurent GUERBY
620 118 Laurent GUERBY
menu network/interfaces
621 118 Laurent GUERBY
add new interface
622 118 Laurent GUERBY
name: wan6
623 118 Laurent GUERBY
statcic adress
624 1 Laurent GUERBY
cover the following : Ethernet Adapter: "eth1" wan
625 1 Laurent GUERBY
IPv6: fe80::81:XX/64
626 1 Laurent GUERBY
IPv4: 172.31.31.zz si necessaire
627 1 Laurent GUERBY
628 118 Laurent GUERBY
629 118 Laurent GUERBY
menu network/interfaces
630 126 Laurent GUERBY
lan edit
631 118 Laurent GUERBY
general setup
632 1 Laurent GUERBY
send router solicitation : off
633 118 Laurent GUERBY
ipv6 address 2a01:6600:8081:xx01::1/64
634 118 Laurent GUERBY
save and apply
635 118 Laurent GUERBY
636 118 Laurent GUERBY
menu network/radvd
637 104 Laurent GUERBY
interface enable
638 103 Laurent GUERBY
prefix enable (2a01... should be present)
639 103 Laurent GUERBY
route enable (idem)
640 103 Laurent GUERBY
641 103 Laurent GUERBY
save and apply
642 125 Laurent GUERBY
643 1 Laurent GUERBY
644 103 Laurent GUERBY
reboot
645 103 Laurent GUERBY
646 119 Laurent GUERBY
sur h3 ajouter le routage du /56 vers fe80::81:xx
647 103 Laurent GUERBY
648 132 bikepunk bikepunk
A ce niveau ipv6 est actif mais tous les ports entrants sont filtrés par le 740N, seul ping6 passe
649 103 Laurent GUERBY
</pre>
650 103 Laurent GUERBY
651 103 Laurent GUERBY
h3. Old Procedure
652 100 Laurent GUERBY
653 1 Laurent GUERBY
* Upgrade firmware:
654 100 Laurent GUERBY
wget http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/openwrt-ar71xx-generic-tl-wr740n-v4-squashfs-sysupgrade.bin -O /tmp/upgrade.bin
655 91 Mehdi Abaakouk
sysupgrade -v /tmp/upgrade.bin 
656 90 Mehdi Abaakouk
* ipv6:
657 100 Laurent GUERBY
http://wiki.openwrt.org/doc/howto/ipv6.essentials
658 100 Laurent GUERBY
$ opkg install ip kmod-ipv6 radvd kmod-ip6tables ip6tables
659 102 Laurent GUERBY
660 102 Laurent GUERBY
reboot, new filesystem use:
661 102 Laurent GUERBY
662 102 Laurent GUERBY
<pre>
663 102 Laurent GUERBY
root@OpenWrt:~# df -h
664 1 Laurent GUERBY
Filesystem                Size      Used Available Use% Mounted on
665 102 Laurent GUERBY
rootfs                    1.1M    624.0K    464.0K  57% /
666 102 Laurent GUERBY
/dev/root                 2.0M      2.0M         0 100% /rom
667 102 Laurent GUERBY
tmpfs                    14.3M    452.0K     13.8M   3% /tmp
668 102 Laurent GUERBY
tmpfs                   512.0K         0    512.0K   0% /dev
669 102 Laurent GUERBY
/dev/mtdblock3            1.1M    624.0K    464.0K  57% /overlay
670 102 Laurent GUERBY
overlayfs:/overlay        1.1M    624.0K    464.0K  57% /
671 90 Mehdi Abaakouk
672 90 Mehdi Abaakouk
</pre>
673 90 Mehdi Abaakouk
674 92 Mehdi Abaakouk
/etc/init.d/radvd enable
675 95 Mehdi Abaakouk
/etc/init.d/radvd start
676 92 Mehdi Abaakouk
677 1 Laurent GUERBY
Dans luci:
678 1 Laurent GUERBY
Network > Edit WAN, mettre l'ipv6 fe80::81:XX/64 et la gw6 en fe80::31 > Save
679 92 Mehdi Abaakouk
Network > Add New Interface, remplir avec:
680 92 Mehdi Abaakouk
Name: WAN6
681 92 Mehdi Abaakouk
Protocol: static
682 92 Mehdi Abaakouk
Interface: eth1
683 92 Mehdi Abaakouk
> Submit et remplir:
684 92 Mehdi Abaakouk
ipv6: 2a01:6600:8081:XX00::1/64
685 92 Mehdi Abaakouk
unckeck "Send router solicitations"
686 92 Mehdi Abaakouk
> clicuqer sur Firewall Setting 
687 92 Mehdi Abaakouk
Assign firewall-zone to "WAN"
688 93 Mehdi Abaakouk
> Save & Apply
689 93 Mehdi Abaakouk
690 93 Mehdi Abaakouk
* Ajout route pour tsf:
691 93 Mehdi Abaakouk
Network > Static Routes > Dans "static ipv4 routes", cliquer sur add et remplir:
692 92 Mehdi Abaakouk
WAN - 172.31.31.0 - 255.255.255.0 - - -
693 94 Mehdi Abaakouk
> Save & Apply
694 94 Mehdi Abaakouk
695 1 Laurent GUERBY
* Ajout ssh via le link local ipv6
696 94 Mehdi Abaakouk
Network > Firewall > Traffic Rules
697 94 Mehdi Abaakouk
Dans "Open ports on router:" remplir:
698 94 Mehdi Abaakouk
SSH - TCP - 22 
699 94 Mehdi Abaakouk
> Add
700 48 Laurent GUERBY
Remplir:
701 1 Laurent GUERBY
Destination address: fe80::81:XX
702 28 Julien Aubé
> Save & Apply
703 39 Laurent GUERBY
704 1 Laurent GUERBY
20 euros
705 54 Laurent GUERBY
706 1 Laurent GUERBY
h2. TP-Link TL-WR703N
707 1 Laurent GUERBY
708 132 bikepunk bikepunk
17 euros TTC livré, commande en asie uniquement
709 79 Laurent GUERBY
* http://www.volumerates.com/product/genuine-tp-link-tl-wr703n-150m-11n-mini-wifi-wireless-router-for-instant-wifi-connection-99273
710 80 Laurent GUERBY
* http://www.volumerates.com/product/tp-link-tl-wr703n-openwrt-compatible-pocket-11n-150m-3g-mobile-wireless-broadband-router--blue-ship-with-openwrt-pre-installed-upon-customers-request-103048
711 1 Laurent GUERBY
* ebay http://myworld.ebay.fr/hediko98/?_trksid=p4340.l2559
712 81 Alexandre Girard
* mod 64 MB RAM 8 MB flash : http://cgi.ebay.fr/TP-Link-TL-WR703N-Mod-64M-RAM-8M-Flash-/181029894943?pt=COMP_EN_Routers&hash=item2a2638fb1f
713 1 Laurent GUERBY
** https://github.com/grugq/portal (aussi TP-LINK MR11U   MR3040  MR3020 )
714 81 Alexandre Girard
** http://see.sl088.com/wiki/Laohliang163com%E7%9A%84WR703%E5%8D%87%E7%BA%A7 article original du modchip 64M
715 82 Alexandre Girard
** http://see.sl088.com/wiki/WR703_%E6%9B%B4%E6%8D%A264M_RAM quelques photos et instructions pour soudure du chip 64M
716 39 Laurent GUERBY
** http://see.sl088.com/wiki/WR703_PCB PCB WR703N
717 39 Laurent GUERBY
** solaire MR3020 https://apollo.open-resource.org/lab:argus
718 1 Laurent GUERBY
* http://embeddedtimes.blogspot.com/2011/09/tp-link-tl-wr703n-tiny-linux-capable.html
719 1 Laurent GUERBY
* OpenWRT Installation https://groups.google.com/forum/#!msg/village-telco-dev/UlGxUTlj9mM/nOMZKmoJmNUJ 
720 66 bikepunk bikepunk
* http://wiki.openwrt.org/toh/tp-link/tl-wr703n
721 66 bikepunk bikepunk
* https://forum.openwrt.org/viewtopic.php?id=31729
722 1 Laurent GUERBY
* http://www.instructables.com/id/How-to-set-up-OpenWRT-on-a-pocket-router-WR703N/
723 132 bikepunk bikepunk
* mettre un port série : http://wiki.villagetelco.org/index.php?title=Building_a_Serial_Port_for_TL-WR703N
724 132 bikepunk bikepunk
* Pirate box dédiée au 703n et MR 3020 http://www.jasongriffey.net/librarybox/index.html
725 71 Laurent GUERBY
* ajout USB et condensateur : https://forum.openwrt.org/viewtopic.php?id=34188
726 1 Laurent GUERBY
* http://www.techbrunch.fr/tutoriels/prise-en-main-du-routeur-tp-link-tl-wr703n/
727 1 Laurent GUERBY
* Arduino - Cheap wifi connectivity http://www.thebmwz3.co.uk/article.php?story=20120611144749730
728 1 Laurent GUERBY
* tuto install http://www.bluemarmot.net63.net/drupal/fr/node/30
729 1 Laurent GUERBY
** luci http://www.bluemarmot.net63.net/drupal/fr/node/31
730 1 Laurent GUERBY
** 3g http://www.bluemarmot.net63.net/drupal/fr/node/29
731 77 Laurent GUERBY
* boitier 3D printer http://www.thingiverse.com/thing:25257
732 85 Laurent GUERBY
* OSHW I/O expansion board http://www.kean.com.au/oshw/WR703N/
733 87 Laurent GUERBY
* Reverse-Engineering work on the TL-WR703N 150M 802.11n Wi-Fi Router. http://squonk42.github.com/TL-WR703N/
734 88 Fabien Dupont
* LCD USB screen http://hackaday.com/2013/01/07/adding-an-lcd-screen-terminal-for-tp-link-routers/
735 89 Fabien Dupont
* radio http://piie.net/index.php?section=tplink-radio
736 70 Laurent GUERBY
* minikrebs is an low-interaction special-purpose firmware generator for the TP-Link WR703N. http://shackspace.de/wiki/doku.php?id=project:minikrebs
737 99 Laurent GUERBY
* LibraryBox, un fork de PirateBox pour partager ses eBooks : http://jasongriffey.net/librarybox/
738 1 Laurent GUERBY
* http://penturalabs.wordpress.com/2013/04/25/blue-for-the-pineapple/
739 56 Laurent GUERBY
740 1 Laurent GUERBY
h2. OpenWRT Tools
741 52 Mehdi Abaakouk
742 132 bikepunk bikepunk
h3. Ajouter une jolie interface WEB à OpenWRT
743 44 Mehdi Abaakouk
744 50 Laurent GUERBY
<pre>opkg update
745 1 Laurent GUERBY
opkg install luci luci-mod-admin-full uhttpd
746 1 Laurent GUERBY
opkg list | grep luci-app # affiche la kliste des greffons pour luci
747 1 Laurent GUERBY
</pre>
748 52 Mehdi Abaakouk
749 132 bikepunk bikepunk
h3. Déport du bus usb sur une autre machine à l'aide de usbip
750 52 Mehdi Abaakouk
751 1 Laurent GUERBY
h4. Installation
752 52 Mehdi Abaakouk
753 132 bikepunk bikepunk
* Prérequis: les 2 machines doivent avoir a peu prêt le même kernel (ie: >= 3.1)
754 52 Mehdi Abaakouk
755 72 Mehdi Abaakouk
* Sur le WRT:
756 132 bikepunk bikepunk
-Il faut compile la partie userland de usbip pour cela il faut utilisé le patch:
757 72 Mehdi Abaakouk
https://lists.openwrt.org/pipermail/openwrt-devel/2012-April/014889.html
758 132 bikepunk bikepunk
Le package (prévu la version trunk (r31216) pour le matériel ar71xx) déjà prêt peux être télécharger ici : (A venir)-
759 72 Mehdi Abaakouk
760 51 Mehdi Abaakouk
C'est upstream maintenant https://dev.openwrt.org/changeset/32887/ !
761 52 Mehdi Abaakouk
762 52 Mehdi Abaakouk
* Sur l'autre machine:
763 132 bikepunk bikepunk
Il faudra sûrement compilé soit même la partie userland aussi, par exemple ubuntu 12.04 et debian wheezy non pas une version assez récent du soft
764 51 Mehdi Abaakouk
La partie userland de usbip se trouve dans les sources du kernel linux dans:
765 1 Laurent GUERBY
kernel/drivers/staging/usbip/userland
766 132 bikepunk bikepunk
Les dépendances sont automake, autoconf, libglib2.0-dev et libsysfs-dev
767 51 Mehdi Abaakouk
Pour le compiler: 
768 51 Mehdi Abaakouk
<pre>
769 51 Mehdi Abaakouk
./autogen.sh && ./configure && make && make install
770 51 Mehdi Abaakouk
</pre>
771 52 Mehdi Abaakouk
772 51 Mehdi Abaakouk
h4. Utilisation:
773 52 Mehdi Abaakouk
774 1 Laurent GUERBY
* sur le WRT: 
775 51 Mehdi Abaakouk
<pre>
776 1 Laurent GUERBY
usbipd &
777 132 bikepunk bikepunk
usbip list -l # pour voir la liste des périphériques disponible
778 132 bikepunk bikepunk
usbip bind -b 1-1 # pour rendre disponible sur le réseau le périphérique 1-1 
779 1 Laurent GUERBY
</pre>
780 52 Mehdi Abaakouk
781 1 Laurent GUERBY
* sur l'autre machine:
782 1 Laurent GUERBY
<pre>
783 1 Laurent GUERBY
modprobe usbip-core
784 1 Laurent GUERBY
modprobe usbip-host
785 1 Laurent GUERBY
modprobe vhci-hcd
786 132 bikepunk bikepunk
usbip list -r 192.168.1.2 # pour voir la liste des périphériques disponible sur 192.168.1.2
787 132 bikepunk bikepunk
usbip attach -h 192.168.1.2 -b 1-1 # pour attacher le périph 1-1 sur notre machine
788 132 bikepunk bikepunk
lsusb # on voit le nouveau périphérique usb
789 132 bikepunk bikepunk
usbip detach -p 0 # pour le détacher
790 51 Mehdi Abaakouk
</pre>
791 52 Mehdi Abaakouk
792 51 Mehdi Abaakouk
h3. booter OpenWRT en failsafe
793 52 Mehdi Abaakouk
794 51 Mehdi Abaakouk
http://wiki.openwrt.org/doc/howto/generic.failsafe
795 52 Mehdi Abaakouk
796 52 Mehdi Abaakouk
En gros appuyer plusieurs fois sur reset pendant l'allumage de l'appareil
797 52 Mehdi Abaakouk
Il bootera en mode failsafe, prise ethernet en 192.168.1.1
798 132 bikepunk bikepunk
Une fois connecté en ssh ou telnet faire: mount_root pour monter la flash
799 52 Mehdi Abaakouk
800 52 Mehdi Abaakouk
801 52 Mehdi Abaakouk
h3. Pirate box
802 1 Laurent GUERBY
803 1 Laurent GUERBY
http://www.lemonde.fr/technologies/article/2012/01/07/surfer-sans-entraves_1627059_651865.html
804 1 Laurent GUERBY
http://wiki.daviddarts.com/PirateBox
805 1 Laurent GUERBY
806 1 Laurent GUERBY
h3. Load balancing
807 52 Mehdi Abaakouk
808 56 Laurent GUERBY
par flux iproute2: http://www.inetdoc.net/guides/lartc/lartc.rpdb.multiple-links.html
809 56 Laurent GUERBY
810 56 Laurent GUERBY
h3. OpenWRT and Network UPS Tools
811 56 Laurent GUERBY
812 56 Laurent GUERBY
backfire https://forum.openwrt.org/viewtopic.php?id=26269
813 57 Laurent GUERBY
older https://forum.openwrt.org/viewtopic.php?id=13614
814 57 Laurent GUERBY
815 57 Laurent GUERBY
<guerby> hi, did anyone package NUT (Network UPS Tools) for openwrt official repo? I find them over the net: https://forum.openwrt.org/viewtopic.php?id=26269   and upstream developpers seem reactive, thx
816 57 Laurent GUERBY
<jow_laptop> no
817 57 Laurent GUERBY
<guerby> jow_laptop, ok, do you know what's needed for such contrib to be included?
818 58 Laurent GUERBY
<jow_laptop> an OpenWrt Makefile
819 58 Laurent GUERBY
820 58 Laurent GUERBY
<sileht> http://wiki.openwrt.org/doc/howto/build
821 58 Laurent GUERBY
822 58 Laurent GUERBY
<guerby> jow_laptop, ok will try tonight with a friend. NUT has one driver per family of UPS, on amd64 each driver is about 60 kB total 2.4 MB. since we're trying to put it on a 703N with 4 MB flash (1.5 MB usable) I think it will be better to split binaries, is there a prefered way to do that?
823 59 Laurent GUERBY
<jow_laptop> make a package nut providing the base and then several nut-mod-xyz covering the different drivers
824 59 Laurent GUERBY
<jow_laptop> with some clever templating you can reduce the effort for the -mod- packages to a simple list of driver names
825 59 Laurent GUERBY
<jow_laptop> see for example the collectd or znc packages
826 1 Laurent GUERBY
<jow_laptop> or coreutils