This VLAN is not currently being utilised on any rack controller

Running MAAS v3.2.2.
I have a network setup with an untagged network and multiple tagged VLANs.
I am using a single Region+Track controller.

When I go to enable DHCP on a tagged VLAN, I have the option to provide DHCP from a rack controller or relay to another VLAN.

I am unable to select “Provide DHCP from rack controller(s)” with a message in the GUI that:
“This VLAN is not currently being utilised on any rack controller”

In the past, probably under v2.x, I was able to provide DHCP from the rack controller.
Are there steps to connect the VLAN to the rack controller or ???

1 Like

@jeffkight, can you post a screenshot of your subnets tab?

Note, I am able to create functioning VMs on all the VLANs, with Static assign or Auto assign.

Hmmm… under Controllers -> VLANs I only see the untagged VLAN.

On Controllers -> maas.maas -> Network I only see the untagged network.
Do I need to configure each of the VLANs on the controller for it to be able to provide DHCP?

@jeffkight, we’re working on reproducing your topology here, so we can pin this down. i’m seeing the same weirdness with the UI, but i can do it with the CLI. more as soon as i can get it to you.

I believe I’ve nailed this one down, after talking to Bill internally. I have a reproducer (a simple VM with MAAS 3.2.2 installed) with your VLANs configured manually in MAAS (Add → VLAN, Add → Subnet for each defined VLAN).

Then on the rack controller itself, I updated my netplan YAML with the following:

 vlans:
   vlan.108:
        id: 108
        link: enp7s0
        addresses: [172.16.12.64/26]
   vlan.109:
        id: 109
        link: enp7s0
        addresses: [172.16.12.128/26]
   vlan.110:
        id: 110
        link: enp7s0
        addresses: [172.16.12.192/26]
   vlan.111:
        id: 111
        link: enp7s0
        addresses: [172.16.13.0/26]
   vlan.112:
        id: 112
        link: enp7s0
        addresses: [172.16.13.64/26]
   vlan.113:
        id: 113
        link: enp7s0
        addresses: [172.16.13.128/26]
   vlan.114:
        id: 114
        link: enp7s0
        addresses: [172.16.13.192/26]

Once that was done, netplan apply sets those values. I went back into MAAS, and for each VLAN, enabled DHCP on that rack controller (the dropdown allows me to select the rack controller itself). Saved, and proceeded through the rest of the list.

The end result looks like the following:

Does this help solve your current issue?

Well, life is a journey…

  • I updated the Netplan and applied it.
  • I realized I used 172.16.x.y instead of 172.20.x.y, so I fixed the Netplan and updated again.
  • I still had remanent subnets listed, so I deleted, via the GUI, each of the 172.16.x.y subnets
  • I restarted maas to make sure everything was clean
  • I now have error on all my VMs (KVM based)
  • I no longer can compose a VM on KVM host
  • I rebooted KVM hosts and they are failing in networking on cloud-init

Jeff, inside each of those VLANs, are you also configuring the default gateway, so machines provisioned on them are wired up to the correct network(s)?

You should be able to click on each subnet in the Subnets page, then click on [Edit] in the upper right corner, and set a default gateway for each discrete VLAN and network.

If you don’t, they’ll be set to the default gateway of the rack controller, which will almost certainly be incorrect in your topology here.

Try that and see if that helps!

Yes, when I go into the subnet details, the subnet summary shows the correct gateways are still defined.

Do I need to put an IP address on each of those VLANs… I wonder if that is the issue… seems to be connection focused.

@jeffkight, ever get this resolved?

I followed “https://maas.io/docs/snap/2.8/cli/rack-controllers” for installing rack-controller.
then, "sudo maas init region+rack --database-uri “postgres://maaskelv:***@localhost/maasdb”.
Remotely login, there is only region controller available, no rack controller, and DHCP is disable(in fact, DHCP is working with offering IPs).
I am not sure whether my lab environment is not under ubuntu UA license?

hey, @jeffkight, ever get this one figured out?

I made a stupid mistake for production enviornment, the rack controller shouldn’t installed on the same machine of the region controller

I am also experiencing this issue.

I created a new VLAN, configured it on my MAAS controllers (via netplan) but it isn’t detected on the networking tab on either controller so unable to deploy DHCP.