dns problemen opensuse

I just did a clean install op opensuse 11.1
I just automatic configuration op the network.
The system got ip 130.10.0.196
dns server is 130.10.0.200
gw is 130.10.0.50
netmask 255.255.0.0

it@linux:~> ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 brd 127.255.255.255 scope host lo
inet 127.0.0.2/8 brd 127.255.255.255 scope host secondary lo
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 1000
link/ether 00:1a:92:cb:f9:eb brd ff:ff:ff:ff:ff:ff
inet 130.10.0.196/16 brd 130.10.255.255 scope global eth0

i cannot ping local addressen.

it@linux:~> ping navserver01
ping: unknown host navserver01

When i do an nslookup is finds the system:

it@linux:~> nslookup navserver01
Server: 130.10.0.200
Address: 130.10.0.200#53

Name: navserver01.hoofdkantoor.local
Address: 130.10.0.205

ping navserver01 on ipaddres.

Ik can access external adresses on name, but no internal addres.

Ah, this looks like a clash between mdns and the .local domain. Add this to /etc/host.conf:

mdns off

See man host.conf under mdns for the explanation.