Switch to new subnet; Removing useless file
This commit is contained in:
@@ -9,12 +9,12 @@
|
||||
networking.hostName = "r330-logging";
|
||||
|
||||
# Conigure a static IP address.
|
||||
networking.defaultGateway = "192.168.8.1";
|
||||
networking.nameservers = [ "192.168.8.1" ];
|
||||
networking.defaultGateway = "192.168.100.1";
|
||||
networking.nameservers = [ "192.168.100.1" ];
|
||||
#networking.firewall.allowedTCPPorts = [ ];
|
||||
networking.interfaces.ens18.ipv4.addresses = [
|
||||
{
|
||||
address = "192.168.8.8";
|
||||
address = "192.168.100.8";
|
||||
prefixLength = 24;
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user