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