site.conf 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  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://downloads.openwrt.org/%n/%v/%S/packages',
  12. extra = {
  13. modules = 'http://update.services.ffdo.de/%GS/releases/%GR/modules/%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. ffdo = {
  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. do02100 = {
  59. key = '12b94258d16f864c863f7bab07a77514eddffe3ba01c9d4948bd84a192d28f42',
  60. remotes = {'"snode02-1.ffdo.de" port 10000'},
  61. },
  62. do02200 = {
  63. key = '2a0e055aa71e68f2caf09307e8f8c89c22ec36419fb38e089005cc40687e5187',
  64. remotes = {'"snode02-2.ffdo.de" port 10000'},
  65. },
  66. },
  67. },
  68. do01 = {
  69. limit = 0,
  70. peers = {},
  71. },
  72. do02 = {
  73. limit = 0,
  74. peers = {},
  75. },
  76. backbone = {
  77. limit = 0,
  78. peers = {},
  79. },
  80. },
  81. bandwidth_limit = {
  82. enabled = false,
  83. egress = 4000,
  84. ingress = 30000,
  85. },
  86. },
  87. autoupdater = {
  88. branch = 'stable',
  89. branches = {
  90. stable = {
  91. name = 'stable',
  92. mirrors = {'http://update.services.ffdo.de/ffdo/stable/images/sysupgrade'},
  93. probability = 0.08,
  94. good_signatures = 2,
  95. pubkeys = {
  96. '4b74a95381fdb8d4db0f69effde000befe8e58a14996a8f732213cc40627b7fe', -- Markus
  97. '64825ce2492cf99c51abcba32bd08bd8f880da58e606b3957159c78725d739ca', -- Till
  98. '497223af7ce512a31d7c282765951063d781f46f6e6a890faa3bf2e03fe2e19c', -- Torben
  99. '6274bc371973f6cedd6c63523388fda3a938df26a1cfbe91378c8c0a1bf6efca', -- Tim
  100. },
  101. },
  102. beta = {
  103. name = 'beta',
  104. mirrors = {'http://update.services.ffdo.de/ffdo/beta/images/sysupgrade'},
  105. probability = 0.08,
  106. good_signatures = 2,
  107. pubkeys = {
  108. '4b74a95381fdb8d4db0f69effde000befe8e58a14996a8f732213cc40627b7fe', -- Markus
  109. '64825ce2492cf99c51abcba32bd08bd8f880da58e606b3957159c78725d739ca', -- Till
  110. '497223af7ce512a31d7c282765951063d781f46f6e6a890faa3bf2e03fe2e19c', -- Torben
  111. '6274bc371973f6cedd6c63523388fda3a938df26a1cfbe91378c8c0a1bf6efca', -- Tim
  112. },
  113. },
  114. experimental = {
  115. name = 'experimental',
  116. mirrors = {'http://update.services.ffdo.de/ffdo/experimental/images/sysupgrade'},
  117. probability = 0.08,
  118. good_signatures = 1,
  119. pubkeys = {
  120. '4b74a95381fdb8d4db0f69effde000befe8e58a14996a8f732213cc40627b7fe', -- Markus
  121. '64825ce2492cf99c51abcba32bd08bd8f880da58e606b3957159c78725d739ca', -- Till
  122. '497223af7ce512a31d7c282765951063d781f46f6e6a890faa3bf2e03fe2e19c', -- Torben
  123. '6274bc371973f6cedd6c63523388fda3a938df26a1cfbe91378c8c0a1bf6efca', -- Tim
  124. },
  125. },
  126. },
  127. },
  128. }