Wifi Captive Portal
An implementation of a simple Captive Portal that allows access to an IP network via forwarding on the same machine running the GSM core network. A Wifi AP could be connected to the ethernet port specified in the hiera as wifi_if (default eth3) Any Wifi AP can be used, and configured as desired. In the future, maybe a RADIUS based solution could supercede this.
This commit is contained in:
parent
3563a411fc
commit
c749dd35f8
6 changed files with 170 additions and 1 deletions
11
modules/rhizo_base/files/systemd/dnsmasq-wifi.service
Normal file
11
modules/rhizo_base/files/systemd/dnsmasq-wifi.service
Normal file
|
@ -0,0 +1,11 @@
|
|||
[Unit]
|
||||
Description=DNSMASQ for Wifi-Portal
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
Restart=always
|
||||
ExecStart=/usr/sbin/dnsmasq -C /etc/dnsmasq.wifi.conf
|
||||
RestartSec=2
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue