added static Access Point and Captive Portal and some small adjustments

This commit is contained in:
Helva
2026-02-08 18:51:19 +01:00
parent c2bb45ac5a
commit 29b1e5c29d
12 changed files with 101 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
interface=wlan0
dhcp-range=10.42.0.50,10.42.0.150,255.255.255.0,12h
bind-interfaces
# Captive Portal DNS
address=/#/10.42.0.1
+14
View File
@@ -0,0 +1,14 @@
interface=wlan0
driver=nl80211
ssid=Helva
hw_mode=g
channel=6
# wmm_enabled=1
auth_algs=1
# wpa=2
wpa=0
# wpa_passphrase=Helva
# wpa_key_mgmt=WPA-PSK
# rsn_pairwise=CCMP
country_code=AT
ieee80211n=1
@@ -0,0 +1,6 @@
[Match]
Name=wlan0
[Network]
Address=10.42.0.1/24
ConfigureWithoutCarrier=yes
@@ -0,0 +1,6 @@
[Unit]
After=network-online.target
Wants=network-online.target
[Service]
ExecStartPre=/sbin/ip link set wlan0 up
+1
View File
@@ -0,0 +1 @@
<html>