site.conf 2.7 KB

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