Link to home
Start Free TrialLog in
Avatar of mrorange
mrorange

asked on

Unix on NT

Hi people,

I have a requirement to run some of my Unix Utilities on a NT 2000 Box.  In particular i need to run traceroute on my Win 2K box... Tracert (which is included with 2000, will be no good).  I need to beable to specify if i send UDP or ICMP requests and also specify the port to send to.

Any help would be appreciated.

Regards
ASKER CERTIFIED SOLUTION
Avatar of Zoplax
Zoplax

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of geoffryn
geoffryn

I agree Cygwin is a useful port of the Unix bash shell and a number of quality utilities including grep, awk, SSH, but I don't think it includes traceroute.  You might want to consider something like nmap for NT or another tracert/ping suite for NT
if TRACERT is not good enough, have you tried looking at PATHPING? If you want to run a real UNIX on top ox Windows, you could also have a look at VMWare.
geoffryn: Even if Cygwin doesn't include traceroute, it includes all the appropriate compiler tools you'd need to build traceroute from GNU source code--I've even compiled an X Window Manager under Cygwin, so I can't see a problem with something simple like traceroute.
I believe you.  I love Cygwin, but I am a network engineer not a programmer, I couldn't compile my way out of a paperbag
Avatar of mrorange

ASKER

Fantastic, people...

Looks like id better start looking at my programming again, but looks like it will do the job....

Cheers
Excellent!!  Thanks for the pts.  :)