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 = {
|
||||
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 = {
|
||||
networkConfig.IPv6SendRA = true;
|
||||
networkConfig = {
|
||||
IPv6SendRA = true;
|
||||
DHCPServer = "yes";
|
||||
};
|
||||
ipv6Prefixes = [
|
||||
{
|
||||
AddressAutoconfiguration = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue