Using Routed Subnets with MaaS

I’m currently setting up a MaaS server for our data center, and running into some issues. I have the MaaS server sitting in VLAN 1000 with in the subnet 10.10.10.0/24 and an IP address of 10.10.10.2. I also have VLAN 2000 with the subnet 10.20.20.0/24 with DHCP relay pointing to the 10.10.10.2 address. I added the 10.20.20.0/24 subnet to the VLAN in the configuration with the 10.10.10.0/24. I’m able to get a DHCP address from the server, but when it goes to connect to the TFTP server, it times out from the 10.20.20.0/24 subnet, but doesn’t from the 10.10.10.0/24 subnet.

Doing a TCPDUMP I’m able to see the inbound traffic, and I see rackd listening on the interface, but no response. I have verified that there is no firewall running on the box, and that there is no firewall between the two subnets.

Anyone have any idea what would be causing rackd to not respond to the 10.20.20.0/24 subnet?

Hi @tallwireless

I’d suggest to look at the rackd logs (link) and check that the ftp requests were actually received.

Could you clarify also how you setup your network devices in order to let the devices in 10.20.20.0/24 make TFTP and HTTP request to the rack in the subnet 10.10.10.0/24?