chore: Change network configuration for Tytondiae
This commit is contained in:
parent
6b9f84b5b8
commit
4bac25aefe
1 changed files with 19 additions and 19 deletions
|
|
@ -52,24 +52,24 @@
|
||||||
Name = "eno2";
|
Name = "eno2";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
"20-wlan0" = {
|
# "20-wlan0" = {
|
||||||
matchConfig = {
|
# matchConfig = {
|
||||||
Name = "wlan0";
|
# Name = "wlan0";
|
||||||
};
|
# };
|
||||||
|
|
||||||
address = ["192.168.110.1/24"];
|
# address = ["192.168.110.1/24"];
|
||||||
networkConfig = {
|
# networkConfig = {
|
||||||
DHCPServer = "yes";
|
# DHCPServer = "yes";
|
||||||
IPMasquerade = "yes";
|
# IPMasquerade = "yes";
|
||||||
IPv4Forwarding = "yes";
|
# IPv4Forwarding = "yes";
|
||||||
};
|
# };
|
||||||
dhcpServerConfig = {
|
# dhcpServerConfig = {
|
||||||
PoolOffset = 100;
|
# PoolOffset = 100;
|
||||||
PoolSize = 20;
|
# PoolSize = 20;
|
||||||
EmitDNS = "yes";
|
# EmitDNS = "yes";
|
||||||
DNS = "8.8.8.8";
|
# DNS = "8.8.8.8";
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
# "20-wlan0" = {
|
# "20-wlan0" = {
|
||||||
# networkConfig = {
|
# networkConfig = {
|
||||||
# # Bond = "bond0";
|
# # Bond = "bond0";
|
||||||
|
|
@ -108,8 +108,8 @@
|
||||||
Enabled = true;
|
Enabled = true;
|
||||||
};
|
};
|
||||||
General = {
|
General = {
|
||||||
EnableNetworkConfiguration = false;
|
# EnableNetworkConfiguration = false;
|
||||||
# EnableNetworkConfiguration = true;
|
EnableNetworkConfiguration = true;
|
||||||
};
|
};
|
||||||
Settings = {
|
Settings = {
|
||||||
AutoConnect = true;
|
AutoConnect = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue