Lee Moore
2017-07-06 16:18:45 UTC
Hi All,
I would greatly appreciate some help on my issue.
(and I am a total novice at setting up dnsmasq!)
I have a raspberry PI acting as a standalone WiFi Hotspot serving web pages.
I use hostapd, dnsmasq, as per instructions here :-
https://frillip.com/using-your-raspberry-pi-3-as-a-wifi-access-point-with-hostapd/
My dnsmasq.conf is as follows
following network parameters
not intended for the HotSpot from using the
3G/4G interface.
So in other words, I only want traffic targetted at 192.168.1.X to go to
the WiFi hotspot, all other traffic to go through
the 3G/4G interface.
I can set the iOS network parameters manually, omitting the Router field, eg
hotspot, all else goes through the cellular
3G/4G interface.
I am hoping there is some way to configure this automatically, rather
than manually.
On a previous Raspbian release I used udhcpd, and I was able to undefine
the 'router', and this worked perfectly
Many Thanks in advance
Lee
I would greatly appreciate some help on my issue.
(and I am a total novice at setting up dnsmasq!)
I have a raspberry PI acting as a standalone WiFi Hotspot serving web pages.
I use hostapd, dnsmasq, as per instructions here :-
https://frillip.com/using-your-raspberry-pi-3-as-a-wifi-access-point-with-hostapd/
My dnsmasq.conf is as follows
interface=wlan0
listen-address=192.168.1.1
bind-interfaces
server=8.8.8.8
domain-needed
bogus-priv
dhcp-range=192.168.1.20,192.168.1.90,12h
When I connect from an iOS device, the iOS device is allocated thelisten-address=192.168.1.1
bind-interfaces
server=8.8.8.8
domain-needed
bogus-priv
dhcp-range=192.168.1.20,192.168.1.90,12h
following network parameters
IP: 192.168.1.[20 - 90]
Broadcast: 255.255.255.0
Router: 192.168.1.1
DNS: 192.168.1.1
The Router setting of 192.168.1.1 is a real problem, this stops trafficBroadcast: 255.255.255.0
Router: 192.168.1.1
DNS: 192.168.1.1
not intended for the HotSpot from using the
3G/4G interface.
So in other words, I only want traffic targetted at 192.168.1.X to go to
the WiFi hotspot, all other traffic to go through
the 3G/4G interface.
I can set the iOS network parameters manually, omitting the Router field, eg
IP: 192.168.1.10
Broadcast: 255.255.255.0
DNS: 192.168.1.1
The above works perfectly. traffic intended for the hotspot goes to theBroadcast: 255.255.255.0
DNS: 192.168.1.1
hotspot, all else goes through the cellular
3G/4G interface.
I am hoping there is some way to configure this automatically, rather
than manually.
On a previous Raspbian release I used udhcpd, and I was able to undefine
the 'router', and this worked perfectly
Many Thanks in advance
Lee