Compare commits

..

No commits in common. "d47ecc9cebe9abd7288a1744afcec78148d0645c" and "5ce972a63575e77812a64f8f0db13b612e71e694" have entirely different histories.

2 changed files with 40 additions and 39 deletions

View file

@ -5,7 +5,7 @@
interfaces-config = { interfaces-config = {
interfaces = [ interfaces = [
"lan" "lan"
# "server" "server"
"multimedia" "multimedia"
"smart" "smart"
"guest" "guest"
@ -59,41 +59,41 @@
} }
]; ];
} }
# { {
# pools = [ pools = [
# { {
# pool = "10.42.97.100 - 10.42.97.240"; pool = "10.42.97.100 - 10.42.97.240";
# } }
# ]; ];
# subnet = "10.42.97.0/24"; subnet = "10.42.97.0/24";
# interface = "server"; interface = "server";
# option-data = [ option-data = [
# { {
# name = "routers"; name = "routers";
# data = "10.42.97.1"; data = "10.42.97.1";
# } }
# { {
# name = "domain-name"; name = "domain-name";
# data = "cloonar.com"; data = "cloonar.com";
# } }
# { {
# name = "domain-name-servers"; name = "domain-name-servers";
# data = "10.42.97.1"; data = "10.42.97.1";
# } }
# ]; ];
# reservations = [ reservations = [
# { {
# hw-address = "0a:0e:52:a2:f7:8e"; hw-address = "0a:0e:52:a2:f7:8e";
# ip-address = "10.42.97.20"; ip-address = "10.42.97.20";
# server-hostname = "home-assistant.cloonar.com"; server-hostname = "home-assistant.cloonar.com";
# } }
# { {
# hw-address = "36:2a:c9:26:d7:77"; hw-address = "36:2a:c9:26:d7:77";
# ip-address = "10.42.97.118"; ip-address = "10.42.97.118";
# server-hostname = "git.cloonar.com"; server-hostname = "git.cloonar.com";
# } }
# ]; ];
# } }
{ {
pools = [ pools = [
{ {

View file

@ -17,9 +17,10 @@
"/var/lib/omada/data:/opt/tplink/EAPController/data" "/var/lib/omada/data:/opt/tplink/EAPController/data"
"/var/lib/omada/logs:/opt/tplink/EAPController/logs" "/var/lib/omada/logs:/opt/tplink/EAPController/logs"
]; ];
extraOptions = [ ports = [
"--ip=10.42.97.2" "8088:8088"
] "8043:8043"
];
}; };
}; };
}; };