Author Topic: Telnet problems...  (Read 3817 times)

0 Members and 2 Guests are viewing this topic.

Offline Ender

  • x86
  • Hero Member
  • *****
  • Posts: 2390
    • View Profile
Telnet problems...
« on: November 26, 2005, 06:13:05 pm »
I've been trying to telnet lately and I haven't been able to. I'm using the Windows client, and using the command:
Code: [Select]
o useast.battle.net 6112
What I get is:
Code: [Select]
Connecting to useast.battle.net...

And it stays that way for FOREVER. What's interesting is that when I type in an incorrect port, it tells me (after about 2 or so minutes (literally)) "connection to host failed." This seems to imply that the server I am connecting to doesn't support telnet, but I was almost sure that bnet did.

I've tried other supposedly telnet-supported servers, and it doesn't work. I checked out my router settings, and I didn't find anything prohibiting the telnet protocol. I doubt my cable modem would prohibit it. I also tried typing in a bnet ip address for telnet, and that didn't work too, so it's not a DNS problem...

My questions: from reading this, do you see that I'm doing something wrong? If not, can you tell me a telnet-supported server ip/hostname that you have recently connected to via telnet so I can verify that it's not the server, but instead my client or router?

EDIT

Oh yea, I have tried telnetting from all the computers on my network. Which is why I have limited it to being a problem on the router or the server.
« Last Edit: November 26, 2005, 06:14:45 pm by Ender »

Offline ZeroX

  • Hero Member
  • *****
  • Posts: 1933
  • Pirating Your software since 1998
    • View Profile
    • Crap
Re: Telnet problems...
« Reply #1 on: November 26, 2005, 06:16:37 pm »
What OS are you running?
Zeroforce
Zeroforce
Zeroforce





Quote
mutsumibear: David's coming over Sunday so we can have mad sex all day.
zxdropoff: lucky you
mutsumibear: :D I know.
mutsumibear: I just pray I don't start my period before then.
zxdropoff: omfg
zxdropoff: stfu
zxdropoff: now please
mutsumibear: HAHA
mutsumibear: I love disturbing you.

Offline Hitmen

  • B&
  • Moderator
  • Hero Member
  • *****
  • Posts: 1913
    • View Profile
Re: Telnet problems...
« Reply #2 on: November 26, 2005, 06:37:45 pm »
that's you're fault, not the server's :P

after you connect, hit c on the keyboard and you should get a login prompt
Quote
(22:15:39) Newby: it hurts to swallow

Offline Ergot

  • 吴立峰 ^_^ !
  • x86
  • Hero Member
  • *****
  • Posts: 3724
  • I steal bandwidth. p_o
    • View Profile
Re: Telnet problems...
« Reply #3 on: November 26, 2005, 06:55:43 pm »
Quote
$ telnet useast.battle.net 6112
Trying 63.240.202.138...
Connected to useast.battle.net.
Escape character is '^]'.
c
Connection from [69.237.32.156]

Enter your account name and password.
Use 'anonymous' if you only want to issue queries.

Username:
Works for me... don't type $ though =/
« Last Edit: November 26, 2005, 07:03:09 pm by Ergot »
Who gives a damn? I fuck sheep all the time.
And yes, male both ends.  There are a couple lesbians that need a two-ended dildo...My router just refuses to wear a strap-on.
(05:55:03) JoE ThE oDD: omfg good job i got a boner thinkin bout them chinese bitches
(17:54:15) Sidoh: I love cosmetology

Offline Joe

  • B&
  • x86
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: Telnet problems...
« Reply #4 on: November 26, 2005, 07:05:41 pm »
Don't type telnet, then use o. I asume that would work, but aparently not? Pass uswest.battle.net 6112 as command line arguments.

C:\Documents and Settings\Owner>telnet uswest.battle.net 6112
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline GameSnake

  • News hound
  • Hero Member
  • *****
  • Posts: 2937
    • View Profile
Re: Telnet problems...
« Reply #5 on: November 26, 2005, 07:12:18 pm »
Quote
$ telnet useast.battle.net 6112
Trying 63.240.202.138...
Connected to useast.battle.net.
Escape character is '^]'.
c
Connection from [69.237.32.156]

Enter your account name and password.
Use 'anonymous' if you only want to issue queries.

Username:
Works for me... don't type $ though =/
Huh? what did you type to connect/do that, thats what confusing (him?) and me.

Offline Ergot

  • 吴立峰 ^_^ !
  • x86
  • Hero Member
  • *****
  • Posts: 3724
  • I steal bandwidth. p_o
    • View Profile
Re: Telnet problems...
« Reply #6 on: November 26, 2005, 08:34:17 pm »
I typed
Code: [Select]
telnet useast.battle.net 6112
Then when
Quote
Connected to useast.battle.net.
Escape character is '^]'.
Shows I type
Code: [Select]
c
Who gives a damn? I fuck sheep all the time.
And yes, male both ends.  There are a couple lesbians that need a two-ended dildo...My router just refuses to wear a strap-on.
(05:55:03) JoE ThE oDD: omfg good job i got a boner thinkin bout them chinese bitches
(17:54:15) Sidoh: I love cosmetology

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: Telnet problems...
« Reply #7 on: November 26, 2005, 09:13:54 pm »
Run a packetsniffer, say, ethereal.  Watch what is happening (you may need to add the filter tcp.port == 6112). 

You should say
You -> Him SYN
Him -> You SYN/ACK
You -> Him ACK

If you're being blocked, you'll see:
You -> Him SYN
Somebody -> You RST

If you send a SYN and receive nothing, it's being filtered. 

Make sure the port and the ip are right when it's leaving your computer.  Perhaps something is broken with the port number?

Also, try telnetting to Google on port 80.  Does that work?

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: Telnet problems...
« Reply #8 on: November 26, 2005, 09:36:21 pm »
Actually, nevermind.  This solved it:

that's you're fault, not the server's :P

after you connect, hit c on the keyboard and you should get a login prompt
According to his post on vL's forum.  He's just a jerk and didn't tell us here :)