Dave, Could you post the generated dnsmasq.conf file and your network file and cc steven barth? Here's my /etc/dnsmasq.conf file and the /etc/config/network file. (I have taken out the hemet credentials (!)) I don't have Steven Barth's address. Rich -------------------------- root@OpenWrt:/tmp# cat /etc/config/network config interface 'loopback' option ifname 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config interface 'se00' option ifname 'se00' option proto 'static' option ipaddr '172.30.42.1' option netmask '255.255.255.224' option ip6assign '64' config interface 'ge00' option ifname 'ge00' option proto 'dhcp' config interface 'ge01' option ifname '@ge00' option proto 'dhcpv6' option broadcast '1' option metric '2048' option reqprefix '60' config interface 'sw00' option type 'none' option proto 'static' option ipaddr '172.30.42.65' option netmask '255.255.255.224' option ip6assign '64' config interface 'sw10' option type 'none' option proto 'static' option ipaddr '172.30.42.97' option netmask '255.255.255.224' option ip6assign '64' config switch option name 'rtl8366s' option reset '1' option enable_vlan '0' option blinkrate '2' option max_length '3' config switch_vlan option device 'rtl8366s' option vlan '1' option ports '0 1 2 3 5t' config switch_port option device 'rtl8366s' option port '1' option led '6' config switch_port option device 'rtl8366s' option port '2' option led '9' config switch_port option device 'rtl8366s' option port '5' option led '2' config interface 'gw00' option type 'none' option proto 'static' option ipaddr '172.30.42.129' option netmask '255.255.255.224' option ip6assign '64' config interface 'gw10' option type 'none' option proto 'static' option ipaddr '172.30.42.161' option netmask '255.255.255.224' option ip6assign '64' config interface 'gw01' option proto 'ahcp' config interface 'gw11' option proto 'ahcp' config interface 'henet' option proto '6in4' option mtu '1424' option ttl '64' option peeraddr '209.51.161.14' option ip6addr 'xxxx::2/64' option ip6prefix 'xxxx::/48' option tunnelid '#######' option username 'tbxxxxxx' option password 'xxxxxxxx' ---------------------------------------------------- root@OpenWrt:/etc# cat dnsmasq.conf # Change the following lines if you want dnsmasq to serve SRV # records. # You may add multiple srv-host lines. # The fields are ,,,, # A SRV record sending LDAP for the example.com domain to # ldapserver.example.com port 289 #srv-host=_ldap._tcp.example.com,ldapserver.example.com,389 # Two SRV records for LDAP, each with different priorities #srv-host=_ldap._tcp.example.com,ldapserver.example.com,389,1 #srv-host=_ldap._tcp.example.com,ldapserver.example.com,389,2 # A SRV record indicating that there is no LDAP server for the domain # example.com #srv-host=_ldap._tcp.example.com # The following line shows how to make dnsmasq serve an arbitrary PTR # record. This is useful for DNS-SD. # The fields are , #ptr-record=_http._tcp.dns-sd-services,"New Employee Page._http._tcp.dns-sd-services" # Change the following lines to enable dnsmasq to serve TXT records. # These are used for things like SPF and zeroconf. # The fields are ,,... #Example SPF. #txt-record=example.com,"v=spf1 a -all" #Example zeroconf #txt-record=_http._tcp.example.com,name=value,paper=A4 # Provide an alias for a "local" DNS name. Note that this _only_ works # for targets which are names from DHCP or /etc/hosts. Give host # "bert" another name, bertrand # The fields are , #cname=bertand,bert