Page 1 of 1

Wi-Fi access point on Nanopi M4 / Neo4

Posted: Sun Sep 22, 2019 12:20 pm
by axd
Is it possible to setup wi-fi access point on Nanopi M4 or Neo 4 on original friendlycore image? If it's possible how can I do that?

Re: Wi-Fi access point on Nanopi M4 / Neo4

Posted: Sun Sep 22, 2019 2:22 pm
by axd
I figured out how to do that:
Install dhcpd - apt install dhcpcd5
With nmtui create AP (its easy to do).
Open nano /etc/dhcpcd.conf
go to the end of the file and add:
interface wlan0
static ip_address=192.168.8.1/24

Open nano /etc/dnsmasq.conf
go to the end of the file and add:
interface=wlan0
dhcp-range=192.168.8.2,192.168.8.20,255.255.255.0,24h

then reboot