Présentement à l'arrière dépassant un peu du toit .

  • MAC address: 00:27:22:72:CF:9F
  • IP address: 172.16.1.28
  • IPv6 address: 2607:f2c0:f00e:4d00:227:22ff:fe73:cf9f
  • Software: OpenWRT 12.09-beta
  • Hardware: Ubiquiti Bullet M2HP + Omni 15dbi
  • Power:
  • Location: Just au dessus du 3e étage, à l'arrière du batiment.
  • Status: archive
  • Links:
  • Azimuth:
  • Panorama:
  • Operator: scientist

Mes commandes UCI (Outdated):

#basic stuff
uci delete wireless.radio0.disabled
uci set system.@system[0].hostname=scientist-batman
uci set network.lan.ipaddr=192.168.2.33
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.proto=none
uci set network.bat0.mtu=1500

uci set network.bat0.ipaddr=172.16.1.28
uci set network.bat0.proto=static
uci set network.bat0.netmask=255.255.0.0

uci set batman-adv.bat0.interfaces="wlan0 br-lan"