Skip to content

profile-es.hackmeeting.org-hm2019generic

Network used for Iberic Hackmeeting 2019 in Errekaleor

Makefile

include $(TOPDIR)/rules.mk

PROFILE_DESCRIPTION:=Network used for Iberic Hackmeeting 2019 in Errekaleor
PROFILE_DEPENDS:=+prometheus-node-exporter-lua \
+prometheus-node-exporter-lua-wifi             \
+prometheus-node-exporter-lua-wifi_stations    \
+prometheus-node-exporter-lua-openwrt          \
+lime-system                                   \
+lime-proto-babeld                             \
+lime-proto-batadv                             \
+lime-proto-anygw                              \
+lime-proto-wan                                \
+lime-hwd-openwrt-wan                          \
+shared-state                                  \
+hotplug-initd-services                        \
+shared-state-babeld_hosts                     \
+shared-state-bat_hosts                        \
+shared-state-dnsmasq_hosts                    \
+shared-state-dnsmasq_leases                   \
+shared-state-nodes_and_links                  \
+check-date-http                               \
+lime-app                                      \
+lime-docs-minimal                             \
+first-boot-wizard                             \
+lime-docs                                     \
+lime-hwd-ground-routing                       \
+lime-debug                                    \
+ubus-lime-batman-adv                          \
+pirania                                       \
+shared-state-pirania                          \
+shared-state-persist

include ../../profile.mk

# call BuildPackage - OpenWrt buildroot signature

lime-community

config lime system
	option hostname 'LiMeHM-%M4%M5%M6'
	option domain 'es.hackmeeting.org'
	option keep_on_upgrade 'libremesh base-files-essential /etc/sysupgrade.conf'

config lime network
	option primary_interface 'eth0'
	option main_ipv4_address '172.16.128.0/16/17'
	option anygw_dhcp_start '5120'
	option anygw_dhcp_limit '27648'
	option main_ipv6_address '2a00:1508:0a%N1:%N200::/64'
	list protocols ieee80211s
	list protocols lan
	list protocols anygw
	list protocols batadv:%N1
	list protocols babeld:0
	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
	option anygw_mac "aa:aa:aa:%N1:%N2:aa"
	option use_odhcpd false

config lime wifi
	option country 'ES'
	option channel_2ghz '11'
	option channel_5ghz '48'
	option htmode_5ghz 'HT40'
	option distance_2ghz '100'
	option distance_5ghz '200'
	list modes 'ap'
	list modes 'apname'
	list modes 'ieee80211s'
	option ap_ssid 'es.hackmeeting.org'
	option apname_ssid 'LibreMesh.org/%H'
	option ieee80211s_mesh_fwding '0'
	option ieee80211s_mesh_id 'LiMe'