Results 1 to 16 of 16

Thread: What is telnet?

  1. #1
    Junior Member
    Join Date
    May 2009
    Liked
    0 times
    Posts
    57

    Default What is telnet?

    Hi All

    can anybody please please tell
    how to use telnet
    & how to use it smartly



    i am waiting & waiting & waiting for it
    still got nothing much.... but a few wiki-introduction....
    so please please help.......please....
    Last edited by just4kix; 05-14-09 at 03:39 PM.

  2. #2
    Super Moderator smoothvibes's Avatar
    Join Date
    Jul 2008
    Liked
    0 times
    Posts
    4,876

    Default

    what is wrong with you man, what is this Rs.1000 all about.

  3. #3
    gothic_coder
    Guest

    Default

    Should't this be in joke section ???

  4. #4
    saurav_k
    Guest

    Default

    the guy looks like he is looking for help on this for quite some time.

    @mods

    plz remove the money offer part from his post and move the post to a relevant technical section. Maybe someone will help him there.

  5. #5
    Junior Member
    Join Date
    May 2009
    Liked
    0 times
    Posts
    57

    Default

    Quote Originally Posted by smoothvibes View Post
    what is wrong with you man, what is this Rs.1000 all about.
    Quote Originally Posted by gothic_coder View Post
    Should't this be in joke section ???
    no..... its not......
    my post says it all yaar.....

  6. #6
    gothic_coder
    Guest

    Default

    Google "How to use telnet", "Telnet Tutorials", you will get 1000 of results.. Why wasting 1000 bucks

  7. #7

  8. #8
    meetdilip
    Guest

    Default

    How to use telnet

    #
    Step 1

    Telnet is a way to connect to another persons pc threw command
    prompts such as you would use netstat telnet is diffrent of course
    because it is a way to connect not a way to find ips... it is hard
    to connect to another pc with telnet because most firewalls will
    detect the incomming connection attempt and block it from accessing
    the pc you are attempting connection

    #
    Step 2

    To get to telnet you must select start and then run.. once your run
    box is up you type in CMD and press ok.. a black command box
    will come up then you must type in telnet. so you should have
    something that looks like this


    Welcome to Microsoft Telnet Client

    Escape Character is 'CTRL+]'

    Microsoft Telnet>

    #
    Step 3

    Commands may be abbreviated. Supported commands are:

    c - close close current connection
    d - display display operating parameters
    o - open hostname [port] connect to hostname (default port 23).
    q - quit exit telnet
    set - set set options (type 'set ?' for a list)
    sen - send send strings to server
    st - status print status information
    u - unset unset options (type 'unset ?' for a list)
    ?/h - help print help information
    Microsoft Telnet>

    #
    Step 4

    now if you read the options you will or [should] be able to
    understand what each option does for instance we will go with
    command o wich is
    - open hostname [port] connect to hostname (default port 23).

    now when u get to the point that it says telnet

    Welcome to Microsoft Telnet Client

    Escape Character is 'CTRL+]'

    Microsoft Telnet> <--type the command here we will do cmd o as our example
    because cmd o is the connect command...
    *So if i press o and enter it will look like this

    Welcome to Microsoft Telnet Client

    Escape Character is 'CTRL+]'

    Microsoft Telnet> o
    ( to ) <---this is were u type the ip address and port you want to connect to
    for instance if you want to connect to ip 222.222.222.22 (example ip)
    you will put the ip then put a space and put in a port from 1-5000 wich will look
    like this

    222.222.222.22 23

    #
    Step 5

    i used port 23 because as you can see in the text above 23 is the default port used
    however if you cannot connect to the ip you want to connect to on port 23 you
    will need to keep trying but change the port you want to connect to such as next
    trying port 50 or 63 etc. when u press enter after putting the ip and the port
    it should look like this

    Welcome to Microsoft Telnet Client

    Escape Character is 'CTRL+]'

    Microsoft Telnet> o
    ( to ) 207.177.112.220
    Connecting To 222.222.222.22...

    #
    Step 6

    it will take a second to get a valad responce
    if you manage to connect to a host you are trying to connect it will say press any
    key to continue once you do that you are connected to the pc unless it says
    connection to host lost. wich then means it kicked you off but dont give up
    keep trying diffrent ports but just remember telnet is hard to get a stable connection
    with because most firewalls will detect a connection
    Last edited by meetdilip; 05-14-09 at 03:32 PM. Reason: Automerged Doublepost

  9. #9
    gothic_coder
    Guest

    Default

    Quote Originally Posted by meetdilip View Post
    How to use telnet

    #
    Step 1

    Telnet is a way to connect to another persons pc threw command
    prompts such as you would use netstat telnet is diffrent of course
    because it is a way to connect not a way to find ips... it is hard
    to connect to another pc with telnet because most firewalls will
    detect the incomming connection attempt and block it from accessing
    the pc you are attempting connection

    #
    Step 2

    To get to telnet you must select start and then run.. once your run
    box is up you type in CMD and press ok.. a black command box
    will come up then you must type in telnet. so you should have
    something that looks like this


    Welcome to Microsoft Telnet Client

    Escape Character is 'CTRL+]'

    Microsoft Telnet>

    #
    Step 3

    Commands may be abbreviated. Supported commands are:

    c - close close current connection
    d - display display operating parameters
    o - open hostname [port] connect to hostname (default port 23).
    q - quit exit telnet
    set - set set options (type 'set ?' for a list)
    sen - send send strings to server
    st - status print status information
    u - unset unset options (type 'unset ?' for a list)
    ?/h - help print help information
    Microsoft Telnet>

    #
    Step 4

    now if you read the options you will or [should] be able to
    understand what each option does for instance we will go with
    command o wich is
    - open hostname [port] connect to hostname (default port 23).

    now when u get to the point that it says telnet

    Welcome to Microsoft Telnet Client

    Escape Character is 'CTRL+]'

    Microsoft Telnet> <--type the command here we will do cmd o as our example
    because cmd o is the connect command...
    *So if i press o and enter it will look like this

    Welcome to Microsoft Telnet Client

    Escape Character is 'CTRL+]'

    Microsoft Telnet> o
    ( to ) <---this is were u type the ip address and port you want to connect to
    for instance if you want to connect to ip 222.222.222.22 (example ip)
    you will put the ip then put a space and put in a port from 1-5000 wich will look
    like this

    222.222.222.22 23

    #
    Step 5

    i used port 23 because as you can see in the text above 23 is the default port used
    however if you cannot connect to the ip you want to connect to on port 23 you
    will need to keep trying but change the port you want to connect to such as next
    trying port 50 or 63 etc. when u press enter after putting the ip and the port
    it should look like this

    Welcome to Microsoft Telnet Client

    Escape Character is 'CTRL+]'

    Microsoft Telnet> o
    ( to ) 207.177.112.220
    Connecting To 222.222.222.22...

    #
    Step 6

    it will take a second to get a valad responce
    if you manage to connect to a host you are trying to connect it will say press any
    key to continue once you do that you are connected to the pc unless it says
    connection to host lost. wich then means it kicked you off but dont give up
    keep trying diffrent ports but just remember telnet is hard to get a stable connection
    with because most firewalls will detect a connection
    Here you go....Pay 1000 bucks to meetdilip

  10. #10
    Guardian Angel just4kix's Avatar
    Join Date
    Dec 2007
    Liked
    4 times
    Posts
    10,899

    Default

    @rahul,

    If you clearly define what the problem is, perhaps people will be able to provide a precise solution. What is it that you are looking to do with telnet?

  11. #11
    Junior Member
    Join Date
    May 2009
    Liked
    0 times
    Posts
    57

    Default

    Hi.yaaaa........
    many many thanks for all
    just4kix,gothic_coder,smoothvibes :rockon:
    and of course....
    special thanks to meetdilip & saurav_kataruka

    all of you.....too great....

    This forum rocks.... :22:

  12. #12
    meetdilip
    Guest

    Default

    Quote Originally Posted by rahul19ie View Post
    Hi.yaaaa........
    many many thanks for all
    just4kix,gothic_coder,smoothvibes :rockon:
    and of course....
    special thanks to meetdilip & saurav_kataruka

    all of you.....too great......
    This forum rocks.... :37:
    If you still have 1000 rupees to spare, share it with a needy student.

  13. #13
    Junior Member
    Join Date
    May 2009
    Liked
    0 times
    Posts
    57

    Default

    hey.... thanks dilip
    thats so nice.....

  14. #14
    gothic_coder
    Guest

    Default

    Quote Originally Posted by meetdilip View Post
    If you still have 1000 rupees to spare, share it with a needy student.
    Well said dilip

    P.S
    @Rahul...
    If you want to give, then give repo to dilip and saurav
    Last edited by gothic_coder; 05-14-09 at 04:30 PM. Reason: Automerged Doublepost

  15. #15
    Junior Member
    Join Date
    May 2009
    Liked
    0 times
    Posts
    57

    Default

    haha but my power is zero

    kidding yaar ......

    .....certainly i'll........thanks gothic....

    aahaa..... now the power is increased......wow....

  16. #16
    saurav_k
    Guest

    Default

    Quote Originally Posted by rahul19ie View Post
    Hi.yaaaa........
    many many thanks for all
    just4kix,gothic_coder,smoothvibes :rockon:
    and of course....
    special thanks to meetdilip & saurav_kataruka

    all of you.....too great....

    This forum rocks.... :22:
    You are most welcome buddy. And Reps+ for you for the last line. This place really rocks. BTW your rep power is 1, not zero

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Port forwarding / ACL / Routing
    By joslovefun in forum BSNL broadband
    Replies: 8
    Last Post: 02-19-10, 06:05 AM

Posting Permissions

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