Weird. Does it want it in hex?
$ ping 0x9E980141
PING 0x9E980141 (158.152.1.65) 56(84) bytes of data.
64 bytes from 158.152.1.65: icmp_seq=0 ttl=54 time=92.7 ms
Even in decimal it's too long usually:
$ ping 2660761921
PING 2660761921 (158.152.1.65) 56(84) bytes of data.
64 bytes from 158.152.1.65: icmp_seq=0 ttl=54 time=90.6 ms



Reply With Quote