mirror of
https://github.com/ffrgb/site-ffrgb.git
synced 2024-12-27 20:41:51 +01:00
Merge branch 'vxlan-test'
This commit is contained in:
commit
ee6ec34914
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
site-ffrgb.code-workspace
|
3
Makefile
3
Makefile
@ -1,11 +1,12 @@
|
|||||||
GLUON_BUILD_DIR := gluon-build
|
GLUON_BUILD_DIR := gluon-build
|
||||||
GLUON_GIT_URL := https://github.com/freifunk-gluon/gluon
|
GLUON_GIT_URL := https://github.com/freifunk-gluon/gluon
|
||||||
GLUON_GIT_REF := bbc00017a922fc691297c3ca1263cb7057f63e24
|
GLUON_GIT_REF := v2021.1.1
|
||||||
|
|
||||||
SECRET_KEY_FILE ?= ${HOME}/.gluon-secret-key
|
SECRET_KEY_FILE ?= ${HOME}/.gluon-secret-key
|
||||||
|
|
||||||
|
|
||||||
GLUON_TARGETS ?= \
|
GLUON_TARGETS ?= \
|
||||||
|
x86-generic \
|
||||||
ar71xx-generic \
|
ar71xx-generic \
|
||||||
ar71xx-tiny \
|
ar71xx-tiny \
|
||||||
ar71xx-nand \
|
ar71xx-nand \
|
||||||
|
@ -6,8 +6,6 @@
|
|||||||
prefix6 = 'fdef:f10f:1337:cafe::/64',
|
prefix6 = 'fdef:f10f:1337:cafe::/64',
|
||||||
extra_prefixes6 = {'2a00:9d80:6000:0101::/64', '2001:678:ddc:11::/64', '2001:678:e64:12::/64'},
|
extra_prefixes6 = {'2a00:9d80:6000:0101::/64', '2001:678:ddc:11::/64', '2001:678:e64:12::/64'},
|
||||||
|
|
||||||
ntp_servers = {'1.ntp.services.ffrgb','2.ntp.services.ffrgb'},
|
|
||||||
|
|
||||||
wifi24 = {
|
wifi24 = {
|
||||||
channel = 1,
|
channel = 1,
|
||||||
htmode = 'HT20',
|
htmode = 'HT20',
|
||||||
@ -53,6 +51,19 @@
|
|||||||
|
|
||||||
mesh_vpn = {
|
mesh_vpn = {
|
||||||
mtu = 1312,
|
mtu = 1312,
|
||||||
|
wireguard = {
|
||||||
|
enabled = 'true',
|
||||||
|
iface = 'wg_mesh_vpn',
|
||||||
|
limit = '1', -- actually unused
|
||||||
|
peers = {
|
||||||
|
{
|
||||||
|
publickey ='zqBVQJlzkZxk5YT04dv4cIrYoDYpx0xBxK/6gV2PZXE=',
|
||||||
|
endpoint ='gw11.ffrgb.net:20010',
|
||||||
|
broker ='gw11.ffrgb.net',
|
||||||
|
link_address='fe80::11',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
fastd = {
|
fastd = {
|
||||||
groups = {
|
groups = {
|
||||||
backbone = {
|
backbone = {
|
||||||
|
@ -7,8 +7,6 @@
|
|||||||
prefix6 = 'fdef:f30f:1337:cafe::/64',
|
prefix6 = 'fdef:f30f:1337:cafe::/64',
|
||||||
extra_prefixes6 = {'2a00:9d80:6000:0103::/64', '2001:678:ddc:31::/64', '2001:678:e64:32::/64'},
|
extra_prefixes6 = {'2a00:9d80:6000:0103::/64', '2001:678:ddc:31::/64', '2001:678:e64:32::/64'},
|
||||||
|
|
||||||
ntp_servers = {'1.ntp.services.ffrgb','2.ntp.services.ffrgb'},
|
|
||||||
|
|
||||||
wifi24 = {
|
wifi24 = {
|
||||||
channel = 1,
|
channel = 1,
|
||||||
htmode = 'HT20',
|
htmode = 'HT20',
|
||||||
@ -24,7 +22,7 @@
|
|||||||
channel = 44,
|
channel = 44,
|
||||||
htmode = 'HT20',
|
htmode = 'HT20',
|
||||||
ap = {
|
ap = {
|
||||||
ssid = 'test.freifunk.net',
|
ssid = 'test.ffrgb.net',
|
||||||
},
|
},
|
||||||
mesh = {
|
mesh = {
|
||||||
id = 'mesh_ffrgb_tst_11s',
|
id = 'mesh_ffrgb_tst_11s',
|
||||||
@ -54,6 +52,19 @@
|
|||||||
|
|
||||||
mesh_vpn = {
|
mesh_vpn = {
|
||||||
mtu = 1312,
|
mtu = 1312,
|
||||||
|
wireguard = {
|
||||||
|
enabled = 'true',
|
||||||
|
iface = 'wg_mesh_vpn',
|
||||||
|
limit = '1', -- actually unused
|
||||||
|
peers = {
|
||||||
|
{
|
||||||
|
publickey ='SfVwYUjy2b9AZ+R/JTwmLXz5jm1UEmnfuRMGpN9B4X4=',
|
||||||
|
endpoint ='gw31.ffrgb.net:20030',
|
||||||
|
broker ='gw31.ffrgb.net',
|
||||||
|
link_address='fe80::31',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
fastd = {
|
fastd = {
|
||||||
groups = {
|
groups = {
|
||||||
backbone = {
|
backbone = {
|
||||||
|
@ -6,8 +6,6 @@
|
|||||||
prefix6 = 'fdef:f20f:1337:cafe::/64',
|
prefix6 = 'fdef:f20f:1337:cafe::/64',
|
||||||
extra_prefixes6 = {'2a00:9d80:6000:0102::/64', '2001:678:ddc:21::/64', '2001:678:e64:22::/64'},
|
extra_prefixes6 = {'2a00:9d80:6000:0102::/64', '2001:678:ddc:21::/64', '2001:678:e64:22::/64'},
|
||||||
|
|
||||||
ntp_servers = {'1.ntp.services.ffrgb','2.ntp.services.ffrgb'},
|
|
||||||
|
|
||||||
wifi24 = {
|
wifi24 = {
|
||||||
channel = 1,
|
channel = 1,
|
||||||
htmode = 'HT20',
|
htmode = 'HT20',
|
||||||
@ -53,6 +51,19 @@
|
|||||||
|
|
||||||
mesh_vpn = {
|
mesh_vpn = {
|
||||||
mtu = 1312,
|
mtu = 1312,
|
||||||
|
wireguard = {
|
||||||
|
enabled = 'true',
|
||||||
|
iface = 'wg_mesh_vpn',
|
||||||
|
limit = '1', -- actually unused
|
||||||
|
peers = {
|
||||||
|
{
|
||||||
|
publickey ='MqzXEqO4US16rSGxsF2oHuSdMAy/Qimy+GUSeCob+U0=',
|
||||||
|
endpoint ='gw21.ffrgb.net:20020',
|
||||||
|
broker ='gw21.ffrgb.net',
|
||||||
|
link_address='fe80::21',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
fastd = {
|
fastd = {
|
||||||
groups = {
|
groups = {
|
||||||
backbone = {
|
backbone = {
|
||||||
|
5
modules
5
modules
@ -1,4 +1,7 @@
|
|||||||
GLUON_SITE_FEEDS='ffrgb'
|
GLUON_SITE_FEEDS='ffrgb community'
|
||||||
PACKAGES_FFRGB_REPO=https://github.com/ffrgb/gluon-packages.git
|
PACKAGES_FFRGB_REPO=https://github.com/ffrgb/gluon-packages.git
|
||||||
PACKAGES_FFRGB_BRANCH=master
|
PACKAGES_FFRGB_BRANCH=master
|
||||||
PACKAGES_FFRGB_COMMIT=af2c608f31e264a279b919814896e4470c455e72
|
PACKAGES_FFRGB_COMMIT=af2c608f31e264a279b919814896e4470c455e72
|
||||||
|
PACKAGES_COMMUNITY_REPO=https://github.com/ffrgb/community-packages.git
|
||||||
|
PACKAGES_COMMUNITY_BRANCH=gluon-mesh-vpn-wireguard-vxlan
|
||||||
|
PACKAGES_COMMUNITY_COMMIT=43289c587312cb896a71a327b6a0972498dc76aa
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
timezone = 'CET-1CEST,M3.5.0,M10.5.0/3',
|
timezone = 'CET-1CEST,M3.5.0,M10.5.0/3',
|
||||||
ntp_servers = {'1.ntp.services.ffrgb','2.ntp.services.ffrgb'},
|
ntp_servers = {'ntp.ffrgb.net'},
|
||||||
|
|
||||||
mesh_on_wan = false,
|
mesh_on_wan = false,
|
||||||
|
|
||||||
|
4
site.mk
4
site.mk
@ -5,10 +5,10 @@ GLUON_SITE_PACKAGES := \
|
|||||||
gluon-config-mode-core \
|
gluon-config-mode-core \
|
||||||
gluon-config-mode-autoupdater \
|
gluon-config-mode-autoupdater \
|
||||||
gluon-config-mode-hostname \
|
gluon-config-mode-hostname \
|
||||||
gluon-config-mode-mesh-vpn \
|
|
||||||
gluon-config-mode-domain-select \
|
gluon-config-mode-domain-select \
|
||||||
gluon-config-mode-geo-location \
|
gluon-config-mode-geo-location \
|
||||||
gluon-config-mode-contact-info \
|
gluon-config-mode-contact-info \
|
||||||
|
gluon-config-mode-mesh-vpn \
|
||||||
gluon-ebtables-filter-multicast \
|
gluon-ebtables-filter-multicast \
|
||||||
gluon-ebtables-filter-ra-dhcp \
|
gluon-ebtables-filter-ra-dhcp \
|
||||||
gluon-ebtables-source-filter \
|
gluon-ebtables-source-filter \
|
||||||
@ -16,7 +16,6 @@ GLUON_SITE_PACKAGES := \
|
|||||||
gluon-web-autoupdater \
|
gluon-web-autoupdater \
|
||||||
gluon-web-network \
|
gluon-web-network \
|
||||||
gluon-web-wifi-config \
|
gluon-web-wifi-config \
|
||||||
gluon-web-mesh-vpn-fastd \
|
|
||||||
gluon-web-private-wifi \
|
gluon-web-private-wifi \
|
||||||
gluon-radvd \
|
gluon-radvd \
|
||||||
gluon-setup-mode \
|
gluon-setup-mode \
|
||||||
@ -26,6 +25,7 @@ GLUON_SITE_PACKAGES := \
|
|||||||
iptables \
|
iptables \
|
||||||
gluon-ssid-changer \
|
gluon-ssid-changer \
|
||||||
respondd-module-airtime \
|
respondd-module-airtime \
|
||||||
|
gluon-mesh-vpn-wireguard-vxlan \
|
||||||
ffrgb-banner #\
|
ffrgb-banner #\
|
||||||
#ffho-site-generate \
|
#ffho-site-generate \
|
||||||
#ffho-config-mode-site-select \
|
#ffho-config-mode-site-select \
|
||||||
|
Loading…
Reference in New Issue
Block a user