2016-10-23 18:02:52 +02:00
|
|
|
# Defaults from Raspberry Pi configuration
|
|
|
|
hostname
|
|
|
|
clientid
|
|
|
|
persistent
|
|
|
|
option rapid_commit
|
|
|
|
option domain_name_servers, domain_name, domain_search, host_name
|
|
|
|
option classless_static_routes
|
|
|
|
option ntp_servers
|
|
|
|
require dhcp_server_identifier
|
|
|
|
slaac private
|
|
|
|
nohook lookup-hostname
|
|
|
|
|
2019-03-06 00:54:29 +01:00
|
|
|
# RaspAP wlan0 configuration
|
2016-10-23 18:02:52 +02:00
|
|
|
interface wlan0
|
|
|
|
static ip_address=10.3.141.1/24
|
|
|
|
static routers=10.3.141.1
|
2018-05-23 17:16:05 +02:00
|
|
|
static domain_name_server=1.1.1.1 8.8.8.8
|
2019-03-06 00:54:29 +01:00
|
|
|
|
|
|
|
# RaspAP uap0 configuration
|
|
|
|
interface uap0
|
|
|
|
static ip_address=192.168.50.1/24
|
|
|
|
nohook wpa_supplicant
|