My dev/application environment is on an Ubuntu box, running SmartInspect on a windows 7 VM on the same box (to test it out).
I checked on the windows VM:
netstat -a -n -b
TSP 0.0.0.0:4228 0.0.0.0:0 LISTENING
[SmartInspecConsole.exe]
Windows firewall is off
From my linux box:
telnet 4228
telnet: Unable to connect to remote host: Connection timed out
I can ping it fine, just can’t seem to connect to the port that is listening, which I’m assuming is why the logging isn’t showing up in my Smart Inspect console
Anyone experience similar? I’m pretty excited to evaluate this piece of software!