Skip to content

[BUG] iproute2 seems to be missing in webtop:ubuntu-xfce #439

Description

@Apachez-

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Trying lscr.io/linuxserver/webtop:ubuntu-xfce using host-network enabled at the host.

  1. No obvious way to edit files through CLI. Workaround is to use Thunar and navigate to the file and then use Mousepad to edit it.

  2. I fail to locate on how to properly set a default gateway to be used. Turns out that iproute2 package is missing? Or is there some other way to configure default gateway in webtop:ubuntu-xfce?

Expected Behavior

  1. vi and/or nano should exist.

  2. iproute2 should exist so one can use "ip" commands to see and alter network settings such as default gateway to be used.

Steps To Reproduce

  1. Using VyOS Stream 2026.03 as host.
  2. Using this config for webtop:ubuntu-xfce:
set container name webtop allow-host-networks
set container name webtop environment LC_ALL value 'sv_SE.UTF-8'
set container name webtop environment PGID value '102'
set container name webtop environment PUID value '0'
set container name webtop environment TZ value 'Europe/Stockholm'
set container name webtop image 'lscr.io/linuxserver/webtop:ubuntu-xfce'
set container name webtop memory '16384'
set container name webtop restart 'on-failure'
set container name webtop volume config destination '/config'
set container name webtop volume config source '/config/container/webtop/config'
  1. Works as expected except for no obvious way to edit files through CLI or to change default gateway to be used by this container since having host-networking enabled.

Environment

- OS: VyOS Stram 2026.03
- How docker service was installed:


set container name webtop allow-host-networks
set container name webtop environment LC_ALL value 'sv_SE.UTF-8'
set container name webtop environment PGID value '102'
set container name webtop environment PUID value '0'
set container name webtop environment TZ value 'Europe/Stockholm'
set container name webtop image 'lscr.io/linuxserver/webtop:ubuntu-xfce'
set container name webtop memory '16384'
set container name webtop restart 'on-failure'
set container name webtop volume config destination '/config'
set container name webtop volume config source '/config/container/webtop/config'

CPU architecture

x86-64

Docker creation

Using image from: lscr.io/linuxserver/webtop:ubuntu-xfce

Container logs

No relevant logs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status
    Issues

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions