Freifunk
We have a number of freifunk node in and around the space. Here are some details on them.
kreativquartier-munichmakerlab
Attention: Currently not active | ||
---|---|---|
Waiting for a Plenum decision. |
The Freifunk node at the space.
- TP-Link TL-WR841N v9
- Restarted via a plugin timer once a day
- Labeled "makemunich-opportunity"
- Located on the shelve above the distribution panel, alongside our VDSL modem
- Status on the FF Muc map
- Detailed stats
kreativquartier-laborateliers
Freifunk node in the Halle6 building across the street, located in the Laborbüros, but servicing the other side of the building, which has the name "Labor Ateliers" written on it (hence the name of the node)
- TP-Link TL-WR841N v9
- Labeled "makemunich-phoenix"
- Status on the FF Muc map
- Detailed stats
kreativquartier01
Attention: Broken | ||
---|---|---|
VPN Offloader is broken due to a failed update to the current Freifunk network layout 🙈 |
Severin's installed some Freifunk nodes to bring wifi coverage to some parts of the Kreativlabor.
Shopping List
- 4x TP-Link CPE210
Cables
We need uplink connectivity and power at the nodes. Unsure where we can get that from. Worst case we have to lay cables all the way to the lab (roughly 100m).
- Network cable
- Power Cable
- [5] 65€
Installation
- Futro S550 as VPN Offloader
- Only one NIC
- WAN on "VLAN 1", FF Client Network on VLAN 10
- 2 CPE210
- ff-kq-ap01 - 192.168.0.71 - Channel 1
- ff-kq-ap02 - 192.168.0.72 - Channel 6
- Managment on VLAN 1
- WiFi: munich.freifunk.net/muc_nord with VLAN 10
- Smart Switch (8 Port)
- ff-kq-sw01 - 192.168.0.70
Configuration
TODO when setting this thing back up
kreativquartier02
Temporary replacement for "kreativquartier01" while it's broken (🙈). VirtualBox VM running on Docker01
VirtualBox Config
Messed up the name, but it should work nonetheless
VBoxManage createvm --name ffmux-offloader-kqtmp --ostype Linux26_64 --register VBoxManage modifyvm ffmux-offloader-kqtmp --memory 2048 VBoxManage modifyvm ffmux-offloader-kqtmp --bridgeadapter1 enp4s0f0 VBoxManage modifyvm ffmux-offloader-kqtmp --nic1 bridged cd VirtualBox\ VMs/ffmux-offloader-kqtmp/ wget https://firmware.ffmuc.net/stable/factory/gluon-ffmuc-v2019.1.2-x86-64.vdi VBoxManage storagectl ffmux-offloader-kqtmp --name "SATA Controller" --add sata --controller IntelAhci VBoxManage storageattach ffmux-offloader-kqtmp --storagectl "SATA Controller" --port 0 --device 0 --type hdd --medium gluon-ffmuc-v2019.1.2-x86-64.vdi VBoxManage modifyvm ff-mux-offloader-kqtmp --nicpromisc1 allow-all VBoxManage modifyvm ffmux-offloader-kqtmp --vrde on VBoxManage modifyvm ffmux-offloader-kqtmp --vrdemulticon on --vrdeport 3390 VBoxManage modifyvm ffmux-offloader-kqtmp –autostart-enabled on VBoxManage startvm ffmux-offloader-kqtmp --type headless
VLAN Config
Most Guides suggest the following:
root@kreativquartier02:~# uci set network.client.ifname='eth0.10' 'local-port' 'bat0'
But that fails. Do the following instead:
root@kreativquartier02:~# uci add_list network.client.ifname='eth0.10' root@kreativquartier02:~# uci commit network root@kreativquartier02:~# /etc/init.d/network restart