Hi,
I am using `hostapd` to setup WiFi hotspot networks on my Ubuntu 18.04.
I am using [this guide][1] to setup multiple SSIDs on my WiFi interface.
And to enable DHCP on the hotspot networks, I use `dnsmasq`.
I run a separate instance of `dnsmasq` for each SSID. Now, I have
multiple Ethernet int
ay to obtain DNS settings for given interface and prepare
> configuration snippet for dnsmasq.
>
> With fixed IP addresses, it would be much easier :), just use different
> --server on each instance.
>
> Cheers,
> Petr
>
> On 9/23/20 8:13 PM, Hooman wrote:
>> Hi,
>
0.1.2.3@ethX
>
> I am not sure it just uses source IP address from that interface or it
> can differentiate the same IP addresses on different interfaces. Please
> try and share results.
>
> On 9/23/20 11:16 PM, Hooman wrote:
>> Hi Petr,
>>
>> Thank you for you