in reply to Telnet to 1 router through another router

You don't list what module you're using to help you with this, but I can recommend that you check out Control::CLI. I use it to hop between different machines through the proxy server and get work done.
  • Comment on Re: Telnet to 1 router through another router

Replies are listed 'Best First'.
Re^2: Telnet to 1 router through another router
by cpprather (Initiate) on May 29, 2014 at 01:05 UTC

    I used Net::Telnet. What is the difference between Control::CLI and Net::Telnet?

      Control::CLI uses Net::Telnet under the hood for telnet connections, so "probably not much, functionally". The code or the comment doesn't obviously indicate what you're using. :)