123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- {
- hostname_prefix = 'FF-DO',
- site_name = 'Freifunk Dortmund',
- site_code = 'ffdo',
- opkg_repo = 'http://openwrt.draic.info/barrier_breaker/14.07/%S/packages',
- prefix4 = '10.233.0.0/16',
- prefix6 = '2a03:2260:50:5::/64',
- timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', -- Europe/Berlin
- ntp_servers = {'1.ntp.services.ffdo.de','2.ntp.services.ffdo.de','3.ntp.services.ffdo.de', '4.ntp.services.ffdo.de'},
- regdom = 'DE',
- wifi24 = {
- ssid = 'Freifunk',
- channel = 1,
- htmode = 'HT40+',
- mesh_ssid = 'wifimesh-dortmund',
- mesh_bssid = '02:ff:d0:09:ff:01',
- mesh_mcast_rate = 12000,
- },
- wifi5 = {
- ssid = 'Freifunk (5GHz)',
- channel = 44,
- htmode = 'HT40+',
- mesh_ssid = 'wifimesh-dortmund5',
- mesh_bssid = '02:ff:d0:09:ff:02',
- mesh_mcast_rate = 12000,
- },
- next_node = {
- ip4 = '10.233.254.254',
- ip6 = '2a03:2260:50:5::cafe',
- mac = '16:41:95:40:f7:dc',
- },
- fastd_mesh_vpn = {
- methods = {'salsa2012+umac'},
- mtu = 1280,
- groups = {
- do01 = {
- limit = 1,
- peers = {
- do01100 = {
- key = '8a334499c905966d48b1cdb01d668b114b17cd6490ead54c6eb5e2d15c1852e4',
- remotes = {'"snode01-1.ffdo.de" port 10000'},
- },
- do01200 = {
- key = 'd2de261203853d14389d80ca004c98d6a67c244bfe4096b7a6f36a0a8484c55a',
- remotes = {'"snode01-2.ffdo.de" port 10000'},
- },
- },
- },
- do02 = {
- limit = 1,
- peers = {
- do02100 = {
- key = '12b94258d16f864c863f7bab07a77514eddffe3ba01c9d4948bd84a192d28f42',
- remotes = {'"snode02-1.ffdo.de" port 10000'},
- },
- do02200 = {
- key = '2a0e055aa71e68f2caf09307e8f8c89c22ec36419fb38e089005cc40687e5187',
- remotes = {'"snode02-2.ffdo.de" port 10000'},
- },
- },
- },
- backbone = {
- limit = 0,
- peers = {},
- },
- },
- },
- autoupdater = {
- branch = 'stable',
- branches = {
- stable = {
- name = 'stable',
- mirrors = {'http://update.services.ffdo.de/stable/sysupgrade'},
- probability = 0.08,
- good_signatures = 1,
- pubkeys = {
- 'f64c53b9f592335bbbbad1ce44836510a2e60bd445be8bd8139832c7dae0101d', -- Chris
- '4bcf080d3937310ea3f5ee3678bff5c839679b69c8b2529ba1371b710dd046b6', -- Philip
- },
- },
- beta = {
- name = 'beta',
- mirrors = {'http://update.services.ffdo.de/beta/sysupgrade'},
- probability = 0.08,
- good_signatures = 1,
- pubkeys = {
- 'f64c53b9f592335bbbbad1ce44836510a2e60bd445be8bd8139832c7dae0101d', -- Chris
- '4bcf080d3937310ea3f5ee3678bff5c839679b69c8b2529ba1371b710dd046b6', -- Philip
- },
- },
- experimental = {
- name = 'experimental',
- mirrors = {'http://update.services.ffdo.de/experimental/sysupgrade'},
- probability = 0.08,
- good_signatures = 1,
- pubkeys = {
- 'f64c53b9f592335bbbbad1ce44836510a2e60bd445be8bd8139832c7dae0101d', -- Chris
- '4bcf080d3937310ea3f5ee3678bff5c839679b69c8b2529ba1371b710dd046b6', -- Philip
- },
- },
- },
- },
- simple_tc = {
- mesh_vpn = {
- ifname = 'mesh-vpn',
- enabled = false,
- limit_egress = 4000,
- limit_ingress = 30000,
- },
- },
- }
|