Antenne au-dessus du toit installée. Branchement prévu en octobre 2014.

Technical details

hostname
bb
MAC address
DC:9F:DB:00:13:76
IPv6 address
IPv6
IP address
172.16.0.18
Software
Hardware
Power
Location
roof
Azimuth
360°
Status
down (antenne installée, branchement prévu bientôt)
Operator
elecnix
Links
(none)
Access Point
muscat

Panorama

Vue vers le sud (montréalais)

Vue vers le nord

Configuration

uci delete wireless.radio0.disabled
uci set system.@system[0].hostname=bb
uci set network.lan.ifname="eth0"
uci set network.lan.ipaddr=192.168.3.18
uci set network.lan.gateway=192.168.3.1
uci set network.lan.dns=192.168.3.1
uci set network.lan.netmask=255.255.0.0
uci set dhcp.lan.ignore=1
uci commit
reboot & exit
ssh root@192.168.3.18

uci delete wireless.@wifi-iface[0].network
uci set wireless.radio0.channel=1
uci set wireless.@wifi-iface[0].mode=adhoc
uci set wireless.@wifi-iface[0].ssid=relais.reseaulibre.ca
uci set wireless.@wifi-iface[0].bssid=02:CA:FF:EE:BA:BE
uci set network.wlan0=interface
uci set network.wlan0.ifname=wlan0
uci set network.wlan0.proto=none
uci set network.wlan0.mtu=1528
opkg update
opkg install kmod-batman-adv
uci set network.bat0=interface
uci set network.bat0.ifname=bat0
uci set network.bat0.proto=static
uci set network.bat0.mtu=1500
uci set network.bat0.ipaddr=172.16.0.18
uci set network.bat0.netmask=255.240.0.0
uci set batman-adv.bat0.interfaces="wlan0"
uci commit
reboot & exit