root@raspberrypi:~# ifconfig
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.8.102 netmask 255.255.255.0 broadcast 192.168.8.255
inet6 fe80::f68b:7aa9:c82a:749 prefixlen 64 scopeid 0x20<link>
ether dc:a6:32:18:c3:57 txqueuelen 1000 (Ethernet)
RX packets 550 bytes 60539 (59.1 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 613 bytes 346973 (338.8 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 5 bytes 480 (480.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 5 bytes 480 (480.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
tun0: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST> mtu 1500
inet 172.27.232.6 netmask 255.255.248.0 destination 172.27.232.6
inet6 fe80::4561:cfb8:56f1:217e prefixlen 64 scopeid 0x20<link>
unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 txqueuelen 100 (UNSPEC)
RX packets 4 bytes 304 (304.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 12 bytes 688 (688.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlan0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether dc:a6:32:18:c3:58 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
root@raspberrypi:~# curl ipinfo.io
{
"ip": "157.52.211.238",
"city": "Mesa",
"region": "Arizona",
"country": "US",
"loc": "33.4223,-111.8226",
"org": "AS46573 LayerHost",
"postal": "85214",
"timezone": "America/Phoenix",
"readme": "
Sie müssen registriert sein, um Links zu sehen.
"
}root@raspberrypi:~#