Paramétrer OpenWRT sur PI3 (ou autre)
OpenWRT s'installe sur un pI3
Cette vidéo est pas mal, https://youtu.be/QGdLMPTz9N8?si=azFIbd36R1-CbEoQ
Telecharger l'image depuis https://openwrt.org pour le matériel concerné, puis graver l'image et démarrer le PI3.
Ensuite il y a un paramétrage à faire pour choisir le bon paramétrage réseau.
Commande à taper après démarrage pour modifier l'adresse IP du routeur :
uci set network.lan.ipaddr='192.168.1.xx' # choisir xx uci set network.lan.netmask='255.255.255.0' uci set network.lan.gateway='192.168.1.1' # Facultatif, à définir si besoin uci set network.lan.dns='8.8.8.8 1.1.1.1' # Facultatif, pour configurer les DNS uci commit network /etc/init.d/network restart ip a pour vérifier le contenu modifié est dans /etc/config/network
A noter : si on s'en tient à ces modifications, c'est le DHCP de la box qui est utilisé. Si on désactive ce dernier la connexion internet ne fonctionne pas.
Une fois les modifs réseau effectuées, on peut accéder à l'interface web de OpenWRT avec l'adresse choisie, pas de mot de passe.