disabled DHCP on host network cards
This commit is contained in:
parent
8772c46323
commit
e1ebfab7a3
|
@ -54,10 +54,12 @@
|
|||
"30-enp4s0" = {
|
||||
matchConfig.Name = "enp4s0";
|
||||
networkConfig.Bond = "bond0";
|
||||
DHCP = "no";
|
||||
};
|
||||
"30-enp5s0" = {
|
||||
matchConfig.Name = "enp5s0";
|
||||
networkConfig.Bond = "bond0";
|
||||
DHCP = "no";
|
||||
};
|
||||
|
||||
"40-bond0" = {
|
||||
|
|
Loading…
Reference in a new issue