Externe IP-Adresse: Unterschied zwischen den Versionen
K Textersetzung - „Kategorie:RegEx“ durch „Kategorie:Regular Expression“ Markierung: Manuelle Zurücksetzung |
|||
(13 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 5: | Zeile 5: | ||
$ '''curl -L -s --max-time 10 http://checkip.dyndns.org | grep -Eo -m 1 '([[:digit:]]{1,3}.){3}[[:digit:]]{1,3}' ''' | $ '''curl -L -s --max-time 10 http://checkip.dyndns.org | grep -Eo -m 1 '([[:digit:]]{1,3}.){3}[[:digit:]]{1,3}' ''' | ||
$ ''' | $ '''linux -dump http://www.formyip.com/ | awk "/IP is/" | awk {'print $4'}''' | ||
[[Kategorie:IPv4]] | |||
[[Kategorie:Regular Expression]] |
Aktuelle Version vom 15. Oktober 2024, 10:59 Uhr
Öffentliche IP-Adresse ermitteln
$ wget -O - -q icanhazip.com 1.2.3.4
$ curl -L -s --max-time 10 http://checkip.dyndns.org | grep -Eo -m 1 '(digit:{1,3}.){3}digit:{1,3}'
$ linux -dump http://www.formyip.com/ | awk "/IP is/" | awk {'print $4'}