Glam Prestige Journal

Bright entertainment trends with youth appeal.

I am trying to connect to a network resource from my 10.04.4 VM (VMware Fusion) but the destination is unreachable by name.

What is weird is that the name is visible in DNS:

>nslookup my.name
Server: 123.45.67.89
Address: 123.45.67.89#53
Non-authoritative answer:
Name: my.name
Address: 10.20.30.40

I can reach it (via ping) by the IP address (10.20.30.40) but not the name and I thought that was weird because the DNS clearly resolves the name. What can I do to enable access to this resource via the name?

4

1 Answer

I would try the basics first.

Do you have a name caching daemon installed. If so:

/etc/init.d/nscd restart

Next check if you have some iptables rule causing this.

iptables -F

That would flush your rules, and from there try again.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy