test
This commit is contained in:
parent
0388993f40
commit
14d4580534
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@ -12,6 +12,7 @@
|
|||||||
"autopull",
|
"autopull",
|
||||||
"azuretools",
|
"azuretools",
|
||||||
"BANN",
|
"BANN",
|
||||||
|
"brkubnet",
|
||||||
"btop",
|
"btop",
|
||||||
"btrfs",
|
"btrfs",
|
||||||
"builtins",
|
"builtins",
|
||||||
|
@ -10,15 +10,21 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
vlans = {
|
bridges.brkubnet.interfaces = [ "ztkubnet" ];
|
||||||
vlan100 = {
|
interfaces.brkubnet.ipv4.addresses = [
|
||||||
id = 100;
|
{
|
||||||
interface = "ztkubnet";
|
address = "192.168.192.2";
|
||||||
};
|
prefixLength = 24;
|
||||||
|
}
|
||||||
|
];
|
||||||
|
|
||||||
|
vlans.vlan100 = {
|
||||||
|
id = 100;
|
||||||
|
interface = "brkubnet";
|
||||||
};
|
};
|
||||||
interfaces.vlan100.ipv4.addresses = [
|
interfaces.vlan100.ipv4.addresses = [
|
||||||
{
|
{
|
||||||
address = "10.10.10.3";
|
address = "10.10.10.4";
|
||||||
prefixLength = 24;
|
prefixLength = 24;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user