site.conf 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. {
  2. hostname_prefix = 'FF-DO-',
  3. site_name = 'Freifunk Dortmund',
  4. site_code = 'ffdo',
  5. site_seed = 'c1b2f463dd1e2c032ba07b82b72eea3a07fb8aca7a7e0b82859481ac2f4c231a',
  6. prefix4 = '10.233.0.0/16',
  7. prefix6 = '2a03:2260:300a:1000::/64',
  8. timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', -- Europe/Berlin
  9. ntp_servers = {'ntp.services.ffdo.de'},
  10. regdom = 'DE',
  11. opkg = {
  12. extra = {
  13. gluon = 'http://update.services.ffdo.de/%GS/releases/%GR/modules/%S',
  14. },
  15. },
  16. wifi24 = {
  17. channel = 1,
  18. -- remove 802.11b compatibility
  19. supported_rates = {6000, 9000, 12000, 18000, 24000, 36000, 48000, 54000},
  20. basic_rate = {6000, 9000, 18000, 36000, 54000},
  21. ap = {
  22. ssid = 'Freifunk',
  23. },
  24. ibss = {
  25. ssid = 'ffdo-ibss-batadv',
  26. bssid = '02:ff:d0:09:ff:10',
  27. mcast_rate = 12000,
  28. },
  29. },
  30. wifi5 = {
  31. channel = 44,
  32. ap = {
  33. ssid = 'Freifunk (5GHz)',
  34. },
  35. ibss = {
  36. ssid = 'ffdo-ibss-batadv5',
  37. bssid = '02:ff:d0:09:ff:20',
  38. mcast_rate = 12000,
  39. },
  40. },
  41. next_node = {
  42. ip4 = '10.233.254.254',
  43. ip6 = '2a03:2260:300a:1000::ffd0',
  44. mac = '02:ff:d0:09:ff:02',
  45. },
  46. mesh_vpn = {
  47. -- enabled = true,
  48. mtu = 1280,
  49. fastd = {
  50. -- Refer to http://fastd.readthedocs.org/en/latest/ to better understand
  51. -- what these options do.
  52. -- List of crypto-methods to use.
  53. methods = {'salsa2012+umac'},
  54. groups = {
  55. ffdo = {
  56. limit = 1,
  57. peers = {
  58. do01100 = {
  59. key = '4e3871281764a80fddff41152a24f198d8646f62bd240db8659495bd7f6ef0da',
  60. remotes = {'"sn-dtm01.ffdo.de" port 10000'},
  61. },
  62. do01200 = {
  63. key = 'dbf766f9f268ed1b301f4bf77a9665faa696fd9a15b9447247ce12fab6fb6718',
  64. remotes = {'"sn-dtm02.ffdo.de" port 10000'},
  65. },
  66. do02100 = {
  67. key = 'f92dc908adcb99bf55c8de10ee7717e69eacac12bcef559aebc14ea2ec109337',
  68. remotes = {'"sn-ber01.ffdo.de" port 10000'},
  69. },
  70. do02200 = {
  71. key = 'e6029a94aa2ac28014ea208b30398092c33836f05897e5aa5fa1d8525e35a136',
  72. remotes = {'"sn-ber02.ffdo.de" port 10000'},
  73. },
  74. },
  75. },
  76. do01 = {
  77. limit = 0,
  78. peers = {},
  79. },
  80. do02 = {
  81. limit = 0,
  82. peers = {},
  83. },
  84. backbone = {
  85. limit = 0,
  86. peers = {},
  87. },
  88. },
  89. },
  90. bandwidth_limit = {
  91. enabled = false,
  92. egress = 4000,
  93. ingress = 30000,
  94. },
  95. },
  96. autoupdater = {
  97. branch = 'stable',
  98. branches = {
  99. stable = {
  100. name = 'stable',
  101. mirrors = {'http://update.services.ffdo.de/ffdo/stable/images/sysupgrade'},
  102. probability = 0.08,
  103. good_signatures = 2,
  104. pubkeys = {
  105. '4b74a95381fdb8d4db0f69effde000befe8e58a14996a8f732213cc40627b7fe', -- Markus
  106. '64825ce2492cf99c51abcba32bd08bd8f880da58e606b3957159c78725d739ca', -- Till
  107. '497223af7ce512a31d7c282765951063d781f46f6e6a890faa3bf2e03fe2e19c', -- Torben
  108. '6274bc371973f6cedd6c63523388fda3a938df26a1cfbe91378c8c0a1bf6efca', -- Tim
  109. '9ff0fe17bac59f48db2bce0bd78016b6081324140da6d483e53ad7008d728290', -- Stefan
  110. '59beffa6ce536e119c91a0ea83a20747b8f753311113c7e97f82444661ca21ba', -- Cajus
  111. },
  112. },
  113. beta = {
  114. name = 'beta',
  115. mirrors = {'http://update.services.ffdo.de/ffdo/beta/images/sysupgrade'},
  116. probability = 0.08,
  117. good_signatures = 2,
  118. pubkeys = {
  119. '4b74a95381fdb8d4db0f69effde000befe8e58a14996a8f732213cc40627b7fe', -- Markus
  120. '64825ce2492cf99c51abcba32bd08bd8f880da58e606b3957159c78725d739ca', -- Till
  121. '497223af7ce512a31d7c282765951063d781f46f6e6a890faa3bf2e03fe2e19c', -- Torben
  122. '6274bc371973f6cedd6c63523388fda3a938df26a1cfbe91378c8c0a1bf6efca', -- Tim
  123. '9ff0fe17bac59f48db2bce0bd78016b6081324140da6d483e53ad7008d728290', -- Stefan
  124. '59beffa6ce536e119c91a0ea83a20747b8f753311113c7e97f82444661ca21ba', -- Cajus
  125. },
  126. },
  127. experimental = {
  128. name = 'experimental',
  129. mirrors = {'http://update.services.ffdo.de/ffdo/experimental/images/sysupgrade'},
  130. probability = 0.08,
  131. good_signatures = 1,
  132. pubkeys = {
  133. '4b74a95381fdb8d4db0f69effde000befe8e58a14996a8f732213cc40627b7fe', -- Markus
  134. '64825ce2492cf99c51abcba32bd08bd8f880da58e606b3957159c78725d739ca', -- Till
  135. '497223af7ce512a31d7c282765951063d781f46f6e6a890faa3bf2e03fe2e19c', -- Torben
  136. '6274bc371973f6cedd6c63523388fda3a938df26a1cfbe91378c8c0a1bf6efca', -- Tim
  137. '9ff0fe17bac59f48db2bce0bd78016b6081324140da6d483e53ad7008d728290', -- Stefan
  138. '59beffa6ce536e119c91a0ea83a20747b8f753311113c7e97f82444661ca21ba', -- Cajus
  139. },
  140. },
  141. },
  142. },
  143. config_mode = {
  144. geo_location = {
  145. show_altitude = false,
  146. },
  147. },
  148. }