google.de unreachable

Hello world !!!

I have a problem with some of my RBs :
If a user tries to open google.de or http://www.google.de, it does not work. I do not know yet which message is displayed, but will test soon.
Winbox says “Invalid address”, console says
for google.de :

failure: dns name exists, but no appropriate record

for http://www.google.de

while resolving ip-address: name does not exist

My DNS setup :

/ip dns
set allow-remote-requests=yes cache-max-ttl=15m servers=8.8.8.8
/ip dns static
add address=74.125.136.94 name=google.de
add address=74.125.136.94 name=www.google.de

I suppose that google’s DNS knows google’s IP
The static entries are just for testing, it does not work with or without these.

There are no knows problems with other addresses.

System :

ROS 6.4 on miniROUTER (mipsle)
ipv6 disabled

Any hints ?

what happened if you change to another DNS? This might have something to do with the google DNS.

If you try the http:// in winbox/console, you will get invalid address.

Problem was solved after update to ROS 6.5
Cannot say, what the problem was.