Field/Network

GNS3 console CRT

구루마3단 2013. 11. 18. 19:15

GNS3 에서 console 을 Secure CRT 로 사용할 때 오류해결 법.


현재 적용되어 있는데 terminal 옵션값

edit > preferences > general 탭에 Termianal Settings

start C:\Users\Administrator\SecureCRT673.EXE /script C:\Program Files (x86)\GNS3\securecrt.vbs /arg %d /telnet 127.0.0.1 %p & sleep 1


CRT에서 뱉은 오류메세지

invalid command line option /telnet

이후

Hostname lookup failed: host not found

메시지 출력 후 접속 불가



해결


/script 이후의 경로를 새로 지정 


c:\gns3 폴더 만들고 securecrt.vbs 폴더에 붙여 넣기


C:\Users\Administrator\SecureCRT673.EXE /script C:\GNS3\securecrt.vbs /arg %d /telnet 127.0.0.1 %p & sleep 1


sleep 1 값은 동시에 콘솔창을 열 때 딜레이 값.

Launch this command using the system default shell 에 체크






참고 site 

http://www.mail-archive.com/ccie_rs@onlinestudylist.com/msg07518.html