Re: [Dnsmasq-discuss] DNSmasq Forward DNS on Multiple Interfaces

2020-09-23 Thread Hooman
Hi Petr, Thank you for your response. I am actually looking for a way to forward packets to a specific interface. The DNS servers on all these interfaces are the same, so I can't use the method you mentioned in your response. I am looking for something similar to the `ping -I interface` option [1

Re: [Dnsmasq-discuss] DNSmasq Forward DNS on Multiple Interfaces

2020-09-23 Thread Petr Menšík
Hi, I doubt there is simple way to forward to "interface". DNS queries needs target IP to forward to. You would need dnsmasq ... --no-resolv --server= I just guess you want to use DNS server configured by DHCP on given ethernet interface. I doubt it is possible to integrate directly into dnsmasq

[Dnsmasq-discuss] DNSmasq Forward DNS on Multiple Interfaces

2020-09-23 Thread Hooman
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