In referencing the “it gets pushed” I was referencing the applicable info to the wireless clients (IP address etc)
My /etc/dnsmasq.d/interfaces.conf looks as follows:
#interface=eth0
interface=lan0
interface=wlan1
#interface=tun0
interface=lxcbr0
#interface=eth1
interface=ap0
DHCP-Server not active for Interface
#no-dhcp-interface=ppp0
no-dhcp-interface=eth0
no-dhcp-interface=eth1
#no-dhcp-interface=lxcbr0
#dhcp-authoritative
dhcp-range=lan0,192.168.0.100,192.168.0.150,255.255.255.0,48h
dhcp-option=lan0,3,192.168.0.10
dhcp-range=ap0,192.168.10.100,192.168.10.150,255.255.255.0,48h
dhcp-option=ap0,3,192.168.10.1
dhcp-range=wlan1,192.168.11.100,192.168.11.150,255.255.255.0,48h
dhcp-option=wlan1,3,192.168.11.1
dhcp-range=lxcbr0,10.0.3.100,10.0.3.150,255.255.255.0,48h
dhcp-option=lxcbr0,3,10.0.3.1
I also verified my resolv.conf and it has the value of the DSL Router in it which is how I set it up
Im at a loss again, i know one thing when i get this working im burning a *.img file of it