CLI displays unknown extra IP Address
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
landscape-client (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
While working to set up an additional IP Address on the server from VMWare, somehow the MOTD is coming up with an extra IP Address that doesn't exist on the interface (172.16.50.7).
MOTD + ifconfig output below demonstrating the bug :
user@localworks
Welcome to Ubuntu 20.04 LTS (GNU/Linux 5.4.0-31-generic x86_64)
* Documentation: https:/
* Management: https:/
* Support: https:/
System information as of Sun 24 May 2020 02:56:13 PM UTC
System load: 0.0
Usage of /: 6.4% of 97.93GB
Memory usage: 34%
Swap usage: 0%
Processes: 218
Users logged in: 0
IPv4 address for ens160: 172.16.30.15
IPv4 address for ens161: 172.16.40.53
IPv4 address for ens193: 172.16.100.53
IPv4 address for ens224: 172.16.10.53
IPv4 address for ens225: 172.16.50.6
IPv4 address for ens225: 172.16.50.7
IPv4 address for ens256: 172.16.20.53
0 updates can be installed immediately.
0 of these updates are security updates.
Failed to connect to https:/
Last login: Sun May 24 14:54:15 2020 from 172.16.10.46
user@server:~$ ifconfig ens225
ens225: flags=4163<
inet 172.16.50.6 netmask 255.255.255.0 broadcast 172.16.50.255
inet6 fe80::282c:
ether 00:0c:29:c9:36:42 txqueuelen 1000 (Ethernet)
RX packets 1587 bytes 147366 (147.3 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 49 bytes 4610 (4.6 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
user@server:~$
ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: openssh-server 1:8.2p1-4
ProcVersionSign
Uname: Linux 5.4.0-31-generic x86_64
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
CasperMD5CheckR
Date: Sun May 24 14:58:54 2020
InstallationDate: Installed on 2020-04-25 (28 days ago)
InstallationMedia: Ubuntu-Server 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
ProcEnviron:
TERM=xterm-
PATH=(custom, no user)
XDG_RUNTIME_
LANG=en_US.UTF-8
SHELL=/bin/bash
SSHDConfig:
Error: command ['pkexec', '/usr/sbin/sshd', '-T'] failed with exit code 127: polkit-
Error executing command as another user: Not authorized
This incident has been reported.
SourcePackage: openssh
UpgradeStatus: No upgrade log present (probably fresh install)
On Sun, May 24, 2020 at 03:06:48PM -0000, Nik DuVall wrote:
> While working to set up an additional IP Address on the server from
> VMWare, somehow the MOTD is coming up with an extra IP Address that
> doesn't exist on the interface (172.16.50.7).
>
> MOTD + ifconfig output below demonstrating the bug :
Hello, please note that one of the reasons why ifconfig has been
deprecated since 1999 is that it does not know about multiple IP addresses
on a given interface. Compare with the ip addr output instead, which does
know how to manipulate multiple IP addresses on an interface.
Thanks