networkmanager gets another IP than dhclient



Hi All,

i am using Debian Lenny 32bit in a local Network with a DDNS+DHCP Server. Client and Server are both Debian Lenny. My DHCP works. The clients get IP's from the DHCP server. But the networkmanager lets me get <192.168.0.196> and dhclient <192.168.0.185>. I don't know why? Has somebody any idea.

/var/lib/dhcp3/dhclient.leases after dhclient:
lease {
  interface "eth0";
  fixed-address 192.168.0.185;
  option subnet-mask 255.255.255.0;
  option dhcp-lease-time 86000;
  option routers 192.168.0.186;
  option dhcp-message-type 5;
  option dhcp-server-identifier 192.168.0.186;
  option domain-name-servers 192.168.0.186;
  option domain-name "feldland.lan";
  renew 6 2010/03/27 00:30:21;
  rebind 6 2010/03/27 11:51:00;
  expire 6 2010/03/27 14:50:10;
}
lease {
  interface "eth0";
  fixed-address 192.168.0.185;
  option subnet-mask 255.255.255.0;
  option routers 192.168.0.186;
  option dhcp-lease-time 86000;
  option dhcp-message-type 5;
  option domain-name-servers 192.168.0.186;
  option dhcp-server-identifier 192.168.0.186;
  option domain-name "feldland.lan";
  renew 6 2010/03/27 03:37:59;
  rebind 6 2010/03/27 14:26:09;
  expire 6 2010/03/27 17:25:19;
}

/var/lib/dhcp3/dhclient.leases after NetworkManager:
Not updated

/var/log/daemon.log tells me:
http://nopaste.debianforum.de/34449

Why?

Regards Markus



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]