No IP after boot

Hi friends! Found a screenshot of my issue but all the replies were in French… se la vie.

Eager to get this running so I can keep moving off depending on Google.

My YunoHost server

Hardware: RPi4
YunoHost version: yunohost-buster-4.0.4-rpi, imaged to microSD card via Etcher
I have access to my server : direct access via keyboard / screen
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no

Description of my issue

I’m trying to run post-install. But specifically, want to get the IP address.

When I first boot, here’s what I see:

YUNOHOST
IP:
SSH Fingerprint:

-from your web browser, by accessing: (no ip detected?)

It should be the IP of my RPi shouldn’t it?

Tried first from some powerline adapters in my office, then moved to plugged directly into router.

Used cmd “arp -a” on my Windows laptop and see my Pi on it with a dynamic address. (EDIT: I just unplugged the ethernet on my Pi and it still shows up so I guess that wasn’t a good test).

C’est la vie. :wink: Could you point us to the related issue? We could attempt to use the answers to help you out.

As far as I know arp has a cache system, so it is not surprising that there is some delay where your RPi still shows up even after being disconnected.

Here are some leads to try out:

  1. If you have direct access to the server, you can run ip a to list your network interfaces and their related IP addresses.
  2. What is happening when you try to connect to the IP address found with arp ?
  3. You could also maybe see a list of connected devices directly within your router’s webadmin.
  4. You could also try to connect to yunohost.local
1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.