Results 1 to 2 of 2
Hello,
Ive been trying to give certain clients an IP adres by mac adress. For this I use the folowing code:
host apex {
hardware ethernet 00:00:00:00:00:00;
fixed-address 192.168.250.100;
}
...
- 09-06-2010 #1Just Joined!
- Join Date
- Sep 2010
- Posts
- 6
DHCP script > assigning multiple IP adresses by mac
Hello,
Ive been trying to give certain clients an IP adres by mac adress. For this I use the folowing code:
host apex {
hardware ethernet 00:00:00:00:00:00;
fixed-address 192.168.250.100;
}
This works perfectly, however when I try to add a second client this way it doesnt. I tried to add the above code multiple times as a whole (2 times the above code) but that doesnt work. I also tried to just add more lines under host apex but this also doesnt work.
So my question is: How do I add more of this mac related IP adress assignments in the dhcp.conf?
Thanks for your time,
Zufira
- 09-06-2010 #2Just Joined!
- Join Date
- Sep 2010
- Posts
- 6
Nevermind this topic, I found out what I did wrong and it is rather stupid

The specified host names were all the same.


Reply With Quote