Wiki

Reso-nance numérique | Arts et cultures libres

Outils du site


materiel:piratebox:installation-ancienne:accueil

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Prochaine révision
Révision précédente
materiel:piratebox:installation-ancienne:accueil [2015/11/02 10:58]
resonance créée
materiel:piratebox:installation-ancienne:accueil [2015/11/02 11:07] (Version actuelle)
resonance
Ligne 1: Ligne 1:
 +====== Ancienne installation ======
 +Installation avant la version 1.0 de mai 2014.
  
-    * Installation_officielle en anglais de l'initiateur du projet David Darts +    * [[http://daviddarts.com/piratebox-diy-openwrt/|Installation_officielle]] en anglais de l'initiateur du projet David Darts 
-    * Installation_en_images_et_en_français (mais version de PirateBox pas à +    * [[http://blog.nicolashachet.com/fonctionnement-du-web/tutoriel-installer-une-piratebox-en-images/|Installation_en_images_et_en_français]] (mais version de PirateBox pas à jour, juste une ligne à changer) 
-      jour, juste une ligne à changer) : +    * [[http://open-freax.fr/tuto-creer-piratebox/|Créer_sa_PirateBox]] 
-    * Créer_sa_PirateBox + 
-***** Configurations réseaux utiles ***** +===== Configurations réseaux utiles ===== 
-    * Configuration automatique : brancher l'ordinateur sur votre Box, et notez +    * __Configuration automatique__ : brancher l'ordinateur sur votre Box, et notez les infos de connexion (adresse 192.168.0.XX). 
-      les infos de connexion (adresse 192.168.0.XX). +    * __Configuration routeur__ avec adresse IP fixe (192.168.1.2) + adresse du routeur en tant que passerelle (gateway) avec  l'adresse 192.168.1.1 
-    * Configuration routeur avec adresse IP fixe (192.168.1.2) + adresse du +       
-      routeur en tant que passerelle (gateway) avec  l'adresse 192.168.1.1 +===== Accès au routeur (en mode usine de départ) =====
-***** Accès au routeur (en mode usine de départ) *****+
     * Browser 192.168.0.254 (admin, admin)     * Browser 192.168.0.254 (admin, admin)
     * DHCP Settings pour DNS     * DHCP Settings pour DNS
     * Accès en Wifi > Internet     * Accès en Wifi > Internet
-    * Ordi sans fil > routeur (ajouter DNS de la Box dans DHCP Settings) > fil +    * Ordi sans fil > routeur (ajouter DNS de la Box dans DHCP Settings) > fil > Box 
-      > Box + 
-***** Installer OpenWRT pour le MR3020 ***** +===== Installer OpenWRT pour le MR3020 ===== 
-    * Sur l'ordinateur, télécharger http://piratebox.aod-rpg.de/openwrt-ar71xx- +    * Sur l'ordinateur, télécharger http://piratebox.aod-rpg.de/openwrt-ar71xx-generic-tl-mr3020-v1-squashfs-factory.bin
-      generic-tl-mr3020-v1-squashfs-factory.bin+
     * Éteindre wifi     * Éteindre wifi
     * CONFIG RESEAU (auto)     * CONFIG RESEAU (auto)
     * Routeur en mode WISP, connécté en local (cable ethernet) à l'ordi     * Routeur en mode WISP, connécté en local (cable ethernet) à l'ordi
-    * ping 192.168.0.254 > OK (64 bytes from 192.168.1.1: icmp_req=7 ttl=64 +    * **ping 192.168.0.254** > OK (64 bytes from 192.168.1.1: icmp_req=7 ttl=64 time=0.553 ms) 
-      time=0.553 ms) +    * **Firefox http://192.168.0.254** : interface administration
-    * Firefox http://192.168.0.254 : interface administration+
     * System Tools > Firmware Upgrade : choisir le firmware     * System Tools > Firmware Upgrade : choisir le firmware
     * Sur ordinateur, configuration réseau avec IP fixe     * Sur ordinateur, configuration réseau avec IP fixe
-    * Accès avec telnet 192.168.1.1 +    * Accès avec **telnet 192.168.1.1** 
-    * passwd pour changer mot de passe et activation la liaison SSH +    * **passwd** pour changer mot de passe et activation la liaison SSH 
-    * Édition du fichier de configuration réseau avec VI : vi /etc/config/ +    * Édition du fichier de configuration réseau avec VI : **vi /etc/config/network**. Pour écrire, appuyer sur la **touche "INSER"**. Changer la ligne ipaddr. Ajouter ligne gateway et list dns. Pour enregistrer, **touche Echap** (accès aux commandes de VI), puis :wq (w pour write, q pour quitter) 
-      network. Pour écrire, appuyer sur la touche "INSER". Changer la ligne + 
-      ipaddr. Ajouter ligne gateway et list dns. Pour enregistrer, touche Echap +<code>
-      (accès aux commandes de VI), puis :wq (w pour write, q pour quitter). +
-test+
 config interface 'lan'       config interface 'lan'      
 option ifname 'eth0'       option ifname 'eth0'      
Ligne 42: Ligne 39:
 list dns '192.168.0.1'       list dns '192.168.0.1'      
 list dns '8.8.8.8' list dns '8.8.8.8'
 +</code>
  
-    * exit +    * **exit** 
-    * Eteindre le routeur +    * Éteindre le routeur 
-    * Connecter le MR3020 sur le routeur passerelle (box) avec un câble +    * Connecter le MR3020 sur le routeur passerelle (box) avec un câble ethernet+ allumer. Attendre un peu que le routeur redémarre. 
-      ethernet+ allumer. Attendre un peu que le routeur redémarre. +    * Connecter l'ordi à la box avec câble... 
-    * Connecter l'ordi à la box avec cable... +    * Accès au routeur dorénavant : **ssh root@192.168.0.14** 
-    * Accès au routeur dorénavant : ssh root@192.168.0.14 +    * tester connection internet (firewall) : **ping rezo.net**. Ctl-C pour arrêter
-    * tester connection internet (firewall) : ping rezo.net. Ctl-C pour arrêter+
     * Add USB support to OpenWrt     * Add USB support to OpenWrt
-    * opkg update +    * **opkg update** 
-    * opkg install kmod-usb-uhci +    * **opkg install kmod-usb-uhci** 
-    * insmod usbcore ## may return: file exists +    * **insmod usbcore** ## may return: file exists 
-    * insmod uhci +    * **insmod uhci** 
-    * opkg install kmod-usb-ohci ## may return: up to date. +    * **opkg install kmod-usb-ohci** ## may return: up to date. 
-    * insmod usb-ohci +    * **insmod usb-ohci** 
-***** Installer PirateBox *****+ 
 + 
 +===== Installer PirateBox ===== 
     * clé USB : une seule partition FAT-32     * clé USB : une seule partition FAT-32
     * brancher la clé USB sur le routeur     * brancher la clé USB sur le routeur
-    * cd /tmp+    * **cd /tmp**
     * Installation de mkPirateBox     * Installation de mkPirateBox
-    * opkg update &amp;&amp; opkg install http://piratebox.aod-rpg.de/ +    * **opkg update && opkg install http://piratebox.aod-rpg.de/piratebox_0.6.3_all.ipk**
-      piratebox_0.6.3_all.ipk+
     * Optionnel Installation the Kareha Image Board:     * Optionnel Installation the Kareha Image Board:
-    * /opt/piratebox/bin/timesave.sh /opt/piratebox/conf/piratebox.conf install +    * **/opt/piratebox/bin/timesave.sh /opt/piratebox/conf/piratebox.conf install** 
-    * /opt/piratebox/bin/install_piratebox.sh /opt/piratebox/conf/ +    * **/opt/piratebox/bin/install_piratebox.sh /opt/piratebox/conf/piratebox.conf imageboard** 
-      piratebox.conf imageboard +    * Changer l'identifiant et le mot de passe de Kareha image board config file> change the admin username and password (ADMIN_PASS and SECRET): 
-    * Changer l'identifiant et le mot de passe de Kareha image board config +    * **vi /opt/piratebox/www/board/config.pl** 
-      file> change the admin username and password (ADMIN_PASS and SECRET): +    * Once the install is completed, unplug the ethernet cable and disconnect the power for at least 10 seconds.
-    * vi /opt/piratebox/www/board/config.pl +
-    * Once the install is completed, unplug the ethernet cable and disconnect +
-      the power for at least 10 seconds.+
     * Remettre le Wi-Fi sur l'ordi.     * Remettre le Wi-Fi sur l'ordi.
     * Config Réseau PirateBox 192.168.1.2, routeur 192.168.1.1,     * Config Réseau PirateBox 192.168.1.2, routeur 192.168.1.1,
/home/resonancg/www/wiki/data/attic/materiel/piratebox/installation-ancienne/accueil.1446458310.txt.gz · Dernière modification: 2015/11/02 10:58 de resonance