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
Next revision Both sides next revision
user:william:getting_external_ip [2020/07/05 11:48]
198.52.187.4
user:william:getting_external_ip [2021/08/31 16:14]
198.52.187.4
Line 14: Line 14:
   curl -sS http://​diagnostic.opendns.com/​myip   curl -sS http://​diagnostic.opendns.com/​myip
   curl -sS http://​ifconfig.ca/​   curl -sS http://​ifconfig.ca/​
 +  curl -sS http://​ifconfig.me/​ip
   curl -sS http://​ident.me/​   curl -sS http://​ident.me/​
   curl -sS http://​myip.dnsomatic.com/​   curl -sS http://​myip.dnsomatic.com/​
 +  curl -sS http://​ip4.me/​api/​ | cut -d, -f2
  
   * **IP buried in webpage:**   * **IP buried in webpage:**
Line 22: Line 24:
   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://​whatismyip.host/​ | sed -ne '/Your IP v4 address:/ {n;​n;​p}'​ 
   lynx -dump http://​checkmyip.com/​ | awk '/Your IP is:/ {print $NF}'   lynx -dump http://​checkmyip.com/​ | awk '/Your IP is:/ {print $NF}'
   lynx -dump "​http://​www.google.ca/​search?​q=what+is+my+ip"​ | sed -ne '/Your public IP address/​{x;​p;​x}'​ -e '​h'​   lynx -dump "​http://​www.google.ca/​search?​q=what+is+my+ip"​ | sed -ne '/Your public IP address/​{x;​p;​x}'​ -e '​h'​
  • user/william/getting_external_ip.txt
  • Last modified: 24 months ago
  • by 198.52.186.162