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
This starts with a user error at install time (forget to specify VLAN on mgmt interface).
As isn't surprising, the network-init script does not succeed on first boot (gencert.ml: cannot get management ip address! seems to be expected, with "no vlan" => "no dhcp" => "no mgmt ip address").
After using the "Emergency Network Reset" through xsconsole to set the VLAN and rebooting, the mgmt interface does come up.
However, we can see the network-init firstboot service still not succeeding. Digging a bit we can see the script is confused to have several PIF on the same NIC, which is possibly a consequence of first running with the bad configuration:
The text was updated successfully, but these errors were encountered:
ydirson
changed the title
"Emergency Network Reset" interfers with network-init when trying to fix VLAN specification
"Emergency Network Reset" interferes with network-init when trying to fix VLAN specification
Apr 19, 2024
This starts with a user error at install time (forget to specify VLAN on mgmt interface).
As isn't surprising, the
network-init
script does not succeed on first boot (gencert.ml: cannot get management ip address!
seems to be expected, with "no vlan" => "no dhcp" => "no mgmt ip address").After using the "Emergency Network Reset" through
xsconsole
to set the VLAN and rebooting, the mgmt interface does come up.However, we can see the
network-init
firstboot service still not succeeding. Digging a bit we can see the script is confused to have several PIF on the same NIC, which is possibly a consequence of first running with the bad configuration:The text was updated successfully, but these errors were encountered: