Hendrik Woltersdorf wrote:
Am 17.05.19 um 19:16 schrieb Per Jessen:
I'm "helping" my son setting up a Raspi3B+ as a wifi access point. It looks like it's working, but devices (mobile, tab, laptop) that try to use it never send a DHCPACK. I see the DHCPDISCOVER and a DHCPOFFER. I guess I'm missing something in the dnsmasq config ?
The access point is only meant to give acess to the Raspi, not the internet. (in the test setup, internet access is available). The idea is to use a tablet as interface to a website running on the Raspi. I wondered about using "Wifi Direct", but it would be kinda cool if other devices could connect too.
# egrep -v '^#|^$' /etc/dnsmasq.conf domain-needed user=dnsmasq group=nogroup interface=wlan0 bind-interfaces no-hosts dhcp-range=192.168.7.240,192.168.7.249,12h log-dhcp
Any hints?
About two years ago I had a setup of an access point/router for a guest net running on my Raspi1B (with dns):
domain-needed bogus-priv strict-order no-resolv no-poll server=9.9.9.9 local=/site/ interface=eth0 interface=wlan0 expand-hosts domain=site dhcp-range=eth0,192.168.0.50,192.168.0.99,24h dhcp-range=wlan0,192.168.77.100,192.168.77.150,24h dhcp-option=option:domain-search,site cache-size=4096 dhcp-mac=set:client_is_a_pi,B8:27:EB:*:*:* dhcp-reply-delay=tag:client_is_a_pi,2
Thanks, I'll be comparing configs. -- Per Jessen, Zürich (14.2°C) http://www.cloudsuisse.com/ - your owncloud, hosted in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org