Miguel González Castaños escribió:
Sorry for the cross posting :$
=============================================
Dear all,
I have a ISC DHCP server version 3 installed in a redhat 7.3 linux
server.
I have a multiboot PC with windows xp and RedHat 9 and I would like to
set a different IP based on a different hostname (although same MAC
address). I dont understand why it doesnt work when at home I have a
similar setup with windows 2000 and RedHat 7.3.
Here is the part of dhcpd.conf file:
host seguitelspwin {
hardware ethernet 00:04:23:2c:f8:40;
fixed-address 10.95.84.109;
}
host seguitelsplinux {
hardware ethernet 00:04:23:2c:f8:40;
fixed-address 10.95.84.108;
}
In the end I solve it changing the MAC address in the ifcfg-ethX file :
MACADDR=newMACaddress
BR
Miguel
-
: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html