From: <r.b...@co...> - 2007-01-16 00:38:07
|
After reading `man dhcpcd` the solution was easy. As Henry pointed out, I was getting the wrong IP address from the DHCP se= rver (slirp-daemon in this case). The reason is that dhcpdcd asks the server = to reuse the last address the "computer" had, slirp-daemon accepted that add= ress wich was 192.168.0.40 (I probably used it as fixed address at some time).= The solution is to delete dhcpdcd's cache (for reference: /var/lib/dhcpc/dhcpcd-eth0.cache), tested with `dhcpdcd -T` and saw, in t= he =2Einfo file same directory, that the new address was OK, rebooted and ev= erything is fine. Thanks Henry, your reply made it easy to fix. --=20 Ren=E9 Berber |