template.conf 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  1. {
  2. -- A new node's name will be autogenerated from
  3. -- it's primary MAC address and this prefix.
  4. -- e.g. freifunk-0123456789ab
  5. hostname_prefix = 'freifunk',
  6. -- name of this site
  7. -- site_name = 'Freifunk Hochstift - ${site}',
  8. site_name = '%SN',
  9. -- short name of this site
  10. -- site_code = 'ffho_${un-code}'
  11. site_code = '%SC',
  12. -- v4 and v6 prefixes in which nodes+clients might get an IP
  13. prefix4 = '%V4',
  14. prefix6 = '2a03:2260:2342:%V6::/64',
  15. -- timezone
  16. timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', -- Europe/Berlin
  17. -- network-internal ntp service
  18. ntp_servers = {'ntp.srv.in.ffho.net'},
  19. -- OpenWRT Package Repository (IPv6 capable)
  20. opkg = {
  21. lede = 'http://firmware.srv.in.ffho.net/lede/packages-%v/%A',
  22. extra = {
  23. gluon = 'http://firmware.srv.in.ffho.net/%GR/modules/%S',
  24. },
  25. },
  26. -- regulatory domain of your wifi
  27. regdom = 'DE',
  28. -- wifi settings (2.4 GHz and 5 GHz)
  29. -- ap.ssid = 'hochstift.freifunk.net/${kürzel}',
  30. -- mesh.id = 'ffho-mesh-${group-name}',
  31. wifi24 = {
  32. channel = 1,
  33. supported_rates = {6000, 9000, 12000, 18000, 24000, 36000, 48000, 54000},
  34. basic_rate = {6000, 9000, 18000, 36000, 54000},
  35. ap = {
  36. ssid = '%SS',
  37. },
  38. mesh = {
  39. id = 'ffho-mesh-%GN',
  40. mcast_rate = 12000,
  41. },
  42. },
  43. wifi5 = {
  44. channel = 44,
  45. ap = {
  46. ssid = '%SS',
  47. },
  48. mesh = {
  49. id = 'ffho-mesh-%GN',
  50. mcast_rate = 12000,
  51. },
  52. },
  53. -- IP address of each router
  54. -- At this IP a client can always connect to its
  55. -- currently connected node. Both v4 and v6 addr.
  56. -- must lie in the above prefix4 and prefix6.
  57. next_node = {
  58. ip4 = '%N4',
  59. ip6 = '2a03:2260:2342:%V6::1',
  60. name = 'node.ffho.net',
  61. -- mac address, must be unique in the client network
  62. -- (usually, you don't need to change this)
  63. mac = 'f2:ff:ff:%ID:ff:ff',
  64. },
  65. mesh_vpn = {
  66. -- the maximum transfer unit
  67. mtu = 1406,
  68. -- fastd (vpn) settings
  69. fastd = {
  70. -- cipher(s) to use
  71. methods = {'salsa2012+umac'},
  72. groups = {
  73. backbone = {
  74. -- specifies how many servers are contacted
  75. -- by a client simultanously
  76. limit = 1,
  77. -- list all available vpn servers
  78. peers = {
  79. gw01 = {
  80. -- public fastd key of the vpn server
  81. key = '97bc56ae561f67cfe15364134868c3553b5f1eab06f7bd9c5b93fbf280a52b51',
  82. -- remotes is an array of ways on how to reach the VPN server
  83. -- Use public addresses here, these addresses are used when the mesh might not be connected yet.
  84. -- format: '[|ipv4|ipv6] "hostname-or-ip-address" port 10000'
  85. remotes = {
  86. '"gw01.ffho.net" port 100%ID',
  87. 'ipv6 "2001:830:c:9::12" port 100%ID',
  88. 'ipv4 "80.242.130.70" port 100%ID',
  89. },
  90. },
  91. gw02 = {
  92. key = 'e8fa9bf402fd33dd1ba804a97f2e46c704423ff49e9c55312845a7bfb93121ad',
  93. remotes = {
  94. '"gw02.ffho.net" port 100%ID',
  95. 'ipv6 "2a01:4f8:190:6500::18:1" port 100%ID',
  96. 'ipv4 "78.46.242.24" port 100%ID',
  97. },
  98. },
  99. gw03 = {
  100. key = '629b2742922f068ef49558283aea4b75c1427d8cdd3fcd2dbd7c00880547d3b3',
  101. remotes = {
  102. '"gw03.ffho.net" port 100%ID',
  103. 'ipv6 "2a00:13c8:1000:2::165" port 100%ID',
  104. 'ipv4 "185.46.137.165" port 100%ID',
  105. },
  106. },
  107. gw04 = {
  108. key = 'cf3855e5fa04e4c04a294cb6e8902f91c7ff7ef82bf031cc842a2b79b936677c',
  109. remotes = {
  110. '"gw04.ffho.net" port 100%ID',
  111. 'ipv6 "2a02:450:1::22" port 100%ID',
  112. 'ipv4 "80.70.181.63" port 100%ID',
  113. },
  114. },
  115. gw05 = {
  116. key = 'd0d32a2f536a0fc1f0c848e6da15bd96851d5ff4fdf9239c830bab033ddcec1a',
  117. remotes = {
  118. '"gw05.ffho.net" port 100%ID',
  119. 'ipv6 "2001:638:502:1884::ff15" port 100%ID',
  120. 'ipv4 "192.26.175.183" port 100%ID',
  121. },
  122. },
  123. gw06 = {
  124. key = '88b570c4cc811259b7c4106943098c9bee1126d692ddacedd23cd48efc28b0bf',
  125. remotes = {
  126. '"gw06.ffho.net" port 100%ID',
  127. 'ipv6 "2001:41d0:a:377a::54" port 100%ID',
  128. 'ipv4 "5.196.106.54" port 100%ID',
  129. },
  130. },
  131. },
  132. },
  133. },
  134. },
  135. -- default traffic shaping (bandwidth limit) settings
  136. bandwidth_limit = {
  137. enabled = false,
  138. egress = 500,
  139. ingress = 4000,
  140. },
  141. },
  142. -- configure the autoupdater
  143. autoupdater = {
  144. -- default branch for a firmware without enabled autoupdater
  145. branch = 'stable',
  146. -- available branches for the autoupdater
  147. branches = {
  148. stable = {
  149. -- visible name of this branch (why not use the internal identifier here, too)
  150. name = 'stable',
  151. -- where to get the manifest file (without the trailing /manifest)
  152. -- It's wise to use an internal address here,
  153. -- but specifying a publicly available update site does not hurt.
  154. mirrors = {'http://firmware.srv.in.ffho.net/%SC/stable/sysupgrade', 'http://[2a03:2260:2342:f251::6]/%SC/stable/sysupgrade'},
  155. -- Number of valid manifest signatures necessary to accept the manifest as "good".
  156. good_signatures = 3,
  157. -- list of public keys which are considered "good" for manifest signatures
  158. pubkeys = {
  159. 'ba2e6ff4de41ade9959702195d4c26c764e7aab85c627363681c29dbc4a8a2c5', -- oscar-
  160. 'fb9d6beba63dcb6175d0248c1e743b5fe4359474eb264d27f389d7a962e24477', -- northalpha
  161. 'f70f9ddeb307fff8fca31a76f4fbd0ac676dab8ad143625f0a4160d434d72876', -- Barbarossa
  162. '9841dde0b9f6485d5fcdc858fb15c1db1c3bc77fb81aef3f0d4b835f76a3d73b', -- kb-light
  163. '39ef16b1853e54249dae2d06948329a93e3e13f354aaab792552aacd1d0b45ba', -- phimeas
  164. },
  165. },
  166. testing = {
  167. name = 'testing',
  168. mirrors = {'http://firmware.srv.in.ffho.net/%SC/testing/sysupgrade', 'http://[2a03:2260:2342:f251::6]/%SC/testing/sysupgrade'},
  169. good_signatures = 2,
  170. pubkeys = {
  171. 'ba2e6ff4de41ade9959702195d4c26c764e7aab85c627363681c29dbc4a8a2c5', -- oscar-
  172. 'fb9d6beba63dcb6175d0248c1e743b5fe4359474eb264d27f389d7a962e24477', -- northalpha
  173. 'f70f9ddeb307fff8fca31a76f4fbd0ac676dab8ad143625f0a4160d434d72876', -- Barbarossa
  174. '9841dde0b9f6485d5fcdc858fb15c1db1c3bc77fb81aef3f0d4b835f76a3d73b', -- kb-light
  175. '39ef16b1853e54249dae2d06948329a93e3e13f354aaab792552aacd1d0b45ba', -- phimeas
  176. },
  177. },
  178. experimental = {
  179. name = 'experimental',
  180. mirrors = {'http://firmware.srv.in.ffho.net/%SC/experimental/sysupgrade', 'http://[2a03:2260:2342:f251::6]/%SC/experimental/sysupgrade'},
  181. good_signatures = 1,
  182. pubkeys = {
  183. 'ba2e6ff4de41ade9959702195d4c26c764e7aab85c627363681c29dbc4a8a2c5', -- oscar-
  184. 'fb9d6beba63dcb6175d0248c1e743b5fe4359474eb264d27f389d7a962e24477', -- northalpha
  185. 'f70f9ddeb307fff8fca31a76f4fbd0ac676dab8ad143625f0a4160d434d72876', -- Barbarossa
  186. '9841dde0b9f6485d5fcdc858fb15c1db1c3bc77fb81aef3f0d4b835f76a3d73b', -- kb-light
  187. '39ef16b1853e54249dae2d06948329a93e3e13f354aaab792552aacd1d0b45ba', -- phimeas
  188. },
  189. },
  190. },
  191. },
  192. -- configure ffho-debug
  193. debugserver = {
  194. host = { 'debugreport.ffho.net', '2a01:a700:4621:d102::10' },
  195. port = 1337,
  196. },
  197. config_mode = {
  198. -- Show/hide the altitude field
  199. geo_location = {
  200. show_altitude = false,
  201. },
  202. -- define if the contact field is obligatory (optional)
  203. owner = {
  204. obligatory = false,
  205. },
  206. },
  207. -- configure DNS caching
  208. dns = {
  209. cacheentries = 1000,
  210. servers = { '2a03:2260:2342:f251::53' },
  211. },
  212. }