IP address assignment on Virtual Machine interface not visible in UI #4287

Closed
opened 2025-12-29 18:34:26 +01:00 by adam · 1 comment
Owner

Originally created by @rodvand on GitHub (Nov 19, 2020).

Originally assigned to: @jeremystretch on GitHub.

Environment

  • Python version: 3.6.8
  • NetBox version: 2.10-beta1

Steps to Reproduce

  1. Create a virtual machine "Test VM"
  2. Create interface eth0 on the virtual machine
  3. Add an IP address 192.168.1.1/24 to the interface.

Expected Behavior

Expected to see the IP address under the interface section.

Observed Behavior

No IP address is seen on the interface. If you mark the address as primary for the device it is shown as a primary IP in the virtual machine section, but is still not seen under the interface section. If you check the IP address itself it is assigned the correct interface on the VM.

Originally created by @rodvand on GitHub (Nov 19, 2020). Originally assigned to: @jeremystretch on GitHub. ### Environment * Python version: 3.6.8 * NetBox version: 2.10-beta1 ### Steps to Reproduce 1. Create a virtual machine "Test VM" 2. Create interface eth0 on the virtual machine 3. Add an IP address 192.168.1.1/24 to the interface. <!-- What did you expect to happen? --> ### Expected Behavior Expected to see the IP address under the interface section. <!-- What happened instead? --> ### Observed Behavior No IP address is seen on the interface. If you mark the address as primary for the device it is shown as a primary IP in the virtual machine section, but is still not seen under the interface section. If you check the IP address itself it is assigned the correct interface on the VM.
adam added the type: bugstatus: acceptedbeta labels 2025-12-29 18:34:26 +01:00
adam closed this issue 2025-12-29 18:34:26 +01:00
Author
Owner

@jeremystretch commented on GitHub (Nov 19, 2020):

Thank you for the bug report. It seems that the user configuration button is missing from the VM interfaces table; easy fix. I've also added ip_addresses as a default column for the table.

@jeremystretch commented on GitHub (Nov 19, 2020): Thank you for the bug report. It seems that the user configuration button is missing from the VM interfaces table; easy fix. I've also added `ip_addresses` as a default column for the table.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#4287