site.conf 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. {
  2. hostname_prefix = 'FF-DO',
  3. site_name = 'Freifunk Dortmund',
  4. site_code = 'ffdo',
  5. prefix4 = '10.233.0.0/16',
  6. prefix6 = '2a03:2260:50:5::/64',
  7. timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', -- Europe/Berlin
  8. ntp_servers = {'ntp.services.ffdo.de'},
  9. regdom = 'DE',
  10. opkg = {
  11. openwrt = 'http://update.services.ffdo.de/openwrt/%n/%v/%S/packages',
  12. extra = {
  13. modules = 'http://update.services.ffdo.de/%GS/releases/%GR/modules/%GR/%S',
  14. },
  15. },
  16. wifi24 = {
  17. channel = 1,
  18. ap = {
  19. ssid = 'Freifunk',
  20. },
  21. ibss = {
  22. ssid = 'wifimesh-dortmund',
  23. bssid = '02:ff:d0:09:ff:01',
  24. mcast_rate = 12000,
  25. },
  26. },
  27. wifi5 = {
  28. channel = 44,
  29. ap = {
  30. ssid = 'Freifunk (5GHz)',
  31. },
  32. ibss = {
  33. ssid = 'wifimesh-dortmund5',
  34. bssid = '02:ff:d0:09:ff:02',
  35. mcast_rate = 12000,
  36. },
  37. },
  38. next_node = {
  39. ip4 = '10.233.254.254',
  40. ip6 = '2a03:2260:50:5::cafe',
  41. mac = '16:41:95:40:f7:dc',
  42. },
  43. fastd_mesh_vpn = {
  44. methods = {'salsa2012+umac'},
  45. mtu = 1280,
  46. groups = {
  47. do01 = {
  48. limit = 1,
  49. peers = {
  50. do01100 = {
  51. key = '8a334499c905966d48b1cdb01d668b114b17cd6490ead54c6eb5e2d15c1852e4',
  52. remotes = {'"snode01-1.ffdo.de" port 10000'},
  53. },
  54. do01200 = {
  55. key = 'd2de261203853d14389d80ca004c98d6a67c244bfe4096b7a6f36a0a8484c55a',
  56. remotes = {'"snode01-2.ffdo.de" port 10000'},
  57. },
  58. },
  59. },
  60. do02 = {
  61. limit = 1,
  62. peers = {
  63. do02100 = {
  64. key = '12b94258d16f864c863f7bab07a77514eddffe3ba01c9d4948bd84a192d28f42',
  65. remotes = {'"snode02-1.ffdo.de" port 10000'},
  66. },
  67. do02200 = {
  68. key = '2a0e055aa71e68f2caf09307e8f8c89c22ec36419fb38e089005cc40687e5187',
  69. remotes = {'"snode02-2.ffdo.de" port 10000'},
  70. },
  71. },
  72. },
  73. backbone = {
  74. limit = 0,
  75. peers = {},
  76. },
  77. },
  78. bandwidth_limit = {
  79. enabled = false,
  80. egress = 4000,
  81. ingress = 30000,
  82. },
  83. },
  84. autoupdater = {
  85. branch = 'stable',
  86. branches = {
  87. stable = {
  88. name = 'stable',
  89. mirrors = {'http://update.services.ffdo.de/ffdo/stable/sysupgrade'},
  90. probability = 0.08,
  91. good_signatures = 2,
  92. pubkeys = {
  93. '4b74a95381fdb8d4db0f69effde000befe8e58a14996a8f732213cc40627b7fe', -- Markus
  94. '64825ce2492cf99c51abcba32bd08bd8f880da58e606b3957159c78725d739ca', -- Till
  95. '497223af7ce512a31d7c282765951063d781f46f6e6a890faa3bf2e03fe2e19c', -- Torben
  96. },
  97. },
  98. beta = {
  99. name = 'beta',
  100. mirrors = {'http://update.services.ffdo.de/ffdo/beta/sysupgrade'},
  101. probability = 0.08,
  102. good_signatures = 2,
  103. pubkeys = {
  104. '4b74a95381fdb8d4db0f69effde000befe8e58a14996a8f732213cc40627b7fe', -- Markus
  105. '64825ce2492cf99c51abcba32bd08bd8f880da58e606b3957159c78725d739ca', -- Till
  106. '497223af7ce512a31d7c282765951063d781f46f6e6a890faa3bf2e03fe2e19c', -- Torben
  107. },
  108. },
  109. experimental = {
  110. name = 'experimental',
  111. mirrors = {'http://update.services.ffdo.de/ffdo/experimental/sysupgrade'},
  112. probability = 0.08,
  113. good_signatures = 1,
  114. pubkeys = {
  115. '4b74a95381fdb8d4db0f69effde000befe8e58a14996a8f732213cc40627b7fe', -- Markus
  116. '64825ce2492cf99c51abcba32bd08bd8f880da58e606b3957159c78725d739ca', -- Till
  117. '497223af7ce512a31d7c282765951063d781f46f6e6a890faa3bf2e03fe2e19c', -- Torben
  118. },
  119. },
  120. },
  121. },
  122. }