Skip to content
Snippets Groups Projects
Commit 55d95f16 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

docs: various user/site fixes

parent bca916dd
No related branches found
No related tags found
No related merge requests found
...@@ -67,21 +67,19 @@ wifi24 ...@@ -67,21 +67,19 @@ wifi24
``htmode``, the adhoc ssid ``mesh_ssid`` used between devices, the adhoc ``htmode``, the adhoc ssid ``mesh_ssid`` used between devices, the adhoc
bssid ``mesh_bssid`` and the adhoc multicast rate ``mesh_mcast_rate``. bssid ``mesh_bssid`` and the adhoc multicast rate ``mesh_mcast_rate``.
Optionally ``mesh_vlan`` can be used to setup VLAN on top of the 802.11 Optionally ``mesh_vlan`` can be used to setup VLAN on top of the 802.11
ad-hoc interface. The options``mesh_disabled`` and ``client_disabled`` ad-hoc interface. The options ``mesh_disabled`` and ``client_disabled``
are optional, too. They allow to disable the SSID by default, e.g. for are optional, too. They allow to disable the SSID by default, e.g. for
preconfigured node. This only affects first configuraton. preconfigured node. This only affects first configuraton.
Combined in an dictionary, e.g.: Combined in an dictionary, e.g.:
:: ::
wifi24 = { wifi24 = {
ssid = 'http://kiel.freifunk.net/', ssid = 'entenhausen.freifunk.net',
channel = 11, channel = 11,
htmode = 'HT40-', htmode = 'HT40-',
mesh_ssid = 'ff:ff:ff:ee:ba:be', mesh_ssid = 'ff:ff:ff:ee:ba:be',
mesh_bssid = 'ff:ff:ff:ee:ba:be', mesh_bssid = 'ff:ff:ff:ee:ba:be',
mesh_mcast_rate = 12000, mesh_mcast_rate = 12000,
client_disabled = true,
mesh_disabled = false,
}, },
wifi5 wifi5
...@@ -94,7 +92,7 @@ next_node : package ...@@ -94,7 +92,7 @@ next_node : package
next_node = { next_node = {
ip4 = '10.23.42.1', ip4 = '10.23.42.1',
ip6 = 'fdca:ffee:babe:1::1', ip6 = 'fdca:ffee:babe:1::1',
mac = 'ca:ff:ee:ba:be' mac = 'ca:ff:ee:ba:be:00'
} }
...@@ -103,12 +101,12 @@ fastd_mesh_vpn ...@@ -103,12 +101,12 @@ fastd_mesh_vpn
:: ::
fastd_mesh_vpn = { fastd_mesh_vpn = {
methods = {'salsa2012+gmac'}, methods = {'salsa2012+umac'},
mtu = 1426, mtu = 1426,
backbone = { backbone = {
limit = 2, limit = 2,
peers = { peers = {
ffki_rz = { peer1 = {
key = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX', key = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX',
remotes = {'ipv4 "vpn1.entenhausen.freifunk.net" port 10000'}, remotes = {'ipv4 "vpn1.entenhausen.freifunk.net" port 10000'},
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment