Intelligente Lösungen
in neuer Dimension

Raspberry Pi: IP-Adresse ermitteln

Die Standard-Anleitung zur Ermittlung der IP-Adresse funktioniert bei mir nicht. Ich kann ewig warten, bei arp -a erscheint einfach keine IP-Adresse.

So geht’s:

1
2
3
4
5
6
7
8
9
10
11
12
uli:~$ nmap 192.168.0.0/24
Starting Nmap 7.80 ( https://nmap.org ) at 2021-04-19 14:07 CEST
...
Nmap scan report for 192.168.0.186
Host is up (0.0086s latency).
Not shown: 999 closed ports
PORT   STATE SERVICE
22/tcp open  ssh
...

uli:~$ arp -na | grep -i "b8:27:eb"
? (192.168.0.186) auf b8:27:eb:4d:30:b7 [ether] auf enp3s0

Links

Historie und Anmerkung

  • 2021-04-18: Erste Version