mini-lab
mini-lab copied to clipboard
Move dhcpd and pixiecore to the mgmt server and activate dhcp relay
For forwarding the packets from the mgmt server back to the leaves via the default docker bridge, you should add the following route:
sudo ip route add 10.0.1.1/32 via <eth0 ip address of the mgmt server>