Author Topic: telnet  (Read 554 times)

Offline ajoyce

  • Newbie
  • *
  • Posts: 16
  • Karma: +0/-0
    • View Profile
telnet
« on: June 17, 2003, 05:42:12 PM »
Can anyone tell me the commands i would need to know to use the telnet command? or how to do it? Is there a way i can telnet into a pc thats behind a router on a network? thanks for all of your help, it is much needed.

Offline Josetann

  • admin
  • Administrator
  • Hero Member
  • *****
  • Posts: 10136
  • Karma: +0/-0
    • View Profile
telnet
« Reply #1 on: June 17, 2003, 06:43:39 PM »
There's two ways to telnet into a PC behind a router.

The first way assumes the \"router\" is a computer.  Telnet into the router, then from there telnet into the PC behind the router.  The router is connected to the internet so you can telnet into it from anywhere, and the PC behind the router is seen by the router...hence how it works.

The second way would require you to setup the router to forward a certain port to the PC behind it.  For example, you could have telnet listen on port 77, then have the router forward all packets to port 77 to the other PC.  Just make sure you use a port that no other PC on the network will need, as that port will ALWAYS be forwarded to that one PC.