Hi, the dns setup for dnsmasq does have a bug. If option resolvfile is used and its value isn't '/tmp/resolv.conf.auto', name resolution doesn't work. The given file is empty. A file '/tmp/resolv.conf.auto' is generated and contains the correct dns servers, but it isn't used by dnsmasq. This makes option resolvfile useless. Regards, Hartmut