a little help? | xltronic messageboard
 
You are not logged in!

F.A.Q
Log in

Register
  
 
  
 
Now online (2)
big
dariusgriffin
...and 380 guests

Last 5 registered
Oplandisks
nothingstar
N_loop
yipe
foxtrotromeo

Browse members...
  
 
Members 8025
Messages 2614082
Today 2
Topics 127542
  
 
Messageboard index
a little help?
 

offline hepburnenthorpe from sydney (Australia) on 2004-01-27 18:41 [#01051411]
Points: 1365 Status: Lurker



im trying to write a telnet chat server....and well, im
having trouble testing it from my side.

could someone please test it for me and see if it responds.

go to your start menu/run/

type telnet

you should be at a microsoft telnet prompt (some people
might get a hyperterminal window, if so just quit, i cant
remember the instructions on how to log in through that
thing).

at the prompt type

open 220.244.29.130:4010

what do you get?


 

offline mimi on 2004-01-27 18:50 [#01051415]
Points: 5721 Status: Regular



connection failed


 

offline hepburnenthorpe from sydney (Australia) on 2004-01-27 18:52 [#01051416]
Points: 1365 Status: Lurker



damn!

forget it then.

thankyou.


 

offline mimi on 2004-01-27 18:53 [#01051418]
Points: 5721 Status: Regular



but maybe i did it wrong, because i dont know what the
microsoft telnet prompt is supposed to look like. and it
might not have been right.


 

offline Dozier from United States on 2004-01-27 18:56 [#01051419]
Points: 2080 Status: Lurker



yeah, connection failed.


 

offline epohs from )C: on 2004-01-27 18:58 [#01051420]
Points: 17620 Status: Lurker



from linux:

---------
telnet> open 220.244.29.130:4010
telnet: 220.244.29.130:4010: Name or service not known
220.244.29.130:4010: Unknown host
---------

not sure if that's the correct linux syntax or not... but, i
suspect it is


 

offline Dozier from United States on 2004-01-27 19:19 [#01051433]
Points: 2080 Status: Lurker | Followup to epohs: #01051420



it's not.

from your main command prompt just type:

telnet 220.244.29.130 4010

same as in windows at the command prompt


 

offline horsefactory from 💠 (United Kingdom) on 2004-01-27 19:21 [#01051435]
Points: 14867 Status: Regular



GARBAGE FILE DUMPED..... MESS WITH THE BEST DIE LIKE THE
REST


 

offline epohs from )C: on 2004-01-27 19:23 [#01051437]
Points: 17620 Status: Lurker | Followup to Dozier: #01051433



gotcha!

Trying 220.244.29.130...
telnet: connect to address 220.244.29.130: Connection
refused


 

offline epohs from )C: on 2004-01-27 19:25 [#01051439]
Points: 17620 Status: Lurker | Followup to epohs: #01051437



oops... left off the colon...

but with it, i get the same error as before

linux:~ # telnet 220.244.29.130:4010
telnet: 220.244.29.130:4010: Name or service not known
220.244.29.130:4010: Unknown host


 

offline Dozier from United States on 2004-01-27 19:33 [#01051450]
Points: 2080 Status: Lurker



??

don't type any colons, or even semi-colons.

type this at your 'linux:~#' prompt:

telnet 220.244.29.130 4010

if i'm being unclear you might want to take a look at the
man page for telnet:

man telnet



 

offline epohs from )C: on 2004-01-27 19:46 [#01051458]
Points: 17620 Status: Lurker | Followup to Dozier: #01051450



that's what i typed two posts up.

you're being perfectly clear. it's just the error message i
got when i typed it in like that looked slightly less
correct so i added the colon. but, i believe you. :)


 

offline Dozier from United States on 2004-01-27 20:56 [#01051489]
Points: 2080 Status: Lurker | Followup to epohs: #01051458



ah, i see. even though you included the '4010' in your
command, the output didn't mention it. got it :)


 


Messageboard index