Changed MTU to 1312, added private wifi, added some hygiene

This commit is contained in:
Bastian 2018-01-20 19:52:03 +01:00
parent fc857f0852
commit 85a21b74f2
4 changed files with 18 additions and 3 deletions

View File

@ -13,6 +13,10 @@
prefix4 = '10.90.32.0/19',
prefix6 = 'fdef:f10f:1337:cafe::/64',
--[[
extra_prefixes6 = { 'tbd', 'tbd' },
]]
ntp_servers = {'1.ntp.services.ffrgb','2.ntp.services.ffrgb'},
wifi24 = {
@ -52,7 +56,7 @@
},
mesh_vpn = {
mtu = 1280,
mtu = 1312,
fastd = {
groups = {
backbone = {

View File

@ -14,6 +14,10 @@
prefix4 = '10.90.96.0/19',
prefix6 = 'fdef:f30f:1337:cafe::/64',
--[[
extra_prefixes6 = { 'tbd', 'tbd' },
]]
ntp_servers = {'1.ntp.services.ffrgb','2.ntp.services.ffrgb'},
wifi24 = {
@ -53,7 +57,7 @@
},
mesh_vpn = {
mtu = 1280,
mtu = 1312,
fastd = {
groups = {
backbone = {

View File

@ -13,6 +13,10 @@
prefix4 = '10.90.64.0/19',
prefix6 = 'fdef:f20f:1337:cafe::/64',
--[[
extra_prefixes6 = { 'tbd', 'tbd' },
]]
ntp_servers = {'1.ntp.services.ffrgb','2.ntp.services.ffrgb'},
wifi24 = {
@ -52,7 +56,7 @@
},
mesh_vpn = {
mtu = 1280,
mtu = 1312,
fastd = {
groups = {
backbone = {

View File

@ -11,11 +11,14 @@ GLUON_SITE_PACKAGES := \
gluon-config-mode-contact-info \
gluon-ebtables-filter-multicast \
gluon-ebtables-filter-ra-dhcp \
gluon-ebtables-segment-mld \
gluon-ebtables-source-filter \
gluon-web-admin \
gluon-web-autoupdater \
gluon-web-network \
gluon-web-wifi-config \
gluon-web-mesh-vpn-fastd \
gluon-web-private-wifi \
gluon-mesh-vpn-fastd \
gluon-radvd \
gluon-setup-mode \