> gate:~# ping 44.69.196.1
> PING 44.69.196.1 (44.69.196.1): 56 data bytes
> ping: sendto: Operation not permitted
> ping: wrote 44.69.196.1 64 chars, ret=-1
>
> --- 44.69.196.1 ping statistics ---
> 1 packets transmitted, 0 packets received, 100% packet loss
Tim,
That's got me stumped.
Try this:
strace ping 44.69.196.1
let it run for a while, and send the last 10 lines or so.
Terry