Change network subnet

This commit is contained in:
coolneng 2022-07-12 20:49:08 +02:00
parent ed692af8d0
commit 5dc9d94c60
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 3 additions and 3 deletions

View File

@ -32,9 +32,9 @@
Name = "wlan0"; Name = "wlan0";
SSID = "WiFi-5.0-CE42"; SSID = "WiFi-5.0-CE42";
}; };
address = [ "192.168.1.131/24" ]; address = [ "192.168.13.131/24" ];
gateway = [ "192.168.1.1" ]; gateway = [ "192.168.13.1" ];
dns = [ "192.168.1.2" ]; dns = [ "192.168.13.2" ];
networkConfig.DNSSEC = "no"; networkConfig.DNSSEC = "no";
}; };