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
Last revision Both sides next revision
user:william:getting_external_ip [2021/08/31 16:15]
198.52.187.4
user:william:getting_external_ip [2022/04/14 02:56]
198.52.186.162
Line 5: Line 5:
   * **IP returned as text:**   * **IP returned as text:**
  
-  curl -sS http://​myexternalip.com/​raw 
   curl -sS http://​icanhazip.com/​   curl -sS http://​icanhazip.com/​
   curl -sS http://​checkip.amazonaws.com/​   curl -sS http://​checkip.amazonaws.com/​
-  curl -sS http://​ipinfo.io/​ip/​ 
-  curl -sS http://​ipecho.net/​plain 
-  curl -sS http://​bot.whatismyipaddress.com/​ 
   curl -sS http://​whatismyip.akamai.com/​   curl -sS http://​whatismyip.akamai.com/​
-  curl -sS http://​diagnostic.opendns.com/​myip +  curl -sS -L -k http://​diagnostic.opendns.com/​myip
-  curl -sS http://​ifconfig.ca/​+
   curl -sS http://​ifconfig.me/​ip   curl -sS http://​ifconfig.me/​ip
   curl -sS http://​ident.me/​   curl -sS http://​ident.me/​
Line 24: Line 19:
   lynx -dump http://​checkip.dyndns.org/​ | awk '/​Current IP Address:/ {print $NF}'   lynx -dump http://​checkip.dyndns.org/​ | awk '/​Current IP Address:/ {print $NF}'
   lynx -dump http://​ipchicken.com/​ | awk '/Name Address:/ {print $NF}'   lynx -dump http://​ipchicken.com/​ | awk '/Name Address:/ {print $NF}'
-  lynx -dump http://​checkmyip.com/​ | awk '/Your IP is:/ {print $NF}' 
   lynx -dump http://​monip.org/​ | awk '/IP :/ {print $NF}'   lynx -dump http://​monip.org/​ | awk '/IP :/ {print $NF}'
   lynx -dump http://​www.myipaddress.com/​ | sed -ne "/Your computer'​s IP address is:/ {n;​n;​p}"​   lynx -dump http://​www.myipaddress.com/​ | sed -ne "/Your computer'​s IP address is:/ {n;​n;​p}"​
-  lynx -dump http://​whatismyip.com/​ | awk -F'​[]:​[]'​ '/My Public IPv4 is:/ {print $NF}' 
  
   * **Special DNS query:**   * **Special DNS query:**
  • user/william/getting_external_ip.txt
  • Last modified: 2 years ago
  • by 198.52.186.162