newkij1 has asked for the wisdom of the Perl Monks concerning the following question:
Dear Monks,
I am telnetting into a server successfully but the response is very slow. I tried to rename /etc/resolve.conf but no luck. What could be the problem ?
I am using this code to telnet.
NET::Telnet my $obj = Net::Telnet->new(Host => 'X.X.X.X', Timeout => 10, Errmode = +> 'return'); $obj->open('X.X.X.X') or die; $obj->login($username, $password);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Slow Telnet Response ?????
by hippo (Archbishop) on Jun 04, 2014 at 08:16 UTC | |
|
Re: Slow Telnet Response ?????
by taint (Chaplain) on Jun 04, 2014 at 05:02 UTC | |
|
Re: Slow Telnet Response ?????
by hexcoder (Curate) on Jun 04, 2014 at 07:04 UTC | |
|
Re: Slow Telnet Response ?????
by taint (Chaplain) on Jun 04, 2014 at 03:55 UTC |