Advertisement
Guest User

Untitled

a guest
Oct 25th, 2015
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.56 KB | None | 0 0
  1. {
  2. hostname_prefix = 'ffs',
  3. site_name = 'Freifunk Stuttgart',
  4. site_code = 'ffs',
  5.  
  6. prefix4 = '172.21.0.0/18',
  7. prefix6 = 'fd21:b4dc:4b1e::/64',
  8.  
  9. timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', -- Europe/Berlin
  10. ntp_servers = {
  11. 'fd21:b4dc:4b1e::a38:1', -- gw01
  12. },
  13. --opkg_repo = 'http://[fd21:b4dc:4b1e::a38:1]/openwrt/barrier_breaker/14.07/%S/packages',
  14. regdom = 'DE',
  15.  
  16. wifi24 = {
  17. ssid = 'Freifunk',
  18. channel = 1,
  19. htmode = 'HT20',
  20. mesh_ssid = '02:04:08:16:32:64',
  21. mesh_bssid = '02:04:08:16:32:64',
  22. mesh_mcast_rate = 12000,
  23. },
  24. wifi5 = {
  25. ssid = 'Freifunk',
  26. channel = 44,
  27. htmode = 'HT20',
  28. mesh_ssid = '02:04:08:16:32:64',
  29. mesh_bssid = '02:04:08:16:32:64',
  30. mesh_mcast_rate = 12000,
  31. },
  32.  
  33. next_node = {
  34. ip4 = '172.21.24.254',
  35. ip6 = 'fd21:b4dc:4b1e::1',
  36. mac = '02:00:0a:25:00:01',
  37. },
  38.  
  39. fastd_mesh_vpn = {
  40. methods = {'salsa2012+umac'},
  41. mtu = 1406,
  42. enabled = true,
  43. groups = {
  44. backbone = {
  45. limit = 1,
  46. peers = {
  47. gw01 = {
  48. key = 'd7b89d42b629bd5d419139b4c395e7b47ed7417112d3fcd232ba38137daa58e6',
  49. remotes = {'"gw01.freifunk-stuttgart.de" port 10037'},
  50. },
  51. gw02 = {
  52. key = 'b694b4646f4fa7cb027f3786993c6c8b9062d1357fa7257bd3210706cffc565a',
  53. remotes = {'"gw02.freifunk-stuttgart.de" port 10037'},
  54. },
  55. gw03 = {
  56. key = '1e944f5f2dca02e1c1d2e006186417e76759c26f75da5e7850f6c1e5cddcb1c2',
  57. remotes = {'"gw03.freifunk-stuttgart.de" port 10037'},
  58. },
  59. gw04 = {
  60. key = '5689b2fd14bd313de1e95406c17e783b78b9d6f8aa86f896df4f2d843ab642bf',
  61. remotes = {'"gw04.freifunk-stuttgart.de" port 10037'},
  62. },
  63. gw05 = {
  64. key = '26cd067057e4fcf58fb68da66c75a360de56aa4c36094f1846f706824682a789',
  65. remotes = {'"gw05.freifunk-stuttgart.de" port 10037'},
  66. },
  67. gw06 = {
  68. key = 'fdc1737906d7431763962f4daf6eb4d973c845aca7a96e40643d08a82159dff2',
  69. remotes = {'"gw06.freifunk-stuttgart.de" port 10037'},
  70. },
  71. gw07 = {
  72. key = '23f6d70be861effe9b1a7bc812fd8c9e2e575bf0ea63ca4ffdc0a3998afb59a1',
  73. remotes = {'"gw07.freifunk-stuttgart.de" port 10037'},
  74. },
  75. gw08 = {
  76. key = '1af6a5d41d866823e5712e8d9af42080397ad52bdd8664a11ca94225629398a3',
  77. remotes = {'"gw08.freifunk-stuttgart.de" port 10037'},
  78. },
  79. gw09 = {
  80. key = 'bf7c1a62dbf61b8fda25be7e5e600c0ae745e6b6e90a419aeafaf85b6497e8f2',
  81. remotes = {'"gw09.freifunk-stuttgart.de" port 10037'},
  82. },
  83. gw10 = {
  84. key = '4b89e1a8882b4d7cf50eabc0360ff28138d78ca0b63fd63ec9e4c8260121da00',
  85. remotes = {'"gw10.freifunk-stuttgart.de" port 10037'},
  86. },
  87. },
  88. },
  89. },
  90. bandwidth_limit = {
  91. -- Default upload limit (kbit/s).
  92. egress = 500,
  93. -- Default download limit (kbit/s).
  94. ingress = 15000,
  95. },
  96.  
  97. },
  98.  
  99. autoupdater = {
  100. enabled = 1,
  101. branch = 'stable',
  102. branches = {
  103. stable = {
  104. name = 'stable',
  105. mirrors = {
  106. 'http://[fd21:b4dc:4b1e::a38:1]/gluon/stable/sysupgrade', -- gluongw
  107. },
  108. good_signatures = 2,
  109. pubkeys = {
  110. '4418436fe872b5746a6c86293afca7c6c9edba03eca3cac80fdfd82106092d7a', -- leonard
  111. '0b43680e4c389a55a02663a740be234defe017c1e05ba49de87baaa1f88c66c1', -- are
  112. 'b7077095e9d3fc892db1c280b78b65d737700c9aea70a6998d6aad8b3146aaed', -- flip
  113. },
  114. },
  115. beta = {
  116. name = 'beta',
  117. mirrors = {
  118. 'http://[fd21:b4dc:4b1e::a38:1]/gluon/beta/sysupgrade', -- gluongw
  119. },
  120. good_signatures = 1,
  121. pubkeys = {
  122. '4418436fe872b5746a6c86293afca7c6c9edba03eca3cac80fdfd82106092d7a', -- leonard
  123. '0b43680e4c389a55a02663a740be234defe017c1e05ba49de87baaa1f88c66c1', -- are
  124. 'b7077095e9d3fc892db1c280b78b65d737700c9aea70a6998d6aad8b3146aaed', -- flip
  125. },
  126. },
  127. nightly = {
  128. name = 'nightly',
  129. mirrors = {
  130. 'http://[fd21:b4dc:4b1e::a38:1]/gluon/nightly/sysupgrade', -- gluongw
  131. },
  132. good_signatures = 1,
  133. pubkeys = {
  134. '4418436fe872b5746a6c86293afca7c6c9edba03eca3cac80fdfd82106092d7a', -- leonard
  135. '0b43680e4c389a55a02663a740be234defe017c1e05ba49de87baaa1f88c66c1', -- are
  136. 'b7077095e9d3fc892db1c280b78b65d737700c9aea70a6998d6aad8b3146aaed', -- flip
  137. },
  138. },
  139. },
  140. },
  141.  
  142. --interface by default (see gluon-luci-portconfig for webinterface)
  143. mesh_on_wan = false,
  144.  
  145. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement