-- prefix6 is required, prefix4 can be omitted if next_node.ip4
-- is not set.
prefix4 = '10.xxx.0.0/20',
prefix6 = 'fdxx:xxxx:xxxx::/64',
-- Wireless configuration for 2.4 GHz interfaces.
wifi24 = {
ap = {
-- ESSID used for client network.
ssid = 'alpha-centauri.freifunk.net',
-- disabled = true, -- (optional)
},
mesh = {
-- Adjust these values!
id = 'ueH3uXjdp', -- usually you don't want users to connect to this mesh-SSID, so use a cryptic id that no one will accidentally mistake for the client WiFi
},
},
-- Wireless configuration for 5 GHz interfaces.
-- This should be equal to the 2.4 GHz variant, except
-- for channel.
wifi5 = {
ap = {
ssid = 'alpha-centauri.freifunk.net',
},
mesh = {
-- Adjust these values!
id = 'ueH3uXjdp',
},
},
-- The next node feature allows clients to always reach the node it is