in reply to Re: Net::Ping just don't werk
in thread Net::Ping just don't werk

i ran into this problem a while back.

Net::Ping requires UID 0 ( as already noted ) to run ICMP pings.

the other services ( TCP and UDP ) need to be implemented and accessible on the receiving host. the default proto is UDP according to the docs.