Yes, you could do something like 'ifconfig -a' if you're using a linux box, or 'ipconfig -all' if you're using windows, and you can see the ip addresses of the network devices on the splunk server. You could also use something like nslookup from the remote side to see what dns thinks the address of the server is:
'nslookup mysplunk.domain.com'
This is really just a matter of using the network utilities that come with your operating system.
... View more