mini-lab icon indicating copy to clipboard operation
mini-lab copied to clipboard

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

Open robertvolkmann opened this issue 3 years ago • 1 comments

robertvolkmann avatar Jul 07 '22 07:07 robertvolkmann

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>

robertvolkmann avatar Jul 13 '22 08:07 robertvolkmann