feat(hypervisor01): activate SFP
This commit is contained in:
parent
e96d74a726
commit
c6b14fb48e
1 changed files with 14 additions and 0 deletions
|
@ -154,6 +154,20 @@
|
|||
gateways = [ "10.0.254.1" ];
|
||||
enableDefaultDNS = true;
|
||||
};
|
||||
|
||||
eno1 = {
|
||||
ipv4 = [
|
||||
{
|
||||
address = "10.0.254.11";
|
||||
prefixLength = 24;
|
||||
}
|
||||
];
|
||||
|
||||
metric = 500;
|
||||
|
||||
gateways = [ "10.0.254.1" ];
|
||||
enableDefaultDNS = true;
|
||||
};
|
||||
};
|
||||
|
||||
hostId = "4dbbd76a";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue