https://github.com/mraerino/ffarch
https://github.com/mraerino/ffarch
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mraerino/ffarch
- Owner: mraerino
- Created: 2016-05-29T16:14:59.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-29T23:17:12.000Z (almost 9 years ago)
- Last Synced: 2025-03-25T02:41:36.583Z (about 2 months ago)
- Language: Shell
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Freifunk Local Batman Master
## What is it?
The generated ISO turns x64 hardware in an local batman-adv master for a small mesh. It is based on archiso.## Building
Needs: `archiso` package
```
$ git submodule init
$ git submodule update$ sh -c "cd localrepo/batman-adv && makepkg -sr"
$ sh -c "cd localrepo/batctl && makepkg -sr"
$ mkdir /tmp/localrepo
$ repo-add /tmp/localrepo/ff-repo.db.tar.gz localrepo/**/*.pkg.tar.xz$ sudo ./build.sh
```## Configuration
We assume that the used hardware has only one nic.###eth0
Purpose: Management InterfaceConfiguration: RFC1918 IPv4 via DHCP without Gateway
###Vlan 11
Purpose: WAN InterfaceConfiguration: RFC1918 IPv4 via DHCP and IPv6 with RA
###Vlan 12
Purpose: Batman-ADV InterfaceConfiguration: Static IP: 172.16.0.1/22 and DNS, DHCP
## Problems & Hints
- Please check your file permissions (755) for airootfs and subdirectories## ToDo
### High Priority
* Test test test
* disable routing over eth0 if gateway send via dhcp
* check dnsmasq configuration### Medium Priority
* IPv6 support
* Auto Updater
* usb multiboot
* set hostname by mac### Low Priority
* uefi support
* remote syslog
* collectd
* cleanup