fix ip
This commit is contained in:
parent
280ed37b95
commit
82bd7dc871
1 changed files with 2 additions and 2 deletions
|
@ -14,14 +14,14 @@
|
||||||
ipv4 = {
|
ipv4 = {
|
||||||
addresses = [
|
addresses = [
|
||||||
{
|
{
|
||||||
address = "94.45.240.3";
|
address = "94.45.254.3";
|
||||||
prefixLength = 21;
|
prefixLength = 21;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
defaultGateway = "94.45.240.1";
|
defaultGateway = "94.45.254.1";
|
||||||
};
|
};
|
||||||
systemd.network.links."10-net0" = {
|
systemd.network.links."10-net0" = {
|
||||||
matchConfig.MACAddress = "BC:24:11:BE:24:52";
|
matchConfig.MACAddress = "BC:24:11:BE:24:52";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue