http://www.perlmonks.org?node_id=929511


in reply to Re^3: Time out error as I connect to remote desktop server using telnet
in thread Time out error as I connect to remote desktop server using telnet

hi

In command prompt I typed telnet It shows access is denied

Is this correct one to connect using telnet

  • Comment on Re^4: Time out error as I connect to remote desktop server using telnet

Replies are listed 'Best First'.
Re^5: Time out error as I connect to remote desktop server using telnet
by marto (Cardinal) on Oct 04, 2011 at 11:17 UTC

    You need to test that you can connect via some established method. If access to the telnet command is blocked from your desktop, it could be that your sysadmins have locked it down entirely for security purposes. Contact your sysadmins/network admins.

      hi marto

      In local i dont have access .But I have planet server .In that i have telnet command access.I executed same program in planer server to connect another server .Still i shows same error

      Any idea?

        I have no idea what "planet server" means. Stop testing your program and ensure that you can connect from Server A to Server B using telnet at the command prompt. Then test your perl script using Net::Telnet to connect from Server A to Server B. Again, check with your sysadmin/network admin.