network/config/ap.nix

2172 lines
50 KiB
Nix
Raw Permalink Normal View History

2022-01-18 01:05:16 +01:00
{ config, ... }:
2021-11-13 01:44:14 +01:00
{
site.hosts = {
ap-test1 = {
interfaces = {
bmx.type = "bridge";
c3d2.type = "bridge";
mgmt.type = "phys";
pub.type = "bridge";
};
};
ap1 = {
interfaces = {
mgmt = {
gw4 = "mgmt-gw";
gw6 = "mgmt-gw";
type = "phys";
};
priv6.type = "bridge";
pub.type = "bridge";
};
links = {
priv6 = {
ports = [ "lan:4" "lan:3" "lan:2" "lan:1" ];
};
2022-06-27 22:50:54 +02:00
switch-b3 = {
2021-11-13 01:44:14 +01:00
ports = [ "wan" ];
};
};
location = "weg";
model = "tl-wr841-v10";
role = "ap";
wifi = {
"platform/qca953x_wmac" = {
channel = 1;
2023-11-01 04:01:50 +01:00
htmode = "HT20";
2021-11-13 01:44:14 +01:00
ssids = {
"ZW public" = { net = "pub"; };
uebergangsnetz = { net = "priv6"; };
};
};
};
};
ap10 = {
interfaces = {
mgmt = {
gw4 = "mgmt-gw";
gw6 = "mgmt-gw";
type = "phys";
};
priv15.type = "bridge";
pub.type = "bridge";
};
links = {
pub = {
ports = [ "lan:4" "lan:3" "lan:2" "lan:1" ];
};
switch-d1 = {
ports = [ "wan" ];
};
};
location = "Turm D, 1. Etage";
2023-07-18 22:07:59 +02:00
model = "tl-wr841-v9";
2021-11-13 01:44:14 +01:00
role = "ap";
wifi = {
"platform/qca953x_wmac" = {
channel = 6;
2023-11-01 04:01:50 +01:00
htmode = "HT20";
2021-11-13 01:44:14 +01:00
ssids = {
"ZW public" = { net = "pub"; };
2023-07-18 22:07:59 +02:00
"iz-dresden.org" = { net = "priv15"; encryption = "wpa2"; };
2021-11-13 01:44:14 +01:00
};
};
};
};
ap11 = {
interfaces = {
mgmt = {
gw4 = "mgmt-gw";
gw6 = "mgmt-gw";
type = "phys";
};
priv8.type = "bridge";
pub.type = "bridge";
};
links = {
priv8 = {
ports = [ "lan" ];
};
2022-06-27 22:50:54 +02:00
switch-b3 = {
2021-11-13 01:44:14 +01:00
ports = [ "wan" ];
};
};
location = "B 2.03.04";
2022-04-29 00:49:45 +02:00
model = "tplink_tl-wr1043nd-v1";
2021-11-13 01:44:14 +01:00
role = "ap";
wifi = {
"platform/ahb/18100000.wmac" = {
2021-11-13 01:44:14 +01:00
channel = 1;
2023-11-01 04:01:50 +01:00
htmode = "HT20";
2021-11-13 01:44:14 +01:00
ssids = {
"ZW public" = { net = "pub"; };
braeunigkoschnik = { net = "priv8"; };
};
};
};
};
ap12 = {
interfaces = {
mgmt = {
gw4 = "mgmt-gw";
gw6 = "mgmt-gw";
type = "phys";
};
priv38.type = "bridge";
priv42.type = "bridge";
pub.type = "bridge";
};
links = {
pub = {
ports = [ "lan:4" "lan:1" "lan:2" "lan:3" ];
};
switch-d1 = {
ports = [ "wan" ];
};
};
location = "Turm D, 4. Etage";
model = "tl-wr841-v8";
role = "ap";
wifi = {
"platform/ar934x_wmac" = {
channel = 6;
2023-11-01 04:01:50 +01:00
htmode = "HT20";
2021-11-13 01:44:14 +01:00
ssids = {
"IrèneMélix" = { net = "priv38"; };
"ZW public" = { net = "pub"; };
paperheart = { net = "priv42"; };
};
};
};
};
ap13 = { };
ap14 = { };
ap15 = {
interfaces = {
mgmt = {
gw4 = "mgmt-gw";
gw6 = "mgmt-gw";
type = "phys";
};
priv10.type = "bridge";
pub.type = "bridge";
};
links = {
priv10 = {
ports = [ "lan" ];
};
2022-06-27 22:50:54 +02:00
switch-b3 = {
2021-11-13 01:44:14 +01:00
ports = [ "wan" ];
};
};
location = "B4.09.01";
2022-06-30 15:41:01 +02:00
model = "tplink_tl-wr1043nd-v3";
2021-11-13 01:44:14 +01:00
role = "ap";
wifi = {
"platform/ahb/18100000.wmac" = {
2021-11-13 01:44:14 +01:00
channel = 1;
2023-11-01 04:01:50 +01:00
htmode = "HT20";
2021-11-13 01:44:14 +01:00
ssids = {
"ZW public" = { net = "pub"; };
etz250 = { net = "priv10"; };
};
};
};
};
ap16 = { };
ap17 = {
interfaces = {
mgmt = {
gw4 = "mgmt-gw";
gw6 = "mgmt-gw";
type = "phys";
};
priv29.type = "bridge";
priv33.type = "bridge";
priv34.type = "bridge";
pub.type = "bridge";
};
links = {
priv33 = {
ports = [ "lan" ];
};
switch-c1 = {
ports = [ "wan" ];
};
};
location = "Turm C, 2. Etage";
2022-04-29 00:49:45 +02:00
model = "tplink_tl-wr1043nd-v1";
2021-11-13 01:44:14 +01:00
role = "ap";
wifi = {
"platform/ahb/18100000.wmac" = {
2021-11-13 01:44:14 +01:00
channel = 5;
2023-11-01 04:01:50 +01:00
htmode = "HT20";
2021-11-13 01:44:14 +01:00
ssids = {
EDUB = { net = "priv33"; };
"ZW public" = { net = "pub"; };
Zweitwohnsitz = { net = "priv34"; };
e-Stuetzpunkt = { net = "priv29"; };
};
};
};
};
ap18 = {
interfaces = {
mgmt = {
gw4 = "mgmt-gw";
gw6 = "mgmt-gw";
type = "phys";
};
priv9.type = "bridge";
pub.type = "bridge";
};
links = {
priv9 = {
ports = [ "lan:4" "lan:3" "lan:2" "lan:1" ];
};
2022-06-27 22:50:54 +02:00
switch-b3 = {
2021-11-13 01:44:14 +01:00
ports = [ "wan" ];
};
};
location = "Haus B, 2. Etage, zum Innenhof";
model = "tl-wr841-v10";
role = "ap";
wifi = {
"platform/qca953x_wmac" = {
channel = 1;
2023-11-01 04:01:50 +01:00
htmode = "HT20";
2021-11-13 01:44:14 +01:00
ssids = {
"Restaurierung Wolff/Kober" = { net = "priv9"; };
"ZW public" = { net = "pub"; };
};
};
};
};
ap19 = {
interfaces = {
mgmt = {
gw4 = "mgmt-gw";
gw6 = "mgmt-gw";
type = "phys";
};
priv26.type = "bridge";
priv41.type = "bridge";
pub.type = "bridge";
};
links = {
pub = {
ports = [ "lan:4" "lan:3" "lan:2" "lan:1" ];
};
switch-c1 = {
ports = [ "wan" ];
};
};
location = "Turm C oberste Etage";
model = "tl-wr841-v10";
role = "ap";
wifi = {
"platform/qca953x_wmac" = {
channel = 6;
2023-11-01 04:01:50 +01:00
htmode = "HT20";
2021-11-13 01:44:14 +01:00
ssids = {
"Studio 01127" = { net = "priv41"; };
Walter = { net = "priv26"; };
"ZW public" = { net = "pub"; };
};
};
};
};
ap2 = {
interfaces = {
c3d2.type = "bridge";
mgmt = {
gw4 = "mgmt-gw";
gw6 = "mgmt-gw";
type = "phys";
};
pub.type = "bridge";
};
links = {
c3d2 = {
ports = [ "lan" ];
};
switch-c3d2-main = {
ports = [ "wan" ];
};
};
location = "C3D2 Backstage";
2022-04-29 00:49:45 +02:00
model = "tplink_archer-c7-v2";
2021-11-13 01:44:14 +01:00
role = "ap";
wifi = {
2022-05-27 01:38:37 +02:00
"pci0000:00/0000:00:00.0" = {
2021-11-13 01:44:14 +01:00
channel = 36;
htmode = "VHT80";
ssids = {
C3D2 = { net = "c3d2"; };
2023-11-01 04:02:15 +01:00
"ZW public" = { net = "pub"; };
2021-11-13 01:44:14 +01:00
};
};
2022-05-27 01:38:37 +02:00
"platform/ahb/18100000.wmac" = {
2021-11-13 01:44:14 +01:00
channel = 1;
2023-11-01 04:01:50 +01:00
htmode = "HT20";
2021-11-13 01:44:14 +01:00
ssids = {
"C3D2 legacy" = { net = "c3d2"; };
2023-11-01 04:02:15 +01:00
"ZW public legacy" = { net = "pub"; };
2021-11-13 01:44:14 +01:00
};
};
};
};
2022-09-16 22:27:46 +02:00
ap21 = {
interfaces = {
c3d2.type = "bridge";
mgmt = {
gw4 = "mgmt-gw";
gw6 = "mgmt-gw";
type = "phys";
};
pub.type = "bridge";
};
links = {
ap42.ports = [ "lan" ];
};
location = "Hof (on events)";
model = "ubnt_unifiac-lite";
role = "ap";
wifi = {
"pci0000:00/0000:00:00.0" = {
channel = 149;
htmode = "VHT80";
ssids = {
"ZW public" = { net = "pub"; };
};
};
"platform/ahb/18100000.wmac" = {
channel = 5;
2023-11-01 04:01:50 +01:00
htmode = "HT20";
2022-09-16 22:27:46 +02:00
ssids = {
"ZW public" = { net = "pub"; };
};
};
};
};
2021-11-13 01:44:14 +01:00
ap22 = {
interfaces = {
mgmt = {
gw4 = "mgmt-gw";
gw6 = "mgmt-gw";
type = "phys";
};
pub.type = "bridge";
};
links = {
pub = {
ports = [ "lan" ];
};
switch-d1 = {
ports = [ "wan" ];
};
};
location = "Haus B Souterrain unter der Treppe an Turm D";
model = "tl-wr740n-v1";
role = "ap";
wifi = {
"pci0000:00/0000:00:00.0" = {
channel = 11;
2023-11-01 04:01:50 +01:00
htmode = "HT20";
2021-11-13 01:44:14 +01:00
ssids = { "ZW public" = { net = "pub"; }; };
};
};
};
ap23 = {
interfaces = {
mgmt = {
gw4 = "mgmt-gw";
gw6 = "mgmt-gw";
type = "phys";
};
priv30.type = "bridge";
pub.type = "bridge";
};
links = {
2022-06-27 22:50:54 +02:00
switch-b3 = {
2021-11-13 01:44:14 +01:00
ports = [ "lan" ];
};
};
location = "Seminarraum, Haus B";
2022-04-29 00:49:45 +02:00
model = "ubnt_unifiac-lite";
2021-11-13 01:44:14 +01:00
role = "ap";
wifi = {
"pci0000:00/0000:00:00.0" = {
channel = 36;
htmode = "VHT80";
ssids = {
"LBK Network" = { net = "priv30"; };
"ZW public" = { net = "pub"; };
};
};
"platform/ahb/18100000.wmac" = {
2021-11-13 01:44:14 +01:00
channel = 1;
2023-11-01 04:01:50 +01:00
htmode = "HT20";
2021-11-13 01:44:14 +01:00
ssids = {
"LBK Network" = { net = "priv30"; };
"ZW public" = { net = "pub"; };
};
};
};
};
ap24 = {
interfaces = {
mgmt = {
gw4 = "mgmt-gw";
gw6 = "mgmt-gw";
type = "phys";
};
priv12.type = "bridge";
pub.type = "bridge";
};
links = {
# Ends up in /etc/config but not in `swconfig dev switch0 show`
priv12.ports = [ "lan:1" "lan:2" "lan:3" "lan:4" ];
switch-b3.ports = [ "wan" ];
2021-11-13 01:44:14 +01:00
};
location = "Farbwerk";
model = "tl-wr740n-v4";
2021-11-13 01:44:14 +01:00
role = "ap";
wifi = {
"platform/ar933x_wmac" = {
channel = 6;
2023-11-01 04:01:50 +01:00
htmode = "HT20";
2021-11-13 01:44:14 +01:00
ssids = {
"ZW public" = { net = "pub"; };
farbwerk = { net = "priv12"; encryption = "wpa2"; };
2021-11-13 01:44:14 +01:00
};
};
};
};
ap25 = {
interfaces = {
mgmt = {
gw4 = "mgmt-gw";
gw6 = "mgmt-gw";
type = "phys";
};
priv12.type = "bridge";
pub.type = "bridge";
};
links = {
priv12 = {
ports = [ "lan" ];
};
2022-06-27 22:50:54 +02:00
switch-b3 = {
2021-11-13 01:44:14 +01:00
ports = [ "wan" ];
};
};
2023-11-03 21:10:01 +01:00
location = "Farbwerk, lost";
2021-11-13 01:44:14 +01:00
model = "tl-wr740n-v1";
role = "ap";
wifi = {
"platform/ar933x_wmac" = {
channel = 6;
2023-11-01 04:01:50 +01:00
htmode = "HT20";
2021-11-13 01:44:14 +01:00
ssids = {
"ZW public" = { net = "pub"; };
farbwerk = { net = "priv12"; };
};
};
};
};
ap26 = {
interfaces = {
mgmt = {
gw4 = "mgmt-gw";
gw6 = "mgmt-gw";
type = "phys";
};
priv37.type = "bridge";
pub.type = "bridge";
};
links = {
pub = {
ports = [ "lan" ];
};
switch-c1 = {
ports = [ "wan" ];
};
};
location = "Turm C, 1. Etage";
model = "tl-wr740n-v1";
role = "ap";
wifi = {
"pci0000:00/0000:00:00.0" = {
channel = 11;
2023-11-01 04:01:50 +01:00
htmode = "HT20";
2021-11-13 01:44:14 +01:00
ssids = {
Dezember = { net = "priv37"; };
"ZW public" = { net = "pub"; };
};
};
};
};
ap27 = {
interfaces = {
mgmt = {
gw4 = "mgmt-gw";
gw6 = "mgmt-gw";
type = "phys";
};
pub.type = "bridge";
};
links = {
pub = {
ports = [ "lan:4" "lan:3" "lan:2" "lan:1" ];
};
2022-06-27 22:50:54 +02:00
switch-b3 = {
2021-11-13 01:44:14 +01:00
ports = [ "wan" ];
};
};
location = "Weg?";
model = "tl-wr841-v10";
role = "ap";
wifi = {
"platform/qca953x_wmac" = {
channel = 1;
2023-11-01 04:01:50 +01:00
htmode = "HT20";
2021-11-13 01:44:14 +01:00
ssids = { "ZW public" = { net = "pub"; }; };
};
};
};
ap28 = {
interfaces = {
mgmt = {
gw4 = "mgmt-gw";
gw6 = "mgmt-gw";
type = "phys";
};
pub.type = "bridge";
};
links = {
ap3 = {
ports = [ "wan" ];
};
pub = {
ports = [ "lan:4" "lan:1" "lan:2" "lan:3" ];
};
};
location = "Tunnel";
model = "tl-wr841-v8";
role = "ap";
wifi = {
"platform/ar934x_wmac" = {
channel = 9;
2023-11-01 04:01:50 +01:00
htmode = "HT20";
2021-11-13 01:44:14 +01:00
ssids = { "ZW public" = { net = "pub"; }; };
};
};
};
ap29 = {
interfaces = {
mgmt = {
gw4 = "mgmt-gw";
gw6 = "mgmt-gw";
type = "phys";
};
priv13.type = "bridge";
pub.type = "bridge";
};
links = {
priv13 = {
ports = [ "lan:1" "lan:2" "lan:3" "lan:4" ];
};
2022-06-27 22:50:54 +02:00
switch-b3 = {
2021-11-13 01:44:14 +01:00
ports = [ "wan" ];
};
};
location = "B1.05.07";
2022-04-29 00:49:45 +02:00
model = "tplink_archer-c7-v4";
2021-11-13 01:44:14 +01:00
role = "ap";
wifi = {
"pci0000:00/0000:00:00.0" = {
channel = 36;
htmode = "VHT80";
ssids = {
"ZW public" = { net = "pub"; };
jungnickel-fotografie = { net = "priv13"; };
};
};
2022-05-31 20:07:34 +02:00
"platform/ahb/18100000.wmac" = {
2021-11-13 01:44:14 +01:00
channel = 6;
2023-11-01 04:01:50 +01:00
htmode = "HT20";
2021-11-13 01:44:14 +01:00
ssids = {
"ZW public" = { net = "pub"; };
jungnickel-fotografie = { net = "priv13"; };
};
};
};
};
ap3 = {
interfaces = {
c3d2.type = "bridge";
mgmt = {
gw4 = "mgmt-gw";
gw6 = "mgmt-gw";
type = "phys";
};
pub.type = "bridge";
};
links = {
ap28 = {
ports = [ "lan:1" ];
};
c3d2 = {
ports = [ "lan:2" "lan:3" "lan:4" ];
};
2022-02-05 00:33:09 +01:00
switch-d2 = {
2021-11-13 01:44:14 +01:00
ports = [ "wan" ];
};
};
location = "C3D2 Keller";
2022-04-29 00:49:45 +02:00
model = "tplink_tl-wdr4300-v1";
2021-11-13 01:44:14 +01:00
role = "ap";
wifi = {
"pci0000:00/0000:00:00.0" = {
channel = 128;
2023-11-01 04:01:50 +01:00
htmode = "HT20";
2021-11-13 01:44:14 +01:00
ssids = {
C3D2 = { net = "c3d2"; };
2022-09-21 20:52:28 +02:00
"ZW public" = { net = "pub"; };
2021-11-13 01:44:14 +01:00
};
};
"platform/ar934x_wmac" = {
channel = 1;
2023-11-01 04:01:50 +01:00
htmode = "HT20";
2021-11-13 01:44:14 +01:00
ssids = {
"C3D2 legacy" = { net = "c3d2"; };
"ZW public legacy" = { net = "pub"; };
2021-11-13 01:44:14 +01:00
};
};
};
};
ap30 = {
interfaces = {
mgmt = {
gw4 = "mgmt-gw";
gw6 = "mgmt-gw";
type = "phys";
};
priv14.type = "bridge";
pub.type = "bridge";
};
links = {
priv14 = {
ports = [ "lan:4" "lan:3" "lan:2" "lan:1" ];
};
2022-06-27 22:50:54 +02:00
switch-b3 = {
2021-11-13 01:44:14 +01:00
ports = [ "wan" ];
};
};
location = "B 4.02";
2022-04-29 00:49:45 +02:00
model = "tplink_tl-wr1043nd-v4";
2021-11-13 01:44:14 +01:00
role = "ap";
wifi = {
"platform/ahb/18100000.wmac" = {
2021-11-13 01:44:14 +01:00
channel = 1;
2023-11-01 04:01:50 +01:00
htmode = "HT20";
2021-11-13 01:44:14 +01:00
ssids = {
WLANb0402 = { net = "priv14"; };
"ZW public" = { net = "pub"; };
};
};
};
};
ap31 = {
interfaces = {
c3d2.type = "bridge";
mgmt = {
gw4 = "mgmt-gw";
gw6 = "mgmt-gw";
type = "phys";
};
priv39.type = "bridge";
pub.type = "bridge";
};
links = {
switch-c3d2-main = {
ports = [ "lan" ];
};
};
location = "C3D2 Assembly";
2022-04-29 00:49:45 +02:00
model = "ubnt_unifiac-lite";
2021-11-13 01:44:14 +01:00
role = "ap";
wifi = {
"pci0000:00/0000:00:00.0" = {
channel = 149;
htmode = "VHT80";
ssids = {
C3D2 = { net = "c3d2"; };
2022-09-21 20:52:28 +02:00
"ZW public" = { net = "pub"; };
2021-11-13 01:44:14 +01:00
};
};
2022-05-27 02:07:41 +02:00
"platform/ahb/18100000.wmac" = {
2021-11-13 01:44:14 +01:00
channel = 5;
2023-11-01 04:01:50 +01:00
htmode = "HT20";
2021-11-13 01:44:14 +01:00
ssids = {
"C3D2 legacy" = { net = "c3d2"; };
FOTOAKADEMIEdd = { net = "priv39"; };
"ZW public legacy" = { net = "pub"; };
2021-11-13 01:44:14 +01:00
};
};
};
};
ap32 = {
interfaces = {
mgmt = {
gw4 = "mgmt-gw";
gw6 = "mgmt-gw";
type = "phys";
};
priv25.type = "bridge";
pub.type = "bridge";
};
links = {
2022-06-27 22:50:54 +02:00
switch-b3 = {
2021-11-13 01:44:14 +01:00
ports = [ "lan" ];
};
};
location = "Auf Lager";
2022-04-29 00:49:45 +02:00
model = "ubnt_unifiac-lite";
2021-11-13 01:44:14 +01:00
role = "ap";
wifi = {
"pci0000:00/0000:00:00.0" = {
channel = 149;
htmode = "VHT80";
ssids = {
"ZW public" = { net = "pub"; };
"ZW stage" = { net = "priv25"; };
};
};
"platform/ahb/18100000.wmac" = {
2021-11-13 01:44:14 +01:00
channel = 9;
htmode = "HT20";
ssids = {
"ZW public legacy" = { net = "pub"; };
2021-11-13 01:44:14 +01:00
"ZW stage legacy" = { net = "priv25"; };
};
};
};
};
ap33 = {
interfaces = {
c3d2.type = "bridge";
mgmt = {
gw4 = "mgmt-gw";
gw6 = "mgmt-gw";
type = "phys";
};
pub.type = "bridge";
};
links = {
2022-01-24 21:45:38 +01:00
switch-c3d2-main = {
2021-11-13 01:44:14 +01:00
ports = [ "lan" ];
};
};
location = "C3D2 Podest/Hinterhof";
2022-04-29 00:49:45 +02:00
model = "ubnt_unifiac-lite";
2021-11-13 01:44:14 +01:00
role = "ap";
wifi = {
"pci0000:00/0000:00:00.0" = {
channel = 100;
htmode = "VHT80";
ssids = {
C3D2 = { net = "c3d2"; };
2022-09-21 20:52:28 +02:00
"ZW public" = { net = "pub"; };
2021-11-13 01:44:14 +01:00
};
};
"platform/ahb/18100000.wmac" = {
2021-11-13 01:44:14 +01:00
channel = 9;
2023-11-01 04:01:50 +01:00
htmode = "HT20";
2021-11-13 01:44:14 +01:00
ssids = {
"C3D2 legacy" = { net = "c3d2"; };
"ZW public legacy" = { net = "pub"; };
2021-11-13 01:44:14 +01:00
};
};
};
};
ap34 = {
interfaces = {
mgmt = {
gw4 = "mgmt-gw";
gw6 = "mgmt-gw";
type = "phys";
};
pub.type = "bridge";
2022-07-19 19:24:09 +02:00
priv10.type = "bridge";
2021-11-13 01:44:14 +01:00
};
links = {
2022-07-19 19:24:09 +02:00
switch-b3 = {
2021-11-13 01:44:14 +01:00
ports = [ "lan" ];
};
};
2022-07-19 19:24:09 +02:00
location = "B4.09.01";
2022-04-29 00:49:45 +02:00
model = "ubnt_unifiac-lite";
2021-11-13 01:44:14 +01:00
role = "ap";
wifi = {
"pci0000:00/0000:00:00.0" = {
channel = 149;
htmode = "VHT80";
2022-07-19 19:24:09 +02:00
ssids = {
"ZW public" = { net = "pub"; };
etz250 = { net = "priv10"; };
};
2021-11-13 01:44:14 +01:00
};
"platform/ahb/18100000.wmac" = {
2021-11-13 01:44:14 +01:00
channel = 9;
2023-11-01 04:01:50 +01:00
htmode = "HT20";
2022-07-19 19:24:09 +02:00
ssids = {
"ZW public" = { net = "pub"; };
etz250 = { net = "priv10"; };
};
2021-11-13 01:44:14 +01:00
};
};
};
ap35 = {
interfaces = {
mgmt = {
gw4 = "mgmt-gw";
gw6 = "mgmt-gw";
type = "phys";
};
priv18.type = "bridge";
pub.type = "bridge";
};
links = {
priv18 = {
ports = [ "lan:4" "lan:3" "lan:2" "lan:1" ];
};
2022-06-27 22:50:54 +02:00
switch-b3 = {
2021-11-13 01:44:14 +01:00
ports = [ "wan" ];
};
};
location = "B 4.08";
model = "tplink_tl-wr1043n-v5";
2021-11-13 01:44:14 +01:00
role = "ap";
wifi = {
"platform/ahb/18100000.wmac" = {
2021-11-13 01:44:14 +01:00
channel = 1;
2023-11-01 04:01:50 +01:00
htmode = "HT20";
2021-11-13 01:44:14 +01:00
ssids = {
Koch = { net = "priv18"; };
"ZW public" = { net = "pub"; };
};
};
};
};
ap36 = {
interfaces = {
c3d2.type = "bridge";
mgmt = {
gw4 = "mgmt-gw";
gw6 = "mgmt-gw";
type = "phys";
};
pub.type = "bridge";
};
links = {
pub = {
ports = [ "lan" ];
};
2022-06-27 22:50:54 +02:00
switch-b3 = {
2021-11-13 01:44:14 +01:00
ports = [ "wan" ];
};
};
location = "Reserve";
model = "tl-wr740n-v1";
role = "ap";
wifi = {
"platform/ar933x_wmac" = {
channel = 5;
2023-11-01 04:01:50 +01:00
htmode = "HT20";
2021-11-13 01:44:14 +01:00
ssids = {
"C3D2 legacy" = { net = "c3d2"; };
"ZW public" = { net = "pub"; };
};
};
};
};
ap37 = {
interfaces = {
mgmt = {
gw4 = "mgmt-gw";
gw6 = "mgmt-gw";
type = "phys";
};
priv19.type = "bridge";
2023-01-13 21:09:47 +01:00
priv43.type = "bridge";
2021-11-13 01:44:14 +01:00
pub.type = "bridge";
};
links = {
2023-01-13 20:15:52 +01:00
priv19.ports = [ "lan:1" "lan:2" "lan:3" "lan:4" ];
switch-b3.ports = [ "wan" ];
2021-11-13 01:44:14 +01:00
};
location = "B3.11.01";
2022-04-29 00:49:45 +02:00
model = "tplink_archer-c7-v5";
2021-11-13 01:44:14 +01:00
role = "ap";