forked from remote/site-ffmuc
Only use IPv4 to connect to the gateways
The MTU is set to 1426, which is too high for IPv6 connections. See http://fastd.readthedocs.org/en/v17/manual/mtu.html.
This commit is contained in:
16
site.conf
16
site.conf
@@ -45,29 +45,29 @@
|
|||||||
gw02 = { --[[ mephisto ]]
|
gw02 = { --[[ mephisto ]]
|
||||||
key = '7f7970e0fe5622aa4e308e003812bf2f60f5f1956c58ea20969a1106e6c793c0',
|
key = '7f7970e0fe5622aa4e308e003812bf2f60f5f1956c58ea20969a1106e6c793c0',
|
||||||
remotes = {
|
remotes = {
|
||||||
'"gw02.ffmuc.net" port 10000',
|
'ipv4 "gw02.ffmuc.net" port 10000',
|
||||||
'"gw02.freifunk-muenchen.de" port 10000',
|
'ipv4 "gw02.freifunk-muenchen.de" port 10000',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
gw07 = {
|
gw07 = {
|
||||||
key = '77b5f5189c360b245e1c934941468cc9cf57f0646465be5765593a95e54449d6',
|
key = '77b5f5189c360b245e1c934941468cc9cf57f0646465be5765593a95e54449d6',
|
||||||
remotes = {
|
remotes = {
|
||||||
'"gw07.ffmuc.net" port 10000',
|
'ipv4 "gw07.ffmuc.net" port 10000',
|
||||||
'"gw07.freifunk-muenchen.de" port 10000',
|
'ipv4 "gw07.freifunk-muenchen.de" port 10000',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
gw08 = {
|
gw08 = {
|
||||||
key = 'e476fb3a72365b550a23b587c0962eed362ed0c237175552b3261d22daaa2055',
|
key = 'e476fb3a72365b550a23b587c0962eed362ed0c237175552b3261d22daaa2055',
|
||||||
remotes = {
|
remotes = {
|
||||||
'"gw08.ffmuc.net" port 10000',
|
'ipv4 "gw08.ffmuc.net" port 10000',
|
||||||
'"gw08.freifunk-muenchen.de" port 10000',
|
'ipv4 "gw08.freifunk-muenchen.de" port 10000',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
gw09 = {
|
gw09 = {
|
||||||
key = 'b86f436c9bb13b308dc92c3889fd468c46679d9df0bf4892244372ab415694d0',
|
key = 'b86f436c9bb13b308dc92c3889fd468c46679d9df0bf4892244372ab415694d0',
|
||||||
remotes = {
|
remotes = {
|
||||||
'"gw09.ffmuc.net" port 10000',
|
'ipv4 "gw09.ffmuc.net" port 10000',
|
||||||
'"gw09.freifunk-muenchen.de" port 10000',
|
'ipv4 "gw09.freifunk-muenchen.de" port 10000',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user