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 Both sides next revision
user:william:getting_external_ip [2020/07/08 22:10]
198.52.187.4
user:william:getting_external_ip [2021/08/31 16:14]
198.52.187.4
Line 24: 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