Das Syndicat meineIP Werkzeug zeigt Ihre aktuelle öffentliche IP-Adresse und einige weitere Informationen zu Ihrem Browser an.

Bei Web-Verbindungen über einen Proxy werden - wenn möglich - auch Informationen zum Proxy angezeigt.

was ist meine IP?
what is my ip tool (english)

myip Tool

Das Syndicat Tool "myip" bietet eine komfortable Möglichkeit, die eigene, aktuelle lokale und die public-IP Adresse (IPv4 und/oder IPv6) von z.B. einem fast beliebigen Linux oder Mac OSX System aus zu bestimmen.

Es bestimmt auch, ob eine Verbindung per NAT (Native Address Translation) - also typischerweise aus einem pprivaten Netzwerk - besteht.

Das einfache Shellscript kontaktiert dazu unsere "myip" Server um die Daten zu ermitteln.

 

Installation

Download: https://myip.syndicat.com/myip

Zum Beispiel mittels:

wget https://myip.syndicat.com/myip

ausführbar machen:

chmod 755 myip

ausführen:

./myip 
Public IPv4 address:  1.2.3.4
Public IPv6 address:  -
Local IPv4 address:   192.168.1.2
Local IPv6 address:   -

IPv4: NAT

 

Hilfe:

~$ ./myip -h
Displays IP addresses of the current host used for internet connections.

Usage: myip [options]

Options:

 -6    Show only IPv6 addresses (public ip address by default).
 -4    Show only IPv4 addresses (public ip address by default).
 -h    Show usage help.
 -l    Show local insted of public addresses.
 -g    Show geolocation (using geoiplookup).

No options produces a more verbose output.

geoip / geoiplookup

Wenn das myip Tool installierte geoiplookup Tools vorfindet, gibt es zusätzlich geografische Informationen zur IP aus.