Changed to VPS Installer
This commit is contained in:
@@ -14,18 +14,18 @@
|
|||||||
interfaces.ens3 = {
|
interfaces.ens3 = {
|
||||||
ipv4.addresses = [
|
ipv4.addresses = [
|
||||||
{
|
{
|
||||||
address = "178.254.8.35";
|
address = "195.90.219.9";
|
||||||
prefixLength = 23;
|
prefixLength = 22;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
ipv6.addresses = [
|
ipv6.addresses = [
|
||||||
{
|
{
|
||||||
address = "2a00:6800:3:1094::1";
|
address = "2a00:6800:3:113e::1";
|
||||||
prefixLength = 64;
|
prefixLength = 64;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
defaultGateway = "178.254.8.1";
|
defaultGateway = "195.90.216.1";
|
||||||
|
|
||||||
defaultGateway6 = {
|
defaultGateway6 = {
|
||||||
address = "2a00:6800:3::1";
|
address = "2a00:6800:3::1";
|
||||||
@@ -71,12 +71,12 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
hosts = {
|
hosts = {
|
||||||
"178.254.8.35" = [
|
"195.90.219.9" = [
|
||||||
"cyperpunk.de"
|
"cyperpunk.de"
|
||||||
"matrix.cyperpunk.de"
|
"matrix.cyperpunk.de"
|
||||||
];
|
];
|
||||||
|
|
||||||
"2a00:6800:3:1094::1" = [
|
"2a00:6800:3:113e::1" = [
|
||||||
"cyperpunk.de"
|
"cyperpunk.de"
|
||||||
"matrix.cyperpunk.de"
|
"matrix.cyperpunk.de"
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -60,9 +60,15 @@
|
|||||||
networks."10-ethernet" = {
|
networks."10-ethernet" = {
|
||||||
matchConfig.Name = "en*";
|
matchConfig.Name = "en*";
|
||||||
networkConfig = {
|
networkConfig = {
|
||||||
Address = "192.168.2.99/24";
|
#Address = "192.168.2.99/24";
|
||||||
Gateway = "192.168.2.1";
|
#Gateway = "192.168.2.1";
|
||||||
DNS = "192.168.2.2";
|
#DNS = "192.168.2.2";
|
||||||
|
Address = "195.90.219.9/22";
|
||||||
|
Gateway = "195.90.216.1";
|
||||||
|
DNS = [
|
||||||
|
"178.254.16.151"
|
||||||
|
"178.254.16.141"
|
||||||
|
];
|
||||||
DHCP = "no";
|
DHCP = "no";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user