Article 6JSQG [SOLVED] dnsmasq listen on two interfaces

[SOLVED] dnsmasq listen on two interfaces

by
unInstance
from LinuxQuestions.org on (#6JSQG)
I have configured DHCP on my slackware router with dnsmasq:

Code:interface=eth1
listen-address=192.168.2.1
dhcp-range=192.168.2.50,192.168.2.100,12h
bind-interfaces
bogus-priv

dhcp-option=1,255.255.255.0
dhcp-option=3,192.168.2.1
dhcp-option=6,192.168.2.1I have two network interfaces, and I want them to be in different subnets 192.168.2.0/24 and 192.168.3.0/24. According to this URL, I have to run two instance of dnsmasq. Is it right? How should I modify slackware dnsmasq service then?
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments