Tools on Windows 7 64 Bit

Hi all.
Dude ver 4b3 running as Administrator and UAC, firewalls etc disabled.

Working:
Ping
SNMP Walk
FTP

Not Working:
Traceroute
Telnet

SSH tool:
Created as: C:"Program Files (x86)"\PuTTY\putty.exe [Device.AddressesColumn]
If i paste this into cmd window it works btw. :confused:

What gives.
Can’t find relevant log files to assist.
Anybody.
Kind regards.

Telnet was removed from windows starting at vista… http://www.barkingseal.com/2011/04/o-telnet-telnet-wherefore-art-thou-telnet/.

Maybe change ssh to
“C:\Program Files (x86)\PuTTY\putty.exe” [Device.Name]
or
C:\Progra~1\Putty\putty.exe [Device.Name]
or install putty in a folder that doesn’t contain space or more than 8 chars.
C:\Putty\putty.exe [Device.Name]

Does traceroute work from a cmd prompt?

HTH,
Lebowski

Thank you Lebowski! You helped another person with the same problem! It works great now.

-NerdTool