User Tools

Site Tools


network:whatismyipshell

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
network:whatismyipshell [2015/03/27 15:36]
tschulz [Linux]
network:whatismyipshell [2015/05/14 14:41] (current)
tschulz
Line 1: Line 1:
-====== Find External IP Address from Shell ======+====== Find External IP Address from Shell (What is my ip) ====== 
 +  * what is my ip
  
 ===== Linux ===== ===== Linux =====
 <file bash> <file bash>
 curl -s http://​whatismijnip.nl |cut -d " " -f 5 curl -s http://​whatismijnip.nl |cut -d " " -f 5
 +</​file>​
 +
 +===== FreeBSD =====
 +<​file>​
 +fetch http://​whatismijnip.nl -q -o - | cut -d " " -f 5
 </​file>​ </​file>​
network/whatismyipshell.1427488601.txt.gz · Last modified: 2015/03/27 15:36 by tschulz