1
0
mirror of https://git.dn42.dev/wiki/wiki synced 2025-03-14 19:43:32 +00:00

Explain the freifunk setup with icvpn-scripts/icvpn-meta

This commit is contained in:
Anonymous 2015-01-25 17:10:54 +00:00
parent a8badd4da0
commit 3dfa78f611

View File

@ -2,17 +2,24 @@ This page lists external DNS zones, provided by networks that are interconnected
## Authoritative nameservers
Some references for Freifunk are http://wiki.freifunk.net/DNS and http://luebeck.freifunk.net/wiki/DNS
| **Network name** | **Contact** | **DNS zone** | **Reverse zone** | **Authoritative nameservers** | **Last update** | **Comments** |
|:----------------:|:----------:|:------------:|:----------------:|-------------------------------|--------------|---------|
| ChaosVPN | - | `hack.` | `31.172.in-addr.arpa.` | `172.31.0.5` | Nov. 2013 | - |
| RaumZeitLabor | - | `rzl.` | - | `172.22.36.1` | Nov. 2013 | - |
| Freifunk Hamburg | - | `ffhh.` | - | `10.112.1.1` `10.112.14.1` | Nov. 2013 | - |
| Freifunk Lübeck | - | `ffhl.` | - | `10.130.10.1` `10.130.12.1` `10.130.14.1` | Nov. 2013 | - |
| Freifunk Chemnitz | Amadeus | `ffc.` | `8.10.in-addr.arpa.` | `10.8.6.6` `10.8.40.27` `10.8.40.57` | Nov. 2013 | - |
## Freifunk
Freifunk generates its zone configuration from the [icvpn-meta](https://github.com/freifunk/icvpn-meta) repositority via the **mkdns**-script contained in [icvpn-scripts](https://github.com/freifunk/icvpn-scripts). As there are many Freifunk-Communities this is the easiest way to get them all.
git clone https://github.com/freifunk/icvpn-scripts.git
git clone https://github.com/freifunk/icvpn-meta.git
cd icvpn-scripts
./mkdns -f bind -s ../icvpn-meta/ -x dn42
The mkdns script currently supports the following setups:
* bind (static-stub)
* bind-forward (forward zone)
* dnsmasq
## Configuration
See [[Recursive DNS resolver]] or [[DNS forwarding configuration|/services/dns/Configuration]].