<p dir="ltr">Try &#39;ip addr&#39;.  The ip command has been the way to do it for years but ifconfig has stuck around.</p>
<div class="gmail_quote">On May 12, 2015 12:17 PM,  &lt;<a href="mailto:jep200404@columbus.rr.com">jep200404@columbus.rr.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">_Before_ one has installed net-tools to get ifconfig,<br>
what&#39;s the canonical way to find out the IP address of a<br>
virtual machine that has a Centos 7 minimal installation?<br>
I&#39;m using the following, but it seems that there should be a better way.<br>
<br>
    cat /proc/net/nf_conntrack | awk &#39;{print $6}&#39; | cut -d = -f 2<br>
_______________________________________________<br>
colug-432 mailing list<br>
<a href="mailto:colug-432@colug.net">colug-432@colug.net</a><br>
<a href="http://lists.colug.net/mailman/listinfo/colug-432" target="_blank">http://lists.colug.net/mailman/listinfo/colug-432</a><br>
</blockquote></div>