_Before_ one has installed net-tools to get ifconfig,
what's the canonical way to find out the IP address of a
virtual machine that has a Centos 7 minimal installation?
I'm using the following, but it seems that there should be a better way.
cat /proc/net/nf_conntrack | awk '{print $6}' | cut -d = -f 2