Results 1 to 5 of 5

Thread: Telnet

  1. #1
    Junior Member
    Join Date
    Mar 2006
    Posts
    7

    Telnet

    I'm using Windows XP and for some strange reason, I cannot use telnet to connect to any ports on other servers. I checked my firewall and made sure telnet is allowed outbound and inbound traffic. Any advice?

  2. #2
    Senior Member
    Join Date
    Feb 2002
    Posts
    855
    What servers are you trying to connect to?
    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)

  3. #3
    Junior Member
    Join Date
    Mar 2006
    Posts
    7
    I tried to connect to yahoo to see if I could read my mail through telnet. Let me guess, not possible?

  4. #4
    Right turn Clyde Nokia's Avatar
    Join Date
    Aug 2003
    Location
    Button Moon
    Posts
    1,696
    Code:
     telnet smtp.mail.yahoo.com 25
    What the problem is????



    As long as you can supply proper credentils......(maybe)........(or if not you cant you can still send emails)......

    or if you wana check your emails:
    Code:
     telnet pop.mail.yahoo.com 110
    enter your correct user name/password and your away!


    You probably was not entering the correct port number at the end - telnet defaults to port 23 - but mail is either port 25 (send) or 110 (receive) you need to enter these at the end of your command depending what you want to do.

    hence: ............telnet pop.mail.yahoo.com 110 ..............to check your emails

    ......................telnet smtp.mail.yahoo.com 25 ................ to send your emails.


    Hope this cleared it up for you!

  5. #5
    Junior Member
    Join Date
    Mar 2006
    Posts
    7
    Thanks a lot Nokia. That solved my problem!!!

Posting Permissions

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