Run this from the pi bash shell to update your DHCP lease
#!/bin/bash
sudo dhclient -v eth0
sudo nohup dhclient &
To check dhcp config:
sudo dhcpcd -T eth0
Run this from the pi bash shell to update your DHCP lease
#!/bin/bash
sudo dhclient -v eth0
sudo nohup dhclient &
To check dhcp config:
sudo dhcpcd -T eth0