Yes ping works and I can also make nslookups for hosts that don't match the
wildcard.

$ nslookup server.local
Server: 10.0.0.1
Address: 10.0.0.1#53

Name: server.local
Address: 10.0.0.1

$ nslookup other.local
Server: 10.0.0.1
Address: 10.0.0.1#53

Name: other.local
Address: 10.0.0.2

snoopy confirms that my server sees the expected packets on the right
interface.

Where is the problem?


On Sun, Dec 4, 2011 at 2:21 PM, erik quanstrom <quans...@quanstro.net>wrote:

> > cpu% ndb/dnsdebug
> > > @10.0.0.1
> > > foobar
> > 8300.2: sending to 10.0.0.1/10.0.0.1 foobar.local ip
> > <delay>
>
> sure looks like your the dns packet is being dropped.
> you might want to check your routing.  can you ping 10.0.0.1
> from your linux host (with the interfaces dns is allowed to talk on).
> make sure you see those icmp packets on your plan 9 system
> before proceeding.
>
> - erik
>
>

Reply via email to