DHCP Lease Renew ONLY Via Terminal
We are replacing our DHCP server with a new applicance. I would like to create a script that would do the exact same thing as the "Renew DHCP Lease" button does in network preferences. I have used Instraments, top, etc to try to isolate the command but have not had any success. My biggest concern is to not interupt the network connection when renewing the DHCP lease. When the "Renew DHCP Lease" button is clicked, my network connection is not dropped.
The only solution I have found for this is to run "ipconfig set enx BOOTP ; ipconfig set enx DHCP" which drops the network.
Does anyone know what command the "Renew DHCP Lease" button preforms or a good way to renew a DHCP lease without dropping the connection.