Results 1 to 3 of 3

Thread: Missing static IP in landscape-sysinfo

  1. #1
    Join Date
    Jun 2012
    Beans
    30

    Question Missing static IP in landscape-sysinfo

    Hello, not sure where to post this but will ask here:

    I recently notice that at login I do not see my static IP in the landscape-sysinfo anymore.
    And I really have no clue where to find it, as the config for landscape-sysinfo is limited.

    Before I had (sorry it's a bit dated):
    Code:
     System information as of Sun 18 Sep 2022 07:52:38 AM CEST
    
      System load:  0.11                Processes:               157
      Usage of /:   71.9% of 105.94GB   Users logged in:         0
      Memory usage: 21%                 IPv4 address for enp1s0: 192.168.1.1
      Swap usage:   23%                 IPv4 address for enp3s7: 80.xx.xx.xx
    Now:
    Code:
    System information as of Fri May 17 05:23:09 PM CEST 2024
    
      System load:  0.17                Processes:               160
      Usage of /:   40.0% of 105.94GB   Users logged in:         1
      Memory usage: 40%                 IPv4 address for enp3s7: 80.xx.xx.xx
      Swap usage:   0%
    Did something change? I'm missing enp1s0 and it's up and running but a static IP.

    Thanks,
    Matthijs

  2. #2
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Missing static IP in landscape-sysinfo

    ip addr
    will show all IPs on a system. IPv4 and IPv4.

    If you want a prettier report, use inxi -ixx. Leave off the added 'x' if you want less information or just inxi -i

    BTW, you should get a copy of this book and have it as a reference for questions like this: https://www.linuxcommand.org/tlcl.php

  3. #3
    Join Date
    Jun 2012
    Beans
    30

    Re: Missing static IP in landscape-sysinfo

    Of course "ip addr" will show the addresses (both enp1s0 and enp3s7 interfaces), but why is the enp1s0 missing from the landscape-sysinfo?
    To me it seems there was/were some changes to detection in landscape-sysinfo...

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •