forked from DGNum/infrastructure
feat(isp/vault01): (temp) ipv4 for production APs
This commit is contained in:
parent
2277fdb32d
commit
7dab4ef1cb
1 changed files with 9 additions and 2 deletions
|
@ -119,9 +119,16 @@ let
|
||||||
|
|
||||||
vlan-admin-ap = {
|
vlan-admin-ap = {
|
||||||
Id = 3001;
|
Id = 3001;
|
||||||
address = [ "fd26:baf9:d250:8001::1/64" ];
|
address = [
|
||||||
|
"fd26:baf9:d250:8001::1/64"
|
||||||
|
# FIXME: ipv4 is temporary for APs in production
|
||||||
|
"10.0.253.1/24"
|
||||||
|
];
|
||||||
extraNetwork = {
|
extraNetwork = {
|
||||||
networkConfig.IPv6SendRA = true;
|
networkConfig = {
|
||||||
|
IPv6SendRA = true;
|
||||||
|
DHCPServer = "yes";
|
||||||
|
};
|
||||||
ipv6Prefixes = [
|
ipv6Prefixes = [
|
||||||
{
|
{
|
||||||
AddressAutoconfiguration = false;
|
AddressAutoconfiguration = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue