View Single Post
  #18 (permalink)  
Old 03-01-2009, 08:40 AM
stebed1960 stebed1960 is offline
Intermediate Member
 
Posts: 19
Default

Quote:
Originally Posted by phoenix View Post
Two more things to check first, could you post the output of the following command:

Code:
cat /etc/nsswitch.conf | grep hosts
and see if you have the MDNS service running on the server.
here the output of the above command:

stebed@mail:~$ sudo cat /etc/nsswitch.conf | grep hosts
hosts: files dns

I looked at the running services (using "ps -A" and "top" commands) and there is no mDNS running.

I have a thougth: may be something with the virtual machine configuration causing the problem? (I'm thinking about the network setting)
Reply With Quote