Hi,
I am just starting to play with my heater

following some posts in the forum but I have some problems with the IP address.
I set my router (running DD-WRT) so it should give a static IP to my Guruplug (association between the Guruplug eth0 MAC and the IP). I already do this for my PC and my laptop and it works. But it fails with my Guruplug Server+.
The original /root/init_setup.sh file is fully disabled (all lines are commented).
This is my /etc/network/interfaces file:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
When I run dhclient, I have:
There is already a pid file /var/run/dhclient.pid with pid 2251
killed old client process, removed PID file
Internet Systems Consortium DHCP Client V3.1.1
Copyright 2004-2008 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
Listening on LPF/eth1/00:50:43:01:8f:6d
Sending on LPF/eth1/00:50:43:01:8f:6d
Listening on LPF/eth0/00:50:43:01:8f:6c
Sending on LPF/eth0/00:50:43:01:8f:6c
Sending on Socket/fallback
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 4
DHCPREQUEST on eth0 to 255.255.255.255 port 67
DHCPACK from 192.168.1.1
bound to 192.168.1.107 -- renewal in 49 seconds.
As a result, I got the IP @ 192.168.1.107 while I expect 192.168.1.12 as defined in my router for the Guruplug MAC @ 00:50:43:01:8f:6c.
Any ideas?

Thank you for your support and best regards.