pre-router: renumber IPv4 too
This commit is contained in:
parent
06e5cfd526
commit
7ed6752ba1
@ -32,11 +32,11 @@
|
||||
}
|
||||
{
|
||||
name = "domain-name";
|
||||
data = "bula.entr0py.cloud";
|
||||
data = "bula22.de";
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
@ -21,11 +21,11 @@
|
||||
ens18.useDHCP = true;
|
||||
# Handle the VLANs
|
||||
ens19 = {
|
||||
ipv4.addresses = [{
|
||||
address = "10.42.10.1";
|
||||
prefixLength = 24;
|
||||
}];
|
||||
ipv4.addresses = [
|
||||
{ address = "10.42.10.1"; prefixLength = 24; }
|
||||
{ address = "10.42.10.25"; prefixLength = 24; }
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user