Skip to content
This repository was archived by the owner on Jun 2, 2020. It is now read-only.

Commit 414bf67

Browse files
committed
Revert "remove files/etc/lime-defaults-factory"
This reverts commit d5d9198.
1 parent da50bf8 commit 414bf67

File tree

1 file changed

+63
-0
lines changed

1 file changed

+63
-0
lines changed
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
# Beware this file is NOT supposed to be edited by the end user, modify /etc/config/lime instead
2+
# If the same option or list is defined both in /etc/config/lime and lime-defaults file, the former will prevail
3+
# Beware this file is not supposed to store interface specific configuration, like "config net eth0"
4+
5+
# Read the documentation in /docs directory
6+
# and on http://libremesh.org
7+
8+
config lime system
9+
option hostname 'LiMe-%M4%M5%M6'
10+
option domain 'lan'
11+
option keep_on_upgrade 'libremesh base-files-essential /etc/sysupgrade.conf'
12+
13+
config lime network
14+
option primary_interface 'eth0'
15+
option main_ipv4_address '10.%N1.0.0/16'
16+
option anygw_dhcp_start '2'
17+
option anygw_dhcp_limit '0'
18+
option main_ipv6_address '2a00:1508:0a%N1:%N200::/64'
19+
option bmx6_mtu '1500'
20+
option bmx7_mtu '1500'
21+
list protocols ieee80211s
22+
list protocols lan
23+
list protocols anygw
24+
list protocols batadv:%N1
25+
list protocols bmx6:13
26+
list protocols olsr:14
27+
list protocols olsr6:15
28+
list protocols olsr2:16
29+
list protocols babeld:17
30+
list protocols bmx7:18
31+
list resolvers 4.2.2.2 # b.resolvers.Level3.net
32+
list resolvers 141.1.1.1 # cns1.cw.net
33+
list resolvers 2001:470:20::2 # ordns.he.net
34+
option bmx6_mtu '1500'
35+
option bmx6_publish_ownip false
36+
option bmx6_over_batman false
37+
option bmx6_pref_gw none
38+
option bmx6_wifi_rate_max 54000000
39+
option bmx7_publish_ownip false
40+
option bmx7_over_batman false
41+
option bmx7_pref_gw none
42+
option bmx7_wifi_rate_max 'auto'
43+
option anygw_mac "aa:aa:aa:%N1:%N2:aa"
44+
option use_odhcpd false
45+
46+
config lime wifi
47+
option channel_2ghz '11'
48+
list channel_5ghz '157'
49+
list channel_5ghz '48'
50+
option htmode_5ghz 'HT40'
51+
option distance_2ghz '100'
52+
option distance_5ghz '1000'
53+
list modes 'ap_2ghz'
54+
list modes 'apname_2ghz'
55+
list modes 'ieee80211s_5ghz'
56+
option ap_ssid 'LibreMesh.org'
57+
option apname_ssid 'LibreMesh.org/%H'
58+
option adhoc_ssid 'LiMe'
59+
option adhoc_bssid 'ca:fe:00:c0:ff:ee'
60+
option adhoc_mcast_rate_2ghz '24000'
61+
option adhoc_mcast_rate_5ghz '6000'
62+
option ieee80211s_mesh_fwding '0'
63+
option ieee80211s_mesh_id 'LiMe'

0 commit comments

Comments
 (0)