Adapt LAN settings to new ISP
This commit is contained in:
parent
a5a305e907
commit
966bb50149
@ -53,11 +53,11 @@ in
|
|||||||
name = "wlan0";
|
name = "wlan0";
|
||||||
matchConfig = {
|
matchConfig = {
|
||||||
Name = "wlan0";
|
Name = "wlan0";
|
||||||
SSID = "Zingarata";
|
SSID = "anakinosi";
|
||||||
};
|
};
|
||||||
address = [ "192.168.13.131/24" ];
|
address = [ "192.168.129.3/23" ];
|
||||||
gateway = [ "192.168.13.1" ];
|
gateway = [ "192.168.128.1" ];
|
||||||
dns = [ "192.168.13.2" ];
|
dns = [ "192.168.128.1" ];
|
||||||
networkConfig.MulticastDNS = "yes";
|
networkConfig.MulticastDNS = "yes";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -69,7 +69,7 @@ in
|
|||||||
};
|
};
|
||||||
address = [ "192.168.13.3/24" ];
|
address = [ "192.168.13.3/24" ];
|
||||||
gateway = [ "192.168.13.1" ];
|
gateway = [ "192.168.13.1" ];
|
||||||
dns = [ "192.168.13.2" ];
|
dns = [ "1.1.1.1" ];
|
||||||
networkConfig.MulticastDNS = "yes";
|
networkConfig.MulticastDNS = "yes";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user