audio-hauptraum-*: move audio VMs to client network
Do this per request to hopefully improve mDNS discovery.
This commit is contained in:
parent
5676b1a468
commit
f5bc9024b1
2 changed files with 6 additions and 6 deletions
config/hosts
|
@ -5,13 +5,13 @@
|
|||
interfaces.net0 = {
|
||||
ipv4.addresses = [
|
||||
{
|
||||
address = "10.31.210.10";
|
||||
address = "172.31.200.14";
|
||||
prefixLength = 23;
|
||||
}
|
||||
];
|
||||
};
|
||||
defaultGateway = "10.31.210.1";
|
||||
nameservers = [ "10.31.210.1" ];
|
||||
defaultGateway = "172.31.200.1";
|
||||
nameservers = [ "172.31.200.1" ];
|
||||
};
|
||||
|
||||
systemd.network.links."10-net0" = {
|
||||
|
|
|
@ -5,13 +5,13 @@
|
|||
interfaces.net0 = {
|
||||
ipv4.addresses = [
|
||||
{
|
||||
address = "10.31.210.13";
|
||||
address = "172.31.200.15";
|
||||
prefixLength = 23;
|
||||
}
|
||||
];
|
||||
};
|
||||
defaultGateway = "10.31.210.1";
|
||||
nameservers = [ "10.31.210.1" ];
|
||||
defaultGateway = "172.31.200.1";
|
||||
nameservers = [ "172.31.200.1" ];
|
||||
};
|
||||
|
||||
systemd.network.links."10-net0" = {
|
||||
|
|
Loading…
Add table
Reference in a new issue