what does this ping listing mean -- it does not have an IP address but some hex numbers

Solution 1:

Yes, this is an IPv6 address. You're seeing this because ping will always display the IPv6 address for a host before the IPv4 one, if it has one. To see the IPv4 address, use:

ping -4 server6

(Assuming you are using Windows. It certainly looks like it.)