Check if resolved server name IP (can be checked with ping) matches any of the adapters assigned ip adresses.
In unix try one of these:
ifconfig -a
ip link show
ip a
Windows:
ipconfig
If it doesn't match - edit hosts file and try starting adminserver again.