⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

VLANXXX not part of any permitted subnet. Skipping. #482

@shitfacevk

Description

@shitfacevk

Environment:

  • NetBox Sync version: 1.8.0
  • Ubuntu 24.04
  • Docker Compose v2.40.3
  • Config format: YAML (settings.yaml)
  • Tested both via Docker and git clone

Description:
NetBox Sync does not populate IP addresses for VMs. This happens regardless of whether the IPs are specified in settings.yaml or not.

Steps to reproduce:

  1. Create a YAML config (settings.yaml) with VM sources.
  2. Run NetBox Sync via Docker Compose or git clone:
    docker-compose run --rm netbox-sync -c /config/settings.yaml
  3. Observe that VM IP addresses are skipped.

Expected behavior:

  • All VM IP addresses should be populated in NetBox.

Actual behavior:

  • VM IPs are not synced at all, even if manually listed in the config.

settings.yaml
# IP networks eligible to be synced to NetBox. If an IP address is not part of this
# networks then it WON'T be synced to NetBox. To excluded small blocks from bigger IP
# blocks a leading '!' has to be added
permitted_subnets: 172.16.0.0/12, 10.0.0.0/8, 192.168.0.0/16

netbox-sync.log
2025-11-17 10:58:34,534 - DEBUG: IP address 'fe80::f85:3975:fddd:de3b/64' for vNIC 1 (VLAN107) is a link local address. Skipping.
2025-11-17 10:58:34,534 - DEBUG: IP address '172.26.34.15/24' for vNIC 1 (VLAN107) not part of any permitted subnet. Skipping.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions