metal-stack / mini-lab

a small, virtual setup to locally run the metal-stack
MIT License
57 stars 13 forks source link

Move dhcpd and pixiecore to the mgmt server and activate dhcp relay #111

Open robertvolkmann opened 2 years ago

robertvolkmann commented 2 years ago

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>