forked from remote/site-ffmuc
site-ff* scheme in readme,
HTMode explanation, fastd links to documentation, cleaned leftover Todos, GLUON_RELEASE explanation in site.mk
This commit is contained in:
27
site.conf
27
site.conf
@@ -48,11 +48,15 @@
|
||||
sub:
|
||||
ssid: Wifi name shown to the user
|
||||
channel: Wifi channel to use
|
||||
htmode:
|
||||
mesh_ssid: SSID of the mesh-interface, an ugly SSID prevent clients from connecting
|
||||
htmode: Specifies the channel width in 802.11n and 802.11ac mode, possible values are:
|
||||
HT20 (single 20MHz channel),
|
||||
HT40- (2x 20MHz channels, primary/control channel is upper, secondary channel is below)
|
||||
HT40+ (2x 20MHz channels, primary/control channel is lower, secondary channel is above).
|
||||
VHT20 / VHT40 / VHT80 / VHT160 (channel width in 802.11ac, extra channels are picked according to the specification)
|
||||
http://wiki.openwrt.org/doc/uci/wireless#common.options (-> htmode)
|
||||
mesh_ssid: SSID of the mesh-interface, an ugly SSID prevent clients from connecting (We recommend %site_code%.freifunk.net)
|
||||
mesh_bssid: BSSID of the mesh-interface
|
||||
mesh_mcast_rate: multicast rate of the mesh-interface
|
||||
(TODO: fill me)
|
||||
]]
|
||||
regdom = 'DE',
|
||||
|
||||
@@ -81,21 +85,22 @@
|
||||
ip4: IPv4 Address to use
|
||||
ip6: IPv6 Address to use
|
||||
mac: MAC Address to use
|
||||
(TODO: Why is there a mac?)
|
||||
(TODO: What is the purpose of this MAC-Adress here?)
|
||||
]]
|
||||
next_node = {
|
||||
ip4 = '10.130.0.1',
|
||||
ip6 = 'fdef:ffc0:3dd7::1',
|
||||
-- TODO why is there a mac ?
|
||||
mac = '16:41:95:40:f7:dc',
|
||||
},
|
||||
|
||||
|
||||
--[[ Gateway settings
|
||||
fastd_mesh_vpn: fastd vpn settings
|
||||
https://projects.universe-factory.net/projects/fastd/wiki/User_manual
|
||||
sub
|
||||
methods: encryption algorithms to use
|
||||
(TODO: What happens if you use multiple? Is this possible?)
|
||||
https://projects.universe-factory.net/projects/fastd/wiki/Methods
|
||||
When multiple method statements are given, the first one has the highest preference.
|
||||
mtu: package size
|
||||
backbone: fastd vpn gateways of your community
|
||||
sub
|
||||
@@ -169,9 +174,7 @@
|
||||
experimental = {
|
||||
-- DE: Name des "braches" wird beim erstellen von Images / update generiert
|
||||
name = 'experimental',
|
||||
-- DE: Update Server. Diest ist ein einfacher Webserver ohne spezielle Konfiguration
|
||||
mirrors = {'http://1.updates.services.ffhl/experimental/sysupgrade'},
|
||||
-- TODO was ist das ?
|
||||
probability = 1.00,
|
||||
good_signatures = 2,
|
||||
good_signatures = 1,
|
||||
@@ -184,7 +187,7 @@
|
||||
},
|
||||
|
||||
|
||||
--[[ Simple TC settings to limit the vpn-uplink
|
||||
--[[ Simple TC settings to limit the bandwidth of the vpn-uplink
|
||||
mesh_vpn:
|
||||
sub
|
||||
ifname: name of the interface/bridge
|
||||
@@ -203,12 +206,12 @@
|
||||
|
||||
|
||||
--[[ Config Mode settings
|
||||
Text shown on local website on node. you can use html here.
|
||||
msg_welcome: Welcome message shown at first startup
|
||||
Text shown on local website on node while in config mode (after initial flashing or after a long press and hold on the primary button and reboot). You can use html here.
|
||||
msg_welcome: Welcome message shown at startup
|
||||
msg_pubkey: Instructions for the user how your community handles the key exchange
|
||||
only shown if VPN setting is selected
|
||||
msg_reboot: Message shown when configuration is finished while the node is rebooting.
|
||||
|
||||
|
||||
Variables
|
||||
Within the text given here you can use variables which are
|
||||
replaced when the respective website is delivered to the user.
|
||||
|
||||
Reference in New Issue
Block a user