ULA-Präfix für uradvd und next_node verwenden
Gemäß Mail vom 31.07.2016, [1] und [2] [1]: https://wiki.bremen.freifunk.net/Treffen/2016_08_05#tagesordnung_firmware-ipv6-pr%C3%A4fix-lokale-ipv6-gateways [2]: https://wiki.bremen.freifunk.net/Treffen/2017_06_02#ipv6-ula-pr%C3%A4fix
This commit is contained in:
parent
3943b59145
commit
faa69c640c
|
@ -3,7 +3,7 @@
|
||||||
site_code = 'ffhb',
|
site_code = 'ffhb',
|
||||||
|
|
||||||
prefix4 = '10.196.0.0/17',
|
prefix4 = '10.196.0.0/17',
|
||||||
prefix6 = '2a06:8782:ffbb:1337::/64',
|
prefix6 = 'fd2f:5119:0f2c::/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
|
||||||
ntp_servers = {
|
ntp_servers = {
|
||||||
|
@ -50,7 +50,7 @@
|
||||||
|
|
||||||
next_node = {
|
next_node = {
|
||||||
ip4 = '10.196.0.127',
|
ip4 = '10.196.0.127',
|
||||||
ip6 = '2a06:8782:ffbb:1337::127',
|
ip6 = 'fd2f:5119:0f2c::127',
|
||||||
mac = '16:41:95:40:f7:dc',
|
mac = '16:41:95:40:f7:dc',
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue