I am trying to use systemd-networkd to configure my network. I would like to have a dhcp setting but I must keep the interface from being up. The step scenario would be
- Machine boot up
- Network interfaces are down
- Manual raising of net-interface
- Requests to dhcp are made.
I have not beeen able to keep interfaces down and dhcp config. I also tried having no config and managing request using dhclient but having multiple interfaces gives me a weird routing-table(this in itself could be another question in the future).
For a bit more information. I have a regular RJ45 network port and several USB modems that I would like to plugin without automatic-connect.