lime
# option bmx6_over_batman false
# Disables Bmx6 meshing on top of batman
# option main_ipv4_address '192.0.2.0/24'
# Parametrizable with %Mn, %Nn
# option main_ipv6_address '2001:db8::%M5:%M6/64'
# Parametrizable with %Mn, %Nn
# list protocols adhoc
# List of protocols configured by LiMe
# list protocols lan
# list protocols anygw
# list protocols batadv:%N1
# Parametrizable with %Nn
# list protocols bmx6:13
# list resolvers 8.8.8.8
# DNS servers node will use
# list resolvers 2001:4860:4860::8844
### WiFi general options
#config lime wifi
# option channel_2ghz '11'
# option channel_5ghz '48'
# list modes 'ap'
# list modes 'adhoc'
# option ap_ssid 'LiMe'
# option adhoc_ssid 'libre-mesh'
# Parametrizable with %M, %H
# option adhoc_bssid 'ca:fe:00:c0:ff:ee'
# option adhoc_mcast_rate_2ghz '24000'
# option adhoc_mcast_rate_5ghz '6000'
# option mesh_mesh_fwding '0'
# option mesh_mesh_id 'LiMe'
### WiFi interface specific options ( override general option )
#config wifi radio11
# list modes 'adhoc'
# option channel_2ghz '1'
# option channel_5ghz '48'
# option adhoc_mcast_rate '6000'
# option adhoc_ssid 'libre-mesh'
# option adhoc_bssid 'ca:fe:00:c0:ff:ee'
#config wifi radio12
# list modes 'manual'
# If you use manual protocol you must not specify other protocol, or
your
configuration will be broken!
### Network interface specific options ( override general option )
### Available protocols: bmx6, batadv, wan, lan, manual
### proto:vlan_number works too ( something like bmx6:13 is supported )
### If you use manual do not specify other protocols, may result in an
unpredictable behavior/configuration (likely you loose connection to the
node)
#config net port5
# option linux_name 'eth1.5'
# list protocols 'manual'
### Ground routing specific sections
### One section for each ground routing link
#config hwd_gr link1
# option net_dev 'eth0'
#
Plain ethernet device on top of which 802.1q vlan will be constructed
# option vlan '5'
#
Vlan id to use for this ground routing link, use little one because
cheap
switch doesn't supports big ids, this will bi used also as 802.1q vid
# option switch_dev 'switch0'
#
If your ethernet device is connected to a switch chip you must specify
it
# option switch_cpu_port '0'
#
Refer to switch port map of your device on openwrt wiki to know CPU port
index
# list switch_ports '4'
####################
lime-defaults
# Beware this file is NOT supposed to be edited by the end user, modify
/etc/config/lime instead
# If the same configuration is contained in both /etc/config/lime and
lime-defaults file, the former will prevail
# Beware this file is not supposed to store specific configuration, like
"config net eth0"
config lime system
option hostname 'LiMeNode-%M4%M5%M6'
config lime network
option primary_interface eth0
option main_ipv4_address '192.0.2.0/24'
option main_ipv6_address '2001:db8::%M5:%M6/64'
list protocols adhoc
list protocols lan
list protocols anygw
list protocols batadv:%N1
list protocols bmx6:13
list resolvers 8.8.8.8
list resolvers 2001:4860:4860::8844
config lime wifi
option channel_2ghz '11'
option channel_5ghz '48'
list modes 'ap'
list modes 'adhoc'
option ap_ssid 'libre-mesh.org'
option adhoc_ssid '%H'
option adhoc_bssid 'ca:fe:00:c0:ff:ee'
option adhoc_mcast_rate_2ghz '24000'
option adhoc_mcast_rate_5ghz '6000'
option mesh_mesh_fwding '0'
option mesh_mesh_id 'LiMe'
#############
somthing worth to note :
%H and is not expanded in /config/wireless
/etc/config/network br-lan ip NOT set
##
hope somebody can help
#
sorry have to stay with CC-RC3 but didnt have any problems with luci/lua
until now
running build for AR71xx
greetings
Show replies by date