[hobbit] Can´t receive client data

David Baldwin david.baldwin at ausport.gov.au
Wed Sep 9 03:01:56 CEST 2009


Thorben Advena wrote:
>> telnet won't work. If you have nc installed you can do:
>>
>> % echo hobbitdboard | nc 134.2.3.206 1984
>>
>> David.
>
> systest6:~ # echo hobbitdboard | nc6 134.2.3.206 1984
> nc6: using stream socket
> systest6:~ #
>
> I get no echo.
Assuming the arguments to nc6 are the same as nc, try:

% echo hobbitdboard | nc6 -v 134.2.3.206 1984

You should either see something like:
Connection to 134.2.3.206 1984 port [tcp/bb] succeeded!
...

OR if there is a problem:

nc: connect to 134.2.3.206 port 1984 (tcp) failed: Connection refused


What happened when you run following on server or client machines?

% bb 134.2.3.206 hobbitdboard

David.

-- 
David Baldwin - IT Unit
Australian Sports Commission          www.ausport.gov.au
Tel 02 62147830 Fax 02 62141830       PO Box 176 Belconnen ACT 2616
david.baldwin at ausport.gov.au          Leverrier Street Bruce ACT 2617


-------------------------------------------------------------------------------------
Keep up to date with what's happening in Australian sport visit http://www.ausport.gov.au

This message is intended for the addressee named and may contain confidential and privileged information. If you are not the intended recipient please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you receive this message in error, please delete it and notify the sender.
-------------------------------------------------------------------------------------



More information about the Xymon mailing list