MAAS netplan configuration

Hello,

I am struggling with the Netplan configuration to make my MAAS controller work. The machine is connected to the internet through wifi and the ethernet device is only connected to a switch where all machines are connected.

This is the config I have right now, but no machines get discovered:

network:
version: 2
renderer: networkd
ethernets:
    enp12s0:
        addresses: [192.168.10.0/24]
        dhcp4: no
wifis:
    wlx93837d32e23:
        dhcp4: true
        access-points:
            "SSID":
                password: password

Any help or tips would be greatly appreciated.

Hi,

the netplan config looks good. Have you enabled DHCP for the VLAN where 192.168.10.0/24 is?

Hello bjornt,

thank you for the fast reply. Yes, I created the DHCP in that VLAN but unfortunately, it doesn’t discover any of the PXE booted machines.

@europaer, you say it doesn’t discover them? could you be more specific about what happens here?