# Beware this file is not supposed to store specific configuration, like "config net eth0" # The options marked with "# Parametrizable with %Mn, %Nn" # can include %Mn templates that will be substituted # with the n'th byte of the primary_interface MAC # and %Nn templates that will be replaced by a "network-identifier" byte, # calculated from the hash of the ap_ssid value, so that all the nodes that # form a mesh cloud (share the same ap_ssid) will produce the same value # System option config lime system option hostname 'NodOax-%M4%M5%M6' # Parametrizable with %Mn, %Nn option location 'Oaxaca, Mexico' option contact 'nodoax at lists.riseup.net' # Network general option config lime network option primary_interface eth0 # The mac address of this device will be used in different places option main_ipv4_address '10.%N1.0.0/16' # Parametrizable with %Mn, %Nn option main_ipv6_address '2a00:1508:0a%N1:%N200::/64' # Parametrizable with %Mn, %Nn list protocols adhoc list protocols lan list protocols anygw list protocols batadv:%N1 # Parametrizable with %Nn list protocols bmx6:13 list resolvers 4.2.2.2 # b.resolvers.Level3.net list resolvers 141.1.1.1 # cns1.cw.net list resolvers 2001:470:20::2 # ordns.he.net # WiFi general options config lime wifi option channel_2ghz '11' option channel_5ghz '157' list modes 'ap' list modes 'adhoc' option ap_ssid 'NodOax' option adhoc_ssid 'Libre-Mesh' option adhoc_bssid 'ca:fe:00:c0:ff:ee' option adhoc_mcast_rate_2ghz '24000' option adhoc_mcast_rate_5ghz '6000'