Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

telnet

Options
  • 14-04-2004 6:38pm
    #1
    Registered Users Posts: 986 ✭✭✭


    how can i telnet to an ipaddress over an open port.

    i wont be trying this out, i just want to know.

    telnet xxx.xxx.xxx.xxx

    then after the ip address howto i select port number

    i want to use command prompt


Comments

  • Closed Accounts Posts: 1,166 ✭✭✭Johnny Versace


    telnet xxx.xxx.xxx.xxx yyy

    yyy is the port number.


  • Registered Users Posts: 6,762 ✭✭✭WizZard


    some clients use the notation xxx.xxx.xxx.xxx:port

    Others (like windows telnet client) use xxx.xxx.xxx.xxx port

    Example:

    127.0.0.1:80

    OR

    127.0.0.1 80


Advertisement