vlord
Regular Contributor
I have wl0.1 and wl1.1 setup as guest wireless access on my home network. I maintain and run internal DNS, however, these servers are not accessible from the guest network. I would like to setup the guest network to utilise external DNS for resolution. Following some other posts, I have configured /jffs/config/dnsmasq.conf as follows:
The result of the above is that wl0.1 and wl1.1 are not following the rules that I intended above.
Suggestions?
Code:
ASUSWRT-Merlin RT-AC66U_3.0.0.4 Sun Aug 25 02:38:25 UTC 2013
admin@LH-RTR:/tmp/home/root# cat /jffs/configs/dnsmasq.conf
pid-file=/var/run/dnsmasq.pid
user=nobody
resolv-file=/tmp/resolv.conf
no-poll
interface=br0
min-port=4096
domain=lords-house.net
expand-hosts
no-negcache
cache-size=1500
dhcp-range=lan,192.168.212.100,192.168.212.199,255.255.255.0,86400s
dhcp-lease-max=253
dhcp-authoritative
dhcp-option=lan,15,lords-house.net
dhcp-option=lan,3,192.168.212.1
dhcp-option=lan,6,192.168.212.5,192.168.212.6
interface=wl0.1
dhcp-range=wl0.1,192.168.212.200,192.168.212.224,255.255.255.0,3600s
dhcp-option=wl0.1,15,24guest.local
dhcp-option=wl0.1,3,192.168.212.1
dhcp-option=wl0.1,6,75.75.75.75,76.76.76.76
interface=wl1.1
dhcp-range=wl1.1,192.168.212.225,192.168.212.250,255.255.255.0,3600s
dhcp-option=wl1.1,15,58guest.local
dhcp-option=wl1.1,3,192.168.212.1
dhcp-option=wl1.1,6,75.75.75.75,76.76.76.76
admin@LH-RTR:/tmp/home/root#
The result of the above is that wl0.1 and wl1.1 are not following the rules that I intended above.
Suggestions?