banner
This commit is contained in:
parent
65b5cd682a
commit
6b6c7b5b00
59
site.conf
59
site.conf
@ -4,7 +4,10 @@
|
|||||||
site_code = 'ffrgb',
|
site_code = 'ffrgb',
|
||||||
|
|
||||||
opkg = {
|
opkg = {
|
||||||
|
--[[ old
|
||||||
openwrt = 'http://downloads.openwrt.org/%n/%v/%S/packages',
|
openwrt = 'http://downloads.openwrt.org/%n/%v/%S/packages',
|
||||||
|
]]
|
||||||
|
lede = 'http://downloads.lede-project.org/snapshots/packages/%A',
|
||||||
},
|
},
|
||||||
|
|
||||||
prefix4 = '10.90.0.0/19',
|
prefix4 = '10.90.0.0/19',
|
||||||
@ -18,6 +21,8 @@
|
|||||||
regdom = 'DE',
|
regdom = 'DE',
|
||||||
|
|
||||||
wifi24 = {
|
wifi24 = {
|
||||||
|
supported_rates = {6000, 9000, 12000, 18000, 24000, 36000, 48000, 54000},
|
||||||
|
basic_rate = {6000, 9000, 18000, 36000, 54000},
|
||||||
channel = 1,
|
channel = 1,
|
||||||
ap = {
|
ap = {
|
||||||
ssid = 'regensburg.freifunk.net',
|
ssid = 'regensburg.freifunk.net',
|
||||||
@ -52,40 +57,42 @@
|
|||||||
mac = '16:41:95:40:f7:dd',
|
mac = '16:41:95:40:f7:dd',
|
||||||
},
|
},
|
||||||
|
|
||||||
fastd_mesh_vpn = {
|
mesh_vpn = {
|
||||||
bandwidth_limit = {
|
|
||||||
enabled = false,
|
|
||||||
ingress = 12000,
|
|
||||||
egress = 1200,
|
|
||||||
},
|
|
||||||
methods = {'salsa2012+umac'},
|
|
||||||
configurable = true,
|
|
||||||
mtu = 1426,
|
mtu = 1426,
|
||||||
groups = {
|
fastd = {
|
||||||
backbone = {
|
configurable = true,
|
||||||
limit = 2,
|
methods = {'salsa2012+umac'},
|
||||||
peers = {
|
groups = {
|
||||||
gw01 = { --[[ sven ]]
|
backbone = {
|
||||||
key = '58c2ac30c4693e8fde59c3794ac4c09748ec6a969e9688c42e144f5382e16e66',
|
limit = 2,
|
||||||
remotes = {
|
peers = {
|
||||||
'ipv4 "78.47.168.108" port 10000',
|
gw01 = { --[[ sven ]]
|
||||||
|
key = '58c2ac30c4693e8fde59c3794ac4c09748ec6a969e9688c42e144f5382e16e66',
|
||||||
|
remotes = {
|
||||||
|
'ipv4 "78.47.168.108" port 10000',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
gw02 = { --[[ alamar ]]
|
||||||
gw02 = { --[[ alamar ]]
|
key = 'aa87e56e1e4d54fc8f4bfac755216425916d188d6fafc6a66ff90272c6b64214',
|
||||||
key = 'aa87e56e1e4d54fc8f4bfac755216425916d188d6fafc6a66ff90272c6b64214',
|
remotes = {
|
||||||
remotes = {
|
'ipv4 "185.53.218.23" port 10000',
|
||||||
'ipv4 "185.53.218.23" port 10000',
|
},
|
||||||
},
|
},
|
||||||
},
|
gw04 = { --[[ mephisto ]]
|
||||||
gw04 = { --[[ mephisto ]]
|
key = '40ebfaf04da006d9150d3d8adeaab0dfa62ca645b416403537cb009bbf2125b5',
|
||||||
key = '40ebfaf04da006d9150d3d8adeaab0dfa62ca645b416403537cb009bbf2125b5',
|
remotes = {
|
||||||
remotes = {
|
'ipv4 "213.166.225.5" port 10000',
|
||||||
'ipv4 "213.166.225.5" port 10000',
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
bandwidth_limit = {
|
||||||
|
enabled = false,
|
||||||
|
ingress = 12000,
|
||||||
|
egress = 1200,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
autoupdater = {
|
autoupdater = {
|
||||||
|
11
site.mk
11
site.mk
@ -10,13 +10,10 @@ GLUON_SITE_PACKAGES := \
|
|||||||
gluon-config-mode-contact-info \
|
gluon-config-mode-contact-info \
|
||||||
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-wifi-config \
|
gluon-web-wifi-config \
|
||||||
gluon-luci-private-wifi \
|
|
||||||
gluon-luci-mesh-vpn-fastd \
|
|
||||||
gluon-next-node \
|
|
||||||
gluon-mesh-vpn-fastd \
|
gluon-mesh-vpn-fastd \
|
||||||
gluon-radvd \
|
gluon-radvd \
|
||||||
gluon-setup-mode \
|
gluon-setup-mode \
|
||||||
|
Loading…
Reference in New Issue
Block a user