Recently, I kept getting an obsolete and wrong IP address, when starting the net.eth0 service. The following commands resolved the problem:
# /etc/init.d/net.eth0 stop # dhcpcd -B <- request broadcast response from DHCP server # dhcpcd -k <- kill the daemon again # /etc/init.d/net.eth0 start