Hi,
I am using GNS3 in Windows 7 64Bit Ultimate (RC). GNS3 works fine. I am currently using Putty as my Telnet client and want to go to using SecureCRT as it has tabs etc. I have looked at Putty connection manager and not really liked it.
My problem is that i am unable to get SecureCRT to work inside of GNS3.
To check my file paths, i have created shortcuts on my desktop for SecureCRT and GNS3 which work fine.
I am using SecureCRT Version 6.2.3 (x64 build 313)This is a 64Bit build.
"C:\Program Files\SecureCRT\SecureCRT.exe"
C:\progra~1\SecureCRT\SecureCRT.exe (works fine pasted to Run)
"C:\Program Files (x86)\GNS3\gns3.exe"
C:\progra~2\GNS3\gns3.exe (works fine when pasted to Run)
--------------------------------------------------------------------
I have the following script copied to both
C:\Program Files (x86)\GNS3 and C:\Program Files (x86)\GNS3\dynamips
securecrt.vbs script
----------------------------------------------------------------
#$Language = “VBScript”
#$Interface = “1.0″
Sub main
crt.window.caption = crt.arguments(0)
End Sub
---------------------------------------------------------------------
I have looked at the following links with limited success.
http://7200emu.hacki.at/viewtopic.php?t ... e067a821c3 http://7200emu.hacki.at/viewtopic.php?t ... c383535593 http://7200emu.hacki.at/viewtopic.php?t ... e1ede4ac3b ------------------------------------------------------------------
As per these forums my paths should be as follows.
start C:\progra~1\SecureCRT\SecureCRT.EXE /script C:\progra~1\gns3\securecrt.vbs /arg %d /T /telnet %h %p
start C:\progra~2\vandyk~1\clients\SecureCRT.EXE /script c:\progra~2\dynamips\securecrt.vbs /arg %d /T /telnet %h %p & sleep 1
-----------------------------------------------------------------
So in GNS3 for my telnet client the setting should be
C:\progra~1\SecureCRT\SecureCRT.exe /script C:\progra~1\gns3\securecrt.vbs /arg %d /T /telnet %h %p
Or
C:\progra~1\SecureCRT\SecureCRT.exe /script C:\progra~1\gns3\dynamips\securecrt.vbs /arg %d /T /telnet %h %p
(I am not using the sleep switch)
I now have partial success after a couple of hours. The SecureCRT window comes up but then there is an error message as attached below.
Connection to session localhost(1) failed:
The remote system refused the connection
I have gone into Windows 7 Advanced Firewall and added SecureCRT.exe for both incoming and outgoing connections.
%ProgramFiles%\SecureCRT\SecureCRT.exe
In the default options of SecureCRT what connection type would i need for a Router (in GNS3), that has not been configured at all.
If i go to run and type
telnet localhost 2000
Then i am able to get a successful connection.
SecureCRT is able to connect fine to two ISP Mail server at port 110 but does not work inside GNS3.
Your help would be excellent.
Thank You