2017.1 Anpassungen
This commit is contained in:
parent
1086ef62a7
commit
862546289a
34
site.conf
34
site.conf
@ -2,7 +2,6 @@
|
|||||||
hostname_prefix = 'tdf',
|
hostname_prefix = 'tdf',
|
||||||
site_name = 'Freifunk Troisdorf - Unterkünfte',
|
site_name = 'Freifunk Troisdorf - Unterkünfte',
|
||||||
site_code = 'flu',
|
site_code = 'flu',
|
||||||
opkg_repo = 'http://openwrt.draic.info/barrier_breaker/14.07/%S/packages',
|
|
||||||
prefix4 = '10.188.64.0/19',
|
prefix4 = '10.188.64.0/19',
|
||||||
prefix6 = 'fda0:747e:ab29:7405::/64',
|
prefix6 = 'fda0:747e:ab29:7405::/64',
|
||||||
timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', -- Europe/Berlin
|
timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', -- Europe/Berlin
|
||||||
@ -114,24 +113,31 @@
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
tunneldigger_mesh_vpn = {
|
mesh_vpn = {
|
||||||
mtu = 1312,
|
tunneldigger = {
|
||||||
brokers = {
|
mtu = 1312,
|
||||||
'flu1.freifunk-troisdorf.de:53842',
|
brokers = {
|
||||||
'flu2.freifunk-troisdorf.de:53840'
|
'flu1.freifunk-troisdorf.de:53842',
|
||||||
|
'flu2.freifunk-troisdorf.de:53840'
|
||||||
|
},
|
||||||
|
bandwidth_limit = {
|
||||||
|
enabled = false,
|
||||||
|
egress = 2000,
|
||||||
|
ingress = 6000,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
roles = {
|
roles = {
|
||||||
default = 'node',
|
default = 'node',
|
||||||
list = {
|
list = {
|
||||||
node,
|
'node',
|
||||||
uplink,
|
'uplink',
|
||||||
nightswitch,
|
'nightswitch',
|
||||||
test,
|
'test',
|
||||||
mesh,
|
'mesh',
|
||||||
backbone,
|
'backbone',
|
||||||
service,
|
'service',
|
||||||
meshanduplink,
|
'meshanduplink',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
config_mode = {
|
config_mode = {
|
||||||
|
13
site.mk
13
site.mk
@ -10,17 +10,14 @@ GLUON_SITE_PACKAGES := \
|
|||||||
gluon-config-mode-geo-location \
|
gluon-config-mode-geo-location \
|
||||||
gluon-config-mode-contact-info \
|
gluon-config-mode-contact-info \
|
||||||
gluon-config-mode-tunneldigger \
|
gluon-config-mode-tunneldigger \
|
||||||
gluon-migrate-vpn \
|
|
||||||
gluon-ebtables-filter-multicast \
|
gluon-ebtables-filter-multicast \
|
||||||
gluon-ebtables-filter-ra-dhcp \
|
gluon-ebtables-filter-ra-dhcp \
|
||||||
gluon-luci-admin \
|
gluon-web-admin \
|
||||||
gluon-luci-autoupdater \
|
gluon-web-autoupdater \
|
||||||
gluon-luci-portconfig \
|
gluon-web-network \
|
||||||
gluon-luci-private-wifi \
|
gluon-web-private-wifi \
|
||||||
gluon-luci-node-role \
|
gluon-web-node-role \
|
||||||
gluon-next-node \
|
gluon-next-node \
|
||||||
gluon-mesh-vpn-tunneldigger \
|
|
||||||
gluon-tunneldigger-watchdog \
|
|
||||||
gluon-radvd \
|
gluon-radvd \
|
||||||
gluon-status-page \
|
gluon-status-page \
|
||||||
iwinfo \
|
iwinfo \
|
||||||
|
Loading…
Reference in New Issue
Block a user