http://www.perlmonks.org?node_id=1072662


in reply to Re: Issues with network connectivity and Net::Ping
in thread Issues with network connectivity and Net::Ping

If I recall correctly, the ICMP protocol requires root access, this could be the reason he's trying to use TCP.

I ended up using "/bin/ping" for my own network monitoring script and I believe this was one of the reasons. I also recall having problems with Net::Ping not timing out properly in some situations which can be a real problem when you have more than a handful of hosts to check.

-- FloydATC

Time flies when you don't know what you're doing

  • Comment on Re^2: Issues with network connectivity and Net::Ping