Results 1 to 4 of 4

Thread: Telnet

  1. #1
    Senior Member
    Join Date
    Feb 2002
    Posts
    855

    Question Telnet

    Hey y'all,
    I'm interested in the telnet capability. Here's a question: if I want to telnet to other than port 23 on another computer, what do I need to put on the Dos command line? Example-- Let's say I want to telnet to Ip 212.45.34.219 (just made that up) on port 3567, how do I phrase the dos command line? Thanks.
    For the wages of sin is death, but the free gift of God is eternal life in Christ Jesus our Lord.
    (Romans 6:23, WEB)

  2. #2
    PHP/PostgreSQL guy
    Join Date
    Dec 2001
    Posts
    1,164
    All you'd have to do is this:

    telnet 212.45.34.219 3567

    And then, your default telnet will open up (I suggest SecureCRT for windows) and off you go. The only thing to watch for is the firewall as telnet will have to be allowed out of it.
    We the willing, led by the unknowing, have been doing the impossible for the ungrateful. We have done so much with so little for so long that we are now qualified to do just about anything with almost nothing.

  3. #3
    Leftie Linux Lover the_JinX's Avatar
    Join Date
    Nov 2001
    Location
    Beverwijk Netherlands
    Posts
    2,534
    just add a [space] (linux) if that doesn't work try a [:]
    ASCII stupid question, get a stupid ANSI.
    When in Russia, pet a PETSCII.

    Get your ass over to SLAYRadio the best station for C64 Remixes !

  4. #4
    Senior Member
    Join Date
    Jan 2002
    Posts
    458
    Actually, what ever port you are telnet'ing to has to be opened on the firewall.

    For example:

    telnet 10.23.24.25 25

    port 25 must be opened outbound on your FW, and must be open inbound on the remote firewall.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •