Config for the next-node anycast address
This commit is contained in:
parent
4a31226867
commit
013044c5d3
2 changed files with 11 additions and 1 deletions
2
site.mk
2
site.mk
|
@ -1,2 +1,2 @@
|
|||
GLUON_SITE_PACKAGES := gluon-config-mode gluon-mesh-batman-adv gluon-mesh-vpn-fastd \
|
||||
GLUON_SITE_PACKAGES := gluon-config-mode gluon-next-node gluon-mesh-batman-adv gluon-mesh-vpn-fastd \
|
||||
htop iputils-ping6
|
||||
|
|
10
site.pl
10
site.pl
|
@ -11,4 +11,14 @@
|
|||
mesh_ssid => => '02:d1:11:37:fc:38',
|
||||
mesh_bssid => => '02:d1:11:37:fc:38',
|
||||
},
|
||||
|
||||
next_node => {
|
||||
ip4 => '10.130.0.1',
|
||||
prefix4 => '10.130.0.0/20',
|
||||
|
||||
ip6 => 'fdef:ffc0:3dd7::1',
|
||||
prefix6 => 'fdef:ffc0:3dd7::/64',
|
||||
|
||||
mac => '16:41:95:40:f7:dc',
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue