qwertybyrd
New Around Here
Hi there...
I have a RT-N16 running merlin 378.50.
I have a DNS and DHCP server on my local network, and I want to have a guest wireless network. I collected various bits of info by googling, and got something that works, sort of. The internal wireless works fine, and the guest network works fine, but even though ( I think ) I am only letting the router give out IP addresses to the guest network, it seems to be responding on the wired network. my dnsmasq.conf is below:
pid-file=/var/run/dnsmasq.pid
user=nobody
bind-dynamic
interface=wl0.1
no-dhcp-interface=ppp1*
no-dhcp-interface=vlan1
resolv-file=/tmp/resolv.conf
servers-file=/tmp/resolv.dnsmasq
no-poll
no-negcache
cache-size=1500
min-port=4096
dhcp-range=wl0.1,192.168.101.200,192.168.101.254,255.255.255.0,86400s
dhcp-option=wl0.1,3,192.168.101.1
dhcp-option=wl0.1,6,8.8.8.8,8.8.4.4
dhcp-option=wl0.1,252,"\n"
dhcp-lease-max=wl0.1,53
except-interface=br0
no-dhcp-interface=br0
some additional questions:
I have also not been able to find anything to indicate which SSID is associated with which interface - is there a config/command to look this up?
My understanding of the jffs/configs folder is that it is used in place of the one in /etc. In troubleshooting, I went to the web page and turned off the dhcp server. this seemed to work, and the setting stuck when I returned, but my dnsmasq.conf file was unchanged. can someone clarify how this works?
Thanks
I have a RT-N16 running merlin 378.50.
I have a DNS and DHCP server on my local network, and I want to have a guest wireless network. I collected various bits of info by googling, and got something that works, sort of. The internal wireless works fine, and the guest network works fine, but even though ( I think ) I am only letting the router give out IP addresses to the guest network, it seems to be responding on the wired network. my dnsmasq.conf is below:
pid-file=/var/run/dnsmasq.pid
user=nobody
bind-dynamic
interface=wl0.1
no-dhcp-interface=ppp1*
no-dhcp-interface=vlan1
resolv-file=/tmp/resolv.conf
servers-file=/tmp/resolv.dnsmasq
no-poll
no-negcache
cache-size=1500
min-port=4096
dhcp-range=wl0.1,192.168.101.200,192.168.101.254,255.255.255.0,86400s
dhcp-option=wl0.1,3,192.168.101.1
dhcp-option=wl0.1,6,8.8.8.8,8.8.4.4
dhcp-option=wl0.1,252,"\n"
dhcp-lease-max=wl0.1,53
except-interface=br0
no-dhcp-interface=br0
some additional questions:
I have also not been able to find anything to indicate which SSID is associated with which interface - is there a config/command to look this up?
My understanding of the jffs/configs folder is that it is used in place of the one in /etc. In troubleshooting, I went to the web page and turned off the dhcp server. this seemed to work, and the setting stuck when I returned, but my dnsmasq.conf file was unchanged. can someone clarify how this works?
Thanks