pre-router: renumber IPv4 too
This commit is contained in:
parent
06e5cfd526
commit
7ed6752ba1
@ -32,7 +32,7 @@
|
|||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "domain-name";
|
name = "domain-name";
|
||||||
data = "bula.entr0py.cloud";
|
data = "bula22.de";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
@ -21,10 +21,10 @@
|
|||||||
ens18.useDHCP = true;
|
ens18.useDHCP = true;
|
||||||
# Handle the VLANs
|
# Handle the VLANs
|
||||||
ens19 = {
|
ens19 = {
|
||||||
ipv4.addresses = [{
|
ipv4.addresses = [
|
||||||
address = "10.42.10.1";
|
{ address = "10.42.10.1"; prefixLength = 24; }
|
||||||
prefixLength = 24;
|
{ address = "10.42.10.25"; prefixLength = 24; }
|
||||||
}];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user