hi,
i'm using the whiterussian RC1 image and configured dnsmasq as dns forwarder.
from my workstation i get weird responses:
e.g.:
"nslookup www.heise.de" gives me on openWRT AND my workstation: 193.99.144.85
but "nslookup www.gentoo.org" gives me on my workstation: *** Can't find www.gentoo.org: No answer
and the same commend on the openWRT Router: 66.219.59.46
some details about my config:
the DNS server is set on my workstation to 192.168.123.1 (this is the lan interface of my router)
on openWRT i changed the permissons : chmod ugo+r resolv.conf
this is my dnsmasq.conf:
# filter what we send upstream
domain-needed
bogus-priv
filterwin2k
localise-queries
# allow /etc/hosts and dhcp lookups via *.lan
local=/private.lan/
domain=private.lan
# no dhcp / dns queries from the wan
interface=vlan0
interface=vlan2
except-interface=vlan1
# bind only the selected interfaces
#bind-interfaces
# enable dhcp (start,end,netmask,leasetime)
dhcp-authoritative
dhcp-range=lan,192.168.123.100,192.168.123.200,255.255.255.0,12h
dhcp-leasefile=/tmp/dhcp.leases
# use /etc/ethers for static hosts; same format as --dhcp-host
# <hwaddr> [<hostname>] <ipaddr>
read-ethers
# other useful options:
# default route(s): dhcp-option=3,192.168.1.1,192.168.1.2
# dns server(s): dhcp-option=6,192.168.1.1,192.168.1.2
can someone help me out?
treb
