On 8/2/05, Aylesworth Marc A Ctr AFRL/IFSE <[EMAIL PROTECTED]> wrote:
> To check for connectivity first see if the machine can connect by the ping
> Command ping <machine name> or ping <IP address> This can be done on a Win
> machine with the command line. The next step would be to telnet to the
> machine on the expected server port telnet <IP address or machine name>
> <port number ( I believe it is 9200)>. This should get a connection, xinetd
> is running correctly if you do not get connection refused by server.
> The last part is troubleshooting for client server apps the xinetd is for
> systems with xinetd. There is also inetd which has a different config file
> format, this is inetd.conf you would add a line like this.

Ping 192.168.0.119 works, telnet 192.168.0.119 9200 does _not_ work.

Also nmap localhost of 192.168.0.119 does not show any open ports but
that may be because xinetd only responds when someone tries to make a
connection.

Many thanks
Zeno


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
_______________________________________________
Hardhats-members mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hardhats-members

Reply via email to