From 2d21830143e808b258d4a0e0d9b4fc1caf48aad0 Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Wed, 6 Mar 2019 00:54:29 +0100 Subject: [PATCH] Added uap0 config --- config/dhcpcd.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config/dhcpcd.conf b/config/dhcpcd.conf index c78b8290..971a5733 100644 --- a/config/dhcpcd.conf +++ b/config/dhcpcd.conf @@ -10,8 +10,13 @@ require dhcp_server_identifier slaac private nohook lookup-hostname -# RaspAP-WebGui wireless configuration +# RaspAP wlan0 configuration interface wlan0 static ip_address=10.3.141.1/24 static routers=10.3.141.1 static domain_name_server=1.1.1.1 8.8.8.8 + +# RaspAP uap0 configuration +interface uap0 +static ip_address=192.168.50.1/24 +nohook wpa_supplicant