ICMP

1 min read
[@904]
MoviesThe Bourne Supremacy
I just love it when a sequel holds up to the original, and this one was even better.****1/2
JavaICMP I'm looking for a way to execute ICMP requests (ping, echo, etc.) as a non-privileged user under Linux Red Hat. I wrote some JNI code to perform my requests. The native library is loaded within a process (web server), which of course is, not running as root. Anybody know of a way to do this? Maybe using some kind of ICMP daemon or proxy? Please let me know.