Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flap Mac address and interface #116

Open
chodorenko opened this issue May 25, 2023 · 0 comments
Open

Flap Mac address and interface #116

chodorenko opened this issue May 25, 2023 · 0 comments
Assignees
Labels
bug Further discussion is needed to determine this issue's scope and/or implementation good first issue Good for newcomers under review Further discussion is needed to determine this issue's scope and/or implementation
Milestone

Comments

@chodorenko
Copy link

Hello, i view strange situation.

I connect proxbox (develop branch) to:
netbox: v3.5.2
proxmox: 7.4-3

and try import VMS

Once the import is normal and all MAC/IP are visible and present on netbox (columns Interfaces is True, IP Address is true)
Subsequent import leads to the fact that all interfaces and MAC/IP disappear ((columns Interfaces is True, IP Address is False)
and again by loop

Logs

Normal import:
Interface whitch MAC add in Netbox

Bad Request: /api/ipam/ip-addresses/
The request failed with code 400 Bad Request: {'address': ['Invalid IP address format: fe80::a496:9e36:8632:81c1%13/64']}
Creating new IP address
Updating IP address 10.2.5.117/24 (PK: 167)
[ERROR] interface with mac_address None from Win11 qemu-guest-agent is not defined in netbox
No previous configuration found in database; proceeding with default values
Initialized configuration
[OK] VM updated. -> Win11

Second import:
Interface remove from Database
Interface already exist.
Deleting interface net0 (PK: 158)
[ERROR] interface with mac_address 1e:7d:d6:a7:13:35 from Win11 qemu-guest-agent is not defined in netbox
[ERROR] interface with mac_address None from Win11 qemu-guest-agent is not defined in netbox
[OK] VM updated. -> Win11

Why ? and howe i can fix it ?

@emersonfelipesp emersonfelipesp self-assigned this May 27, 2023
@emersonfelipesp emersonfelipesp added bug Further discussion is needed to determine this issue's scope and/or implementation good first issue Good for newcomers under review Further discussion is needed to determine this issue's scope and/or implementation labels May 27, 2023
@emersonfelipesp emersonfelipesp added this to the v0.0.9 milestone May 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Further discussion is needed to determine this issue's scope and/or implementation good first issue Good for newcomers under review Further discussion is needed to determine this issue's scope and/or implementation
Projects
None yet
Development

No branches or pull requests

2 participants