added static Access Point and Captive Portal and some small adjustments
This commit is contained in:
@@ -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
|
||||
Executable
+14
@@ -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
|
||||
@@ -0,0 +1 @@
|
||||
<html>
|
||||
Reference in New Issue
Block a user