[17:42] Greetings, programs! [17:45] Okay, maybe someone can chime in here. I got a test setup where I have a region controll with bond0 (lacp), carved up into vlans, where vlan100 is my "maas" vlan that the nodes pxe boot up in. The nodes have 2 nics each, with eno1 being untagged vlan 100 for maas, and eno2 is on the "external" network. Problem is maas provides the dhcp to them, but can't set a default route that isn't in the vlan100 subnet. [17:45] Ideas? [17:47] To clarify more: say node1 has eno1 dhcp of 192.168.100.100, I want it to use eno2 with its real 1.2.3.4 IP, which I can assign statically, but I can't get it to be the default gw, since the dhcp from eno1 points to the gw from 192.168 and not the 1.2.3.1 ip from my ISP gw that I need it to be [17:50] I am trying to avoid NAT via the regional controller, or via some manual script that runs during the node startup that drops some snippet into /etc/network/, ie: I would prefer it to be something done via the web ui in subnets or fabric etc [17:50] (my kingdom for a router + nat....)