Western block is a node installed on 2017-07-04 in NDG. It used the hardware that was originally planned for easternblock, hence the pun on the name.

Technical details

hostname
westernblock
MAC address
DC:9F:DB:06:D5:BE
IPv6 address
fd64:2c08:9fa7:2::/64
IP address
172.16.0.6/32
Software
OpenWRT AA-beta
Hardware
Ubiquiti Bullet HP + 12 (15?) dBi Hyperlink Tech (?) omni antenna
Power
?
Location
Rooftop
Azimuth
360°
Panorama
N/A
Status
up
Operator
anarcat
Links

Configuration

System

package system

config system
        option timezone 'America/Montreal'
        option hostname 'easternblock'

Note: the hardware still needs to be renamed and relabeled to "westernblock".

Babel

package babeld

config general
        option local_server '33123'

config filter
        option ignore 'true'

config interface 'wan'

config interface 'lan'

The following sits in /etc/babeld.conf:

redistribute local ip 192.168.1.0/24 deny

Network

package network

config interface 'loopback'
        option ifname 'lo'
        option proto 'static'
        option ipaddr '127.0.0.1'
        option netmask '255.0.0.0'

config interface 'lan'
        option ifname 'eth0'
        option type 'bridge'
        option proto 'static'
        option netmask '255.255.255.0'
        option ip6addr 'fd64:2c08:9fa7:2::/64'
        option ipaddr '192.168.1.1'

config interface 'wan'
        option ifname 'wlan0'
        option proto 'static'
        option ipaddr '172.16.0.6'
        option netmask '255.255.255.255'
        option dns '172.16.0.1'

Radio

package wireless

config wifi-device 'radio0'
        option type 'mac80211'
        option macaddr 'dc:9f:db:06:d5:be'
        option hwmode '11ng'
        option htmode 'HT20'
        list ht_capab 'SHORT-GI-40'
        list ht_capab 'TX-STBC'
        list ht_capab 'RX-STBC1'
        list ht_capab 'DSSS_CCK-40'
        option channel '1'

config wifi-iface
        option device 'radio0'
        option encryption 'none'
        option mode 'adhoc'
        option ssid 'relais.reseaulibre.ca'
        option bssid '02:CA:FF:EE:BA:BE'
        option network 'wan'