Results 1 to 9 of 9

Thread: enabling port 23

  1. #1
    tony11235
    Guest

    enabling port 23

    In windows, how do you enable port 23? I know ssh is better but still. Thanks.

  2. #2
    Banned
    Join Date
    Jun 2005
    Posts
    445
    Start the telnet service.

    Or bind another service to that port.



    You don't enable ports per se, you start the service associated with the port.

  3. #3
    Senior Member
    Join Date
    Feb 2002
    Posts
    855
    If you want to telnet in to your computer, you need to install a telnet server and enable it. When the telnet daemon is running, it will cause port 23 to be open. I wouldn't do it if I were you. Telnet (I'm sure I'm telling you something you've already heard) is a very insecure program.
    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)

  4. #4
    I wouldn't say Telnet is that insecure as people think. Probably is if you are in a big local network using hub rather than switches.

    P.S.: I can't understand why do you want to run Telnet rather than SSH on a Windows machine.
    The access to the computer or
    anything else that shows us how the
    world works must be total and
    unlimited.

  5. #5
    King Tutorial-ankhamun
    Join Date
    Jul 2004
    Posts
    897
    Because telnet is easier to get up and running since it's built in. That said, you can use Cygwin to insall OpenSSH on your Windows box. Hum, I smell a video coming on.

  6. #6
    Banned
    Join Date
    Jun 2005
    Posts
    445
    I wouldn't say Telnet is that insecure as people think. Probably is if you are in a big local network using hub rather than switches.
    Telnet has no encryption capability.


    And switched networks do not necessarily offer any greater security. Ever hear of ARP poisoning?

  7. #7
    Gonzo District BOFH westin's Avatar
    Join Date
    Jan 2006
    Location
    SW MO
    Posts
    1,187
    I am not sure, but I think you can right click on my computer, click manage, go to services and start the telnet service from there... you can get there from administrative tools in the control panel also... as stated above, I would strongly advise SSH instead... but that is just my opinion...
    \"Those of us that had been up all night were in no mood for coffee and donuts, we wanted strong drink.\"

    -HST

  8. #8
    Senior Member bAgZ's Avatar
    Join Date
    Jul 2001
    Posts
    206
    If i was you i would use SSH but to get telnet going just start the service under services in Windows.
    ----------------------------------------------------------------------------------------------------------
    "If I'd asked my customers what they wanted, they'd have said a faster horse." ~ Henry Ford

  9. #9
    PHP/PostgreSQL guy
    Join Date
    Dec 2001
    Posts
    1,164
    I'd go with the recommendation of using SSH on windows rather than telnet. You can bind the service to port 23 if you have programs that only go to 23. The security flaws in cleartext telnet and standard ftp are just boggling. Anyone with a sniffer on the network can see all passwords plain as day.
    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.

Posting Permissions

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