User Tools

Site Tools


ubuntu:networking:get_local_ip_address

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

ubuntu:networking:get_local_ip_address [2021/01/08 14:50] – created peterubuntu:networking:get_local_ip_address [2021/02/03 20:16] (current) peter
Line 21: Line 21:
 <code bash> <code bash>
 192.168.1.69 192.168.1.69
 +</code>
 +
 +----
 +
 +<code bash>
 +ip -4 addr show | awk '{match($0,/[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+/); ip = substr($0,RSTART,RLENGTH); print ip}' | sed '/^\s*$/d' | grep -v "127.0.0.1"
  
 </code> </code>
 +
 +returns:
 +
 +<code bash>
 +192.168.1.69
 +10.0.3.1
 +</code>
 +
ubuntu/networking/get_local_ip_address.1610117432.txt.gz · Last modified: 2021/01/08 14:50 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki