Noeud pointant vers l'est, présentement au premier étage. Surtout utile pour faire des tests à partir de la ruelle. Pourrait être monter au 2e étage si besoin.
- MAC address: 00:12:17:d9:0f:7b
- IP address: 172.16.1.7
- IPv6 address:
- Software: Openwrt Trunk (2012-04-24)
- Hardware: Linksys WRT54G (v2.2)
- Power:
- Location:
- Status: archive
- Links: scientist
- Azimuth:
- Panorama:
- Operator: scientist
Mes commandes UCI:
#basic stuff
uci delete wireless.radio0.disabled
uci set system.@system[0].hostname=scientist-jardin
uci set network.lan.ipaddr=192.168.2.31
uci set network.lan.gateway=192.168.2.1
uci set network.lan.dns=192.168.2.1
uci set dhcp.lan.ignore=1
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=mesh-mtl
#uci set wireless.@wifi-iface[0].bssid=02:51:48:72:03:11
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
#batman
uci set network.bat0=interface
uci set network.bat0.ifname=bat0
uci set network.bat0.mtu=1500
uci set network.bat0.ipaddr=172.16.1.7
uci set network.bat0.proto=static
uci set network.bat0.netmask=255.255.0.0
uci set batman-adv.bat0.interfaces="wlan0 br-lan"