Options

Change telnet port on cisco router?

kenny504kenny504 Users Awaiting Email Confirmation Posts: 237 ■■□□□□□□□□
Is there a way you can change the port that telnet is listening on on a cisco router prefferably 3660 or anyone really just want to know...I know you can implement ssh over 22 but can you configure any other ports???

Thanks, kenny.
There is no better than adversity, every defeat, every loss, every heartbreak contains its seed. Its own lesson on how to improve on your performance the next time.

Comments

  • Options
    StoticStotic Member Posts: 248
    Yes, it is possible because I've done it before, but the command escapes me. If only I had my SNRS book...
  • Options
    Paul BozPaul Boz Member Posts: 2,620 ■■■■■■■■□□
    I'd just drop telnet all together and set up SSH, which uses port 22.

    ip ssh time-out 60
    ip ssh authentication-retries 3
    !
    line vty 0 15
    transport input SSH

    It doesn't answer your question directly, but it will definitely get around port 23!
    CCNP | CCIP | CCDP | CCNA, CCDA
    CCNA Security | GSEC |GCFW | GCIH | GCIA
    pbosworth@gmail.com
    http://twitter.com/paul_bosworth
    Blog: http://www.infosiege.net/
  • Options
    srgsrg Member Posts: 140
    Paul Boz wrote:
    I'd just drop telnet all together and set up SSH, which uses port 22.

    ip ssh time-out 60
    ip ssh authentication-retries 3
    !
    line vty 0 15
    transport input SSH

    It doesn't answer your question directly, but it will definitely get around port 23!

    Is it possible to run ssh on a different port than 22 then? :)
  • Options
    eleguaelegua Member Posts: 282
    srg wrote:
    Paul Boz wrote:
    I'd just drop telnet all together and set up SSH, which uses port 22.

    ip ssh time-out 60
    ip ssh authentication-retries 3
    !
    line vty 0 15
    transport input SSH

    It doesn't answer your question directly, but it will definitely get around port 23!

    Is it possible to run ssh on a different port than 22 then? :)

    Yes, it's possible, when i get home i let you know how.

    Hope this help. icon_wink.gif
  • Options
    dtlokeedtlokee Member Posts: 2,378 ■■■■□□□□□□
    Use the 'rotary" command in line config mode to force the router to listen on a different port
    The only easy day was yesterday!
  • Options
    manicmanic Inactive Imported Users Posts: 42 ■■□□□□□□□□
    ...your isp block common ports? icon_lol.gif
    "What do you want from me?" -Pink Floyd
  • Options
    Darthn3ssDarthn3ss Member Posts: 1,096
    mine doesn't, yaaaay
    Fantastic. The project manager is inspired.

    In Progress: 70-640, 70-685
Sign In or Register to comment.