You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to create a dbus object for IP of an physically disconnected port.
example,
In BMC two ports are available eth0 and eth1. Only eth0 is connected with ethernet cable.
if static ip is set to eth1 and its physically disconnected.
In that case if i check the webpage it will only show connected port ip(eth0).
But in Network settings page it will also list eth1 interface name and corresponding MAC adress.
Is there anyway to show the IP of physically disconnected port.
Regards..
The text was updated successfully, but these errors were encountered:
Tried to create IP for disconnected port using following busctl,
busctl call xyz.openbmc_project.Network /xyz/openbmc_project/network/eth1 xyz.openbmc_project.Network.IP.Create IP ssys
Its creating ip object but after sometimes its disappearing..
Anyway to make it stable?
Is it possible to create a dbus object for IP of an physically disconnected port.
example,
In BMC two ports are available eth0 and eth1. Only eth0 is connected with ethernet cable.
if static ip is set to eth1 and its physically disconnected.
In that case if i check the webpage it will only show connected port ip(eth0).
But in Network settings page it will also list eth1 interface name and corresponding MAC adress.
Is there anyway to show the IP of physically disconnected port.
Regards..
The text was updated successfully, but these errors were encountered: