<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.ubiquitous-network.ch/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.ubiquitous-network.ch/feed.php">
        <title>Ubiquitous Network Wiki - fr:openwrt</title>
        <description></description>
        <link>https://wiki.ubiquitous-network.ch/</link>
        <image rdf:resource="https://wiki.ubiquitous-network.ch/lib/exe/fetch.php?media=logo.png" />
       <dc:date>2026-04-18T15:37:59+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.ubiquitous-network.ch/doku.php?id=fr:openwrt:configbase&amp;rev=1626071381&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.ubiquitous-network.ch/doku.php?id=fr:openwrt:installbash&amp;rev=1626071381&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.ubiquitous-network.ch/doku.php?id=fr:openwrt:installnetint&amp;rev=1626071381&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.ubiquitous-network.ch/doku.php?id=fr:openwrt:installother&amp;rev=1626071381&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.ubiquitous-network.ch/lib/exe/fetch.php?media=logo.png">
        <title>Ubiquitous Network Wiki</title>
        <link>https://wiki.ubiquitous-network.ch/</link>
        <url>https://wiki.ubiquitous-network.ch/lib/exe/fetch.php?media=logo.png</url>
    </image>
    <item rdf:about="https://wiki.ubiquitous-network.ch/doku.php?id=fr:openwrt:configbase&amp;rev=1626071381&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-07-12T06:29:41+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Configuration de base</title>
        <link>https://wiki.ubiquitous-network.ch/doku.php?id=fr:openwrt:configbase&amp;rev=1626071381&amp;do=diff</link>
        <description>Configuration de base

Mettre en mot de passe (valable pour ssh et le GUI Luci:



root ~ # passwd
Changing password for root
New password:root
Bad password: too short
Retype password:root
Password for root changed by root
root ~ #


Configuration pour borne WIFI Mesh</description>
    </item>
    <item rdf:about="https://wiki.ubiquitous-network.ch/doku.php?id=fr:openwrt:installbash&amp;rev=1626071381&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-07-12T06:29:41+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Installation de bash</title>
        <link>https://wiki.ubiquitous-network.ch/doku.php?id=fr:openwrt:installbash&amp;rev=1626071381&amp;do=diff</link>
        <description>Installation de bash

Installation du package


opkg update
opkg install bash


Configuration pour le user root


echo &quot;. $HOME/.bashrc&quot;&gt; /root/.bash_profile


vi /root/.bashrc


export PS1=&#039;[e[0;31m]u[e[m\] [e[1;34m]w[e[m\] [e[0;31m]$ [e[m][\e[0;32m\]&#039;</description>
    </item>
    <item rdf:about="https://wiki.ubiquitous-network.ch/doku.php?id=fr:openwrt:installnetint&amp;rev=1626071381&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-07-12T06:29:41+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Installation d&#039;interfaces USB réseaux supplémentaires</title>
        <link>https://wiki.ubiquitous-network.ch/doku.php?id=fr:openwrt:installnetint&amp;rev=1626071381&amp;do=diff</link>
        <description>Installation d&#039;interfaces USB réseaux supplémentaires

Prérequis

Installation des outils de vérification USB


opkg update
opkg install usbutils


Vérification du fonctionnement USB


root@OpenWrt:/# lsusb
Bus 001 Device 014: ID 0424:9512 Standard Microsystems Corp. LAN9500 Ethernet 10/100 Adapter / SMSC9512/9514 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 015: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 016: …</description>
    </item>
    <item rdf:about="https://wiki.ubiquitous-network.ch/doku.php?id=fr:openwrt:installother&amp;rev=1626071381&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-07-12T06:29:41+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Installation de divers outils</title>
        <link>https://wiki.ubiquitous-network.ch/doku.php?id=fr:openwrt:installother&amp;rev=1626071381&amp;do=diff</link>
        <description>Installation de divers outils

Conntrack

Permet de voir les connections actives qui passe au travers du firewall (IPTABLES)

Installation


opkg update
opkg install conntrack-tool


Test


conntrack -L


TCPdump

Installation


opkg update
opkg install tcpdump</description>
    </item>
</rdf:RDF>
