Multi SSID avec un WRT54GL sous OpenWRT
Voici un tuto rapide ou plutôt un « pense bête » afin de créer deux SSID distincts avec un routeur linksys WRT54GL sous OpenWRT.
J’ai effectué la configuration via SSH mais cela doit être faisable via l’interface web.
Premièrement créer une nouvelle interface publicwifi en ajoutant les lignes suivantes au fichier /etc/config/network:
config 'interface' 'publicwifi'
option 'proto' 'static'
option 'type' 'bridge'
option 'ipaddr' '192.168.1.1'
option 'netmask' '255.255.255.0'
Commentaires récents