ap1101-automatisierung
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
ap1101-automatisierung [2017/05/04 15:49] – angelegt benny | ap1101-automatisierung [2024/06/09 10:29] (aktuell) – Externe Bearbeitung 127.0.0.1 | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
====== AP1101 Automatisierung ====== | ====== AP1101 Automatisierung ====== | ||
+ | |||
+ | ===== AP ===== | ||
+ | * DHCP Server (zwingend) | ||
+ | * HTTPS Server (optional) | ||
+ | * HTTP Server (zwingend) | ||
+ | * TFTP Server (zwingend) | ||
+ | |||
+ | ==== dhcpd.conf (isc-dhcp-server) ==== | ||
+ | |||
+ | < | ||
+ | # | ||
+ | # Classify stellar Wireless AP as HANAP | ||
+ | # | ||
+ | |||
+ | class " | ||
+ | match if substring (option vendor-class-identifier, | ||
+ | } | ||
+ | |||
+ | subnet 192.168.10.0 netmask 255.255.255.0 { | ||
+ | option routers 192.168.10.1; | ||
+ | option broadcast-address 192.168.10.255; | ||
+ | option domain-name-servers 192.168.10.1; | ||
+ | option domain-name " | ||
+ | option ntp-servers 192.168.10.1; | ||
+ | default-lease-time 6000; | ||
+ | max-lease-time 72000; | ||
+ | # Pool for HANAP | ||
+ | pool { | ||
+ | allow members of " | ||
+ | range 192.168.10.10 192.168.10.20; | ||
+ | # Option 66 | ||
+ | | ||
+ | # Option 67 (instruction file to download via tftp) | ||
+ | | ||
+ | } | ||
+ | pool { | ||
+ | range 192.168.10.21 192.168.10.50; | ||
+ | allow unknown-clients; | ||
+ | } | ||
+ | } | ||
+ | </ | ||
+ | |||
+ | Instruction Datei muss via DHCP (Offer) Option 67 angeflogen kommen. **Die Namen der Dateien können nicht geändert werden!** | ||
+ | In Option 66 muss der Server stehen (IP für TFTP). | ||
+ | |||
+ | ==== hap_instruction.ini ==== | ||
+ | < | ||
+ | imgdesc:" | ||
+ | imgurlhead:" | ||
+ | conf:" | ||
+ | </ | ||
+ | (conf: kann auch HTTPS sein!) | ||
+ | |||
+ | ==== hap_imgdesc.ini ==== | ||
+ | < | ||
+ | config model ' | ||
+ | option version ' | ||
+ | option filename ' | ||
+ | option md5 ' | ||
+ | </ | ||
+ | |||
+ | ==== hap_conf.ini ==== | ||
+ | < | ||
+ | config ap | ||
+ | option countrycode ' | ||
+ | option password ' | ||
+ | |||
+ | config wifi-iface " | ||
+ | option ssid ' | ||
+ | option key ' | ||
+ | option encryption ' | ||
+ | option network_type ' | ||
+ | option network ' | ||
+ | |||
+ | config wifi-iface " | ||
+ | option ssid ' | ||
+ | option key ' | ||
+ | option encryption ' | ||
+ | option network_type ' | ||
+ | option network ' | ||
+ | |||
+ | config wifi-iface " | ||
+ | option ssid ' | ||
+ | option key ' | ||
+ | option encryption ' | ||
+ | option network_type ' | ||
+ | option network ' | ||
+ | </ | ||
+ | |||
+ | ===== Switch ===== | ||
+ | (out of scope für den Moment) | ||
<WRAP center round important 60%> | <WRAP center round important 60%> | ||
Zeile 7: | Zeile 98: | ||
* Prüfen welches AOS-WNG Release | * Prüfen welches AOS-WNG Release | ||
* Konfiguration | * Konfiguration | ||
- | * Update des AOS-WNG? | + | * Update des AOS-WNG? |
- | * DHCP, HTTPS, TFTP? | + | * DHCP, HTTP(S), TFTP? => yep |
OmniSwitch Modelle bzgl. die Vendor-Class-Identifier unterstützt von OXO: | OmniSwitch Modelle bzgl. die Vendor-Class-Identifier unterstützt von OXO: | ||
Zeile 78: | Zeile 169: | ||
webview wlan cluster-virtual-ip 192.168.92.134 | webview wlan cluster-virtual-ip 192.168.92.134 | ||
</ | </ | ||
- | |||
- | |||
- | ===== AP ===== | ||
- | * DHCP server (mandatory) | ||
- | * HTTPS file server (mandatory) | ||
- | * HTTP file server (mandatory) | ||
- | |||
- | Via HTTPS, URL path https://< | ||
- | Via HTTP, URL path http://< | ||
- | |||
- | Instruction Datei muss via DHCP Offer option 67 angeflogen kommen. Die Namen können nicht geändert werden! | ||
- | In Option 66 muss der Server stehen (wird dann wohl TFTP machen danach). | ||
- | |||
- | hap_instruction.ini | ||
- | < | ||
- | imgdesc:" | ||
- | imgurlhead:" | ||
- | conf:" | ||
- | </ | ||
- | |||
- | hap_instruction.ini (Benny) | ||
- | < | ||
- | imgdesc:" | ||
- | imgurlhead:" | ||
- | conf:" | ||
- | </ | ||
- | (conf: kann auch HTTPS sein!) | ||
- | |||
- | hap_conf.ini | ||
- | < | ||
- | config ap | ||
- | option countrycode ' | ||
- | option password ' | ||
- | option clustervip ' | ||
- | |||
- | config wifi-iface " | ||
- | option ssid ' | ||
- | option key ' | ||
- | option network ' | ||
- | |||
- | config wifi-iface " | ||
- | option ssid ' | ||
- | option key ' | ||
- | option network ' | ||
- | |||
- | config wifi-iface " | ||
- | option ssid ' | ||
- | option key ‘guest_23334353’ | ||
- | option network ' | ||
- | </ | ||
- | |||
- | hap_conf.ini (Benny) | ||
- | < | ||
- | config ap | ||
- | option countrycode ' | ||
- | option password ' | ||
- | option clustervip ' | ||
- | |||
- | config wifi-iface " | ||
- | option ssid ' | ||
- | option key ' | ||
- | option network ' | ||
- | </ | ||
- | |||
- | hap_imgdesc.ini | ||
- | < | ||
- | config model ' | ||
- | option version ' | ||
- | option filename ' | ||
- | option md5 ' | ||
- | </ | ||
- | |||
- | < | ||
- | pi@watchtux:/ | ||
- | f711848f4c8a9b1352400cdffd96ef29 | ||
- | </ | ||
- | |||
- | hap_imgdesc.ini (Benny) | ||
- | < | ||
- | config model ' | ||
- | option version ' | ||
- | option filename ' | ||
- | option md5 ' | ||
- | </ | ||
- |
ap1101-automatisierung.1493912966.txt.gz · Zuletzt geändert: 2024/06/09 10:29 (Externe Bearbeitung)