freifunkMUC/icvpn-meta

Name: icvpn-meta

Owner: Freifunk München

Description: InterCity-VPN - Metadata registry (BGP, DNS, Subnet Allocations in 10.0.0.0/8)

Created: 2016-07-17 00:10:05.0

Updated: 2016-07-01 17:36:32.0

Pushed: 2016-08-06 22:48:15.0

Homepage:

Size: 424

Language: null

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

InterCityVPN meta information

Build Status

The data in this repository can be used for automatic configuration of routing daemons and DNS servers. You may leave out fields that do not apply to your community (e.g. asn, domains and nameservers).

Stick to one file per community. The filename must match your communityname on the freifunk-api. You may add stub DNS zones (e.g. dn42, rzl, hack) by leaving out everything but domains and nameservers.

Scripts for the automatic configuration generation and provisioning of various services (bird, bind, dnsmasq, …) are kept in a separate repository: icvpn-scripts

Notes on IPv4 allocations
Example
This is your ASN.
n: 65052

A list of people to contact in case of technical emergency.
Automated monitoring systems might use this.
ch-c:
- nils@nilsschneider.net
- mschiffer@universe-factory.net

Prefixes announced by your AS. This may be used for filtering
routes. Keep the prefixes a short as possible. If you're
assigned 10.130.0.0/20 while you're using just a subnet of it
(e.g. 10.130.0.0/21) you must include 10.130.0.0/20 here. The details
will be taken care of by the routing daemons.
tworks:
ipv4:
  - 10.130.0.0/20
ipv6:
  - fdef:ffc0:3dd7::/48
  - 2001:bf7:110::/44

A list of BGP peers in IC-VPN announcing your AS.
p:
luebeck1:
  ipv4: 10.207.0.130
  ipv6: fec0::a:cf:0:82
luebeck2:
  ipv4: 10.207.0.131
  ipv6: fec0::a:cf:0:83

If you're using custom TLDs, include them here.
Don't forget reverse zones!
mains:
- ffhl
- 7.d.d.3.0.c.f.f.f.e.d.f.ip6.arpa
- 130.10.in-addr.arpa

A list of nameservers capable of resolving your domains. 
All nameservers must be able to handle all domains listed above!
meservers:
- 10.130.10.1
- 10.130.14.1
- fdef:ffc0:3dd7::a01
- fdef:ffc0:3dd7::e01

Delegate part of our network allocations to another community
this needs to be a subnet to an already allocated network in the
networks section.
legate:
65038: # Darmstadt
  - 10.130.252.0/22
  - fdef:ffc0:3dd7:ffda::/64

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.